newDeployableAppliance property

  1. @TagNumber.new(1)
ApplianceVersion get newDeployableAppliance

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);
  1. @TagNumber.new(1)
set newDeployableAppliance (ApplianceVersion v)

Implementation

@$pb.TagNumber(1)
set newDeployableAppliance(ApplianceVersion v) {
  setField(1, v);
}