public enum ReplicaConfig.StateReason extends Enum<ReplicaConfig.StateReason> implements ProtocolMessageEnum
Additional information about the replication state, if available.
Protobuf enum google.cloud.filestore.v1.ReplicaConfig.StateReason
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
PEER_INSTANCE_UNREACHABLE |
The peer instance is unreachable. |
PEER_INSTANCE_UNREACHABLE_VALUE |
The peer instance is unreachable. |
REMOVE_FAILED |
The remove replica peer instance operation failed. |
REMOVE_FAILED_VALUE |
The remove replica peer instance operation failed. |
STATE_REASON_UNSPECIFIED |
Reason not specified. |
STATE_REASON_UNSPECIFIED_VALUE |
Reason not specified. |
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() |