Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class State.
The possible values of the state.
Protobuf type google.cloud.vmmigration.v1.UpgradeStatus.State
Namespace
Google \ Cloud \ VMMigration \ V1 \ UpgradeStatusMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The state was not sampled by the health checks yet.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RUNNING
Value: 1The upgrade has started.
Generated from protobuf enum RUNNING = 1;
FAILED
Value: 2The upgrade failed.
Generated from protobuf enum FAILED = 2;
SUCCEEDED
Value: 3The upgrade finished successfully.
Generated from protobuf enum SUCCEEDED = 3;