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