Reference documentation and code samples for the Google Cloud Filestore V1 Client class State.
The replica state.
Protobuf type google.cloud.filestore.v1.ReplicaConfig.State
Namespace
Google \ Cloud \ Filestore \ V1 \ ReplicaConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
State not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
The replica is being created.
Generated from protobuf enum CREATING = 1;
READY
Value: 3
The replica is ready.
Generated from protobuf enum READY = 3;
REMOVING
Value: 4
The replica is being removed.
Generated from protobuf enum REMOVING = 4;
FAILED
Value: 5
The replica is experiencing an issue and might be unusable. You can get
further details from the stateReasons
field of the ReplicaConfig
object.
Generated from protobuf enum FAILED = 5;