applianceSoftwareVersion property
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);
Implementation
@$pb.TagNumber(14)
set applianceSoftwareVersion($core.String v) { $_setString(11, v); }