Reference documentation and code samples for the Compute V1 Client class State.
Protobuf type google.cloud.compute.v1.DiskResourceStatusAsyncReplicationStatus.State
Namespace
Google \ Cloud \ Compute \ V1 \ DiskResourceStatusAsyncReplicationStatusMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
ACTIVE
Value: 314733318
Replication is active.
Generated from protobuf enum ACTIVE = 314733318;
CREATED
Value: 135924424
Secondary disk is created and is waiting for replication to start.
Generated from protobuf enum CREATED = 135924424;
STARTING
Value: 488820800
Replication is starting.
Generated from protobuf enum STARTING = 488820800;
STATE_UNSPECIFIED
Value: 470755401
Generated from protobuf enum STATE_UNSPECIFIED = 470755401;
STOPPED
Value: 444276141
Replication is stopped.
Generated from protobuf enum STOPPED = 444276141;
STOPPING
Value: 350791796
Replication is stopping.
Generated from protobuf enum STOPPING = 350791796;