public enum Instance.State extends Enum<Instance.State> implements ProtocolMessageEnum
Instance State
Protobuf enum google.cloud.alloydb.v1.Instance.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BOOTSTRAPPING |
Index 7 is used in the producer apis for ROLLED_BACK state. Keeping that index unused in case that state also needs to exposed via consumer apis in future. The instance has been configured to sync data from some other source. |
BOOTSTRAPPING_VALUE |
Index 7 is used in the producer apis for ROLLED_BACK state. Keeping that index unused in case that state also needs to exposed via consumer apis in future. The instance has been configured to sync data from some other source. |
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 creation of the instance failed or a fatal error occurred during an operation on the instance. Note: Instances in this state would tried to be auto-repaired. And Customers should be able to restart, update or delete these instances. |
FAILED_VALUE |
The creation of the instance failed or a fatal error occurred during an operation on the instance. Note: Instances in this state would tried to be auto-repaired. And Customers should be able to restart, update or delete these instances. |
MAINTENANCE |
The instance is down for maintenance. |
MAINTENANCE_VALUE |
The instance is down for maintenance. |
PROMOTING |
The instance is being promoted. |
PROMOTING_VALUE |
The instance is being promoted. |
READY |
The instance is active and running. |
READY_VALUE |
The instance is active and running. |
STATE_UNSPECIFIED |
The state of the instance is unknown. |
STATE_UNSPECIFIED_VALUE |
The state of the instance is unknown. |
STOPPED |
The instance is stopped. Instance name and IP resources are preserved. |
STOPPED_VALUE |
The instance is stopped. Instance name and IP resources are preserved. |
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() |