Class AvailableUpdates (1.3.1)

AvailableUpdates(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Holds informatiom about the available versions for upgrade.

Attributes

NameDescription
new_deployable_appliance google.cloud.vmmigration_v1.types.ApplianceVersion
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.
in_place_update google.cloud.vmmigration_v1.types.ApplianceVersion
The latest version for in place update. The current appliance can be updated to this version using the API or m4c CLI.

Inheritance

builtins.object > proto.message.Message > AvailableUpdates