public enum Instance.State extends Enum<Instance.State> implements ProtocolMessageEnum
Represents the different states of a Parallelstore instance.
Protobuf enum google.cloud.parallelstore.v1beta.Instance.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The instance is available for use. |
ACTIVE_VALUE |
The instance is available for use. |
CREATING |
The instance is being created. |
CREATING_VALUE |
The instance is being created. |
DELETING |
The instance is being deleted. |
DELETING_VALUE |
The instance is being deleted. |
FAILED |
The instance is not usable. |
FAILED_VALUE |
The instance is not usable. |
STATE_UNSPECIFIED |
Not set. |
STATE_UNSPECIFIED_VALUE |
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() |