Package com.google.cloud.vmmigration.v1
Interface AvailableUpdatesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvailableUpdates,AvailableUpdates.Builder
public interface AvailableUpdatesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplianceVersiongetInPlaceUpdate()The latest version for in place update.ApplianceVersionOrBuildergetInPlaceUpdateOrBuilder()The latest version for in place update.ApplianceVersiongetNewDeployableAppliance()The newest deployable version of the appliance.ApplianceVersionOrBuildergetNewDeployableApplianceOrBuilder()The newest deployable version of the appliance.booleanhasInPlaceUpdate()The latest version for in place update.booleanhasNewDeployableAppliance()The newest deployable version of the appliance.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNewDeployableAppliance
boolean hasNewDeployableAppliance()
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.
.google.cloud.vmmigration.v1.ApplianceVersion new_deployable_appliance = 1;- Returns:
- Whether the newDeployableAppliance field is set.
-
getNewDeployableAppliance
ApplianceVersion getNewDeployableAppliance()
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.
.google.cloud.vmmigration.v1.ApplianceVersion new_deployable_appliance = 1;- Returns:
- The newDeployableAppliance.
-
getNewDeployableApplianceOrBuilder
ApplianceVersionOrBuilder getNewDeployableApplianceOrBuilder()
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.
.google.cloud.vmmigration.v1.ApplianceVersion new_deployable_appliance = 1;
-
hasInPlaceUpdate
boolean hasInPlaceUpdate()
The latest version for in place update. The current appliance can be updated to this version using the API or m4c CLI.
.google.cloud.vmmigration.v1.ApplianceVersion in_place_update = 2;- Returns:
- Whether the inPlaceUpdate field is set.
-
getInPlaceUpdate
ApplianceVersion getInPlaceUpdate()
The latest version for in place update. The current appliance can be updated to this version using the API or m4c CLI.
.google.cloud.vmmigration.v1.ApplianceVersion in_place_update = 2;- Returns:
- The inPlaceUpdate.
-
getInPlaceUpdateOrBuilder
ApplianceVersionOrBuilder getInPlaceUpdateOrBuilder()
The latest version for in place update. The current appliance can be updated to this version using the API or m4c CLI.
.google.cloud.vmmigration.v1.ApplianceVersion in_place_update = 2;
-
-