applianceInfrastructureVersion property

  1. @TagNumber(13)
String applianceInfrastructureVersion

Output only. Appliance OVA version. This is the OVA which is manually installed by the user and contains the infrastructure for the automatically updatable components on the appliance.

Implementation

@$pb.TagNumber(13)
$core.String get applianceInfrastructureVersion => $_getSZ(10);
  1. @TagNumber(13)
void applianceInfrastructureVersion=(String v)

Implementation

@$pb.TagNumber(13)
set applianceInfrastructureVersion($core.String v) { $_setString(10, v); }