Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class State.
Possible states of a replication cycle.
Protobuf type google.cloud.vmmigration.v1.ReplicationCycle.State
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
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;
RUNNING
Value: 1
The replication cycle is running.
Generated from protobuf enum RUNNING = 1;
PAUSED
Value: 2
The replication cycle is paused.
Generated from protobuf enum PAUSED = 2;
FAILED
Value: 3
The replication cycle finished with errors.
Generated from protobuf enum FAILED = 3;
SUCCEEDED
Value: 4
The replication cycle finished successfully.
Generated from protobuf enum SUCCEEDED = 4;