Module: Google::Cloud::Filestore::V1::ReplicaConfig::State
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
The replica state.
Constant Summary collapse
- STATE_UNSPECIFIED =
State not set.
0
- CREATING =
The replica is being created.
1
- READY =
The replica is ready.
3
- REMOVING =
The replica is being removed.
4
- FAILED =
The replica is experiencing an issue and might be unusable. You can get further details from the
stateReasons
field of theReplicaConfig
object. 5