newDeployableAppliance property
The newest deployable version of the appliance. The current appliance can't be updated into this version, and the owner must manually deploy this OVA to a new appliance.
Implementation
@$pb.TagNumber(1)
ApplianceVersion get newDeployableAppliance => $_getN(0);
Implementation
@$pb.TagNumber(1)
set newDeployableAppliance(ApplianceVersion v) {
setField(1, v);
}