UpgradeStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
UpgradeStatus contains information about upgradeAppliance operation.
Attributes | |
---|---|
Name | Description |
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. |
Classes
State
State(value)
The possible values of the state.
Values: STATE_UNSPECIFIED (0): The state was not sampled by the health checks yet. RUNNING (1): The upgrade has started. FAILED (2): The upgrade failed. SUCCEEDED (3): The upgrade finished successfully.