Interface AvailableUpdatesOrBuilder (1.33.0)

public interface AvailableUpdatesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInPlaceUpdate()

public abstract 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
TypeDescription
ApplianceVersion

The inPlaceUpdate.

getInPlaceUpdateOrBuilder()

public abstract 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;

Returns
TypeDescription
ApplianceVersionOrBuilder

getNewDeployableAppliance()

public abstract 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
TypeDescription
ApplianceVersion

The newDeployableAppliance.

getNewDeployableApplianceOrBuilder()

public abstract 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;

Returns
TypeDescription
ApplianceVersionOrBuilder

hasInPlaceUpdate()

public abstract 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
TypeDescription
boolean

Whether the inPlaceUpdate field is set.

hasNewDeployableAppliance()

public abstract 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
TypeDescription
boolean

Whether the newDeployableAppliance field is set.