applianceSoftwareVersion property

  1. @TagNumber(14)
String get applianceSoftwareVersion

Output only. Appliance last installed update bundle version. This is the version of the automatically updatable components on the appliance.

Implementation

@$pb.TagNumber(14)
$core.String get applianceSoftwareVersion => $_getSZ(11);
  1. @TagNumber(14)
set applianceSoftwareVersion (String v)

Implementation

@$pb.TagNumber(14)
set applianceSoftwareVersion($core.String v) { $_setString(11, v); }