Reference documentation and code samples for the Google Cloud Net App V1 Client class State.
The replication states New enum values may be added in future to indicate possible new states.
Protobuf type google.cloud.netapp.v1.Replication.State
Namespace
Google \ Cloud \ NetApp \ V1 \ ReplicationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified replication State
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
Replication is creating.
Generated from protobuf enum CREATING = 1;
READY
Value: 2
Replication is ready.
Generated from protobuf enum READY = 2;
UPDATING
Value: 3
Replication is updating.
Generated from protobuf enum UPDATING = 3;
DELETING
Value: 5
Replication is deleting.
Generated from protobuf enum DELETING = 5;
ERROR
Value: 6
Replication is in error state.
Generated from protobuf enum ERROR = 6;