Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class State.
Possible states of the cutover job.
Protobuf type google.cloud.vmmigration.v1.CutoverJob.State
Namespace
Google \ Cloud \ VMMigration \ V1 \ CutoverJobMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The state is unknown. This is used for API compatibility only and is not used by the system.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING
Value: 1
The cutover job has not yet started.
Generated from protobuf enum PENDING = 1;
FAILED
Value: 2
The cutover job finished with errors.
Generated from protobuf enum FAILED = 2;
SUCCEEDED
Value: 3
The cutover job finished successfully.
Generated from protobuf enum SUCCEEDED = 3;
CANCELLED
Value: 4
The cutover job was cancelled.
Generated from protobuf enum CANCELLED = 4;
CANCELLING
Value: 5
The cutover job is being cancelled.
Generated from protobuf enum CANCELLING = 5;
ACTIVE
Value: 6
The cutover job is active and running.
Generated from protobuf enum ACTIVE = 6;
ADAPTING_OS
Value: 7
OS adaptation is running as part of the cutover job to generate license.
Generated from protobuf enum ADAPTING_OS = 7;