public enum ReplicaConfig.State extends Enum<ReplicaConfig.State> implements ProtocolMessageEnumThe replica state.
Protobuf enum google.cloud.filestore.v1.ReplicaConfig.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CREATING |
The replica is being created. |
CREATING_VALUE |
The replica is being created. |
FAILED |
The replica is experiencing an issue and might be unusable. You can get
further details from the |
FAILED_VALUE |
The replica is experiencing an issue and might be unusable. You can get
further details from the |
READY |
The replica is ready. |
READY_VALUE |
The replica is ready. |
REMOVING |
The replica is being removed. |
REMOVING_VALUE |
The replica is being removed. |
STATE_UNSPECIFIED |
State not set. |
STATE_UNSPECIFIED_VALUE |
State not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|