Class UpgradeStatus (1.3.1)

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

UpgradeStatus contains information about upgradeAppliance operation.

Attributes

NameDescription
version str
The version to upgrade to.
state google.cloud.vmmigration_v1.types.UpgradeStatus.State
The state of the upgradeAppliance operation.
error google.rpc.status_pb2.Status
Provides details on the state of the upgrade operation in case of an error.
start_time google.protobuf.timestamp_pb2.Timestamp
The time the operation was started.
previous_version str
The version from which we upgraded.

Inheritance

builtins.object > proto.message.Message > UpgradeStatus

Classes

State

State(value)

The possible values of the state.