public enum Cluster.State extends Enum<Cluster.State> implements ProtocolMessageEnum
Cluster State
Protobuf enum google.cloud.alloydb.v1beta.Cluster.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BOOTSTRAPPING |
The cluster is bootstrapping with data from some other source. Direct mutations to the cluster (e.g. adding read pool) are not allowed. |
BOOTSTRAPPING_VALUE |
The cluster is bootstrapping with data from some other source. Direct mutations to the cluster (e.g. adding read pool) are not allowed. |
CREATING |
The cluster is being created. |
CREATING_VALUE |
The cluster is being created. |
DELETING |
The cluster is being deleted. |
DELETING_VALUE |
The cluster is being deleted. |
EMPTY |
The cluster is empty and has no associated resources. All instances, associated storage and backups have been deleted. |
EMPTY_VALUE |
The cluster is empty and has no associated resources. All instances, associated storage and backups have been deleted. |
FAILED |
The creation of the cluster failed. |
FAILED_VALUE |
The creation of the cluster failed. |
MAINTENANCE |
The cluster is under maintenance. AlloyDB regularly performs maintenance and upgrades on customer clusters. Updates on the cluster are not allowed while the cluster is in this state. |
MAINTENANCE_VALUE |
The cluster is under maintenance. AlloyDB regularly performs maintenance and upgrades on customer clusters. Updates on the cluster are not allowed while the cluster is in this state. |
PROMOTING |
The cluster is being promoted. |
PROMOTING_VALUE |
The cluster is being promoted. |
READY |
The cluster is active and running. |
READY_VALUE |
The cluster is active and running. |
STATE_UNSPECIFIED |
The state of the cluster is unknown. |
STATE_UNSPECIFIED_VALUE |
The state of the cluster is unknown. |
STOPPED |
The cluster is stopped. All instances in the cluster are stopped. Customers can start a stopped cluster at any point and all their instances will come back to life with same names and IP resources. In this state, customer pays for storage. Associated backups could also be present in a stopped cluster. |
STOPPED_VALUE |
The cluster is stopped. All instances in the cluster are stopped. Customers can start a stopped cluster at any point and all their instances will come back to life with same names and IP resources. In this state, customer pays for storage. Associated backups could also be present in a stopped cluster. |
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() |