Enum Cluster.State (0.30.0)

public enum Cluster.State extends Enum<Cluster.State> implements ProtocolMessageEnum

Cluster State

Protobuf enum google.cloud.alloydb.v1alpha.Cluster.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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 = 7;

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.

BOOTSTRAPPING = 7;

CREATING

The cluster is being created.

CREATING = 4;

CREATING_VALUE

The cluster is being created.

CREATING = 4;

DELETING

The cluster is being deleted.

DELETING = 5;

DELETING_VALUE

The cluster is being deleted.

DELETING = 5;

EMPTY

The cluster is empty and has no associated resources. All instances, associated storage and backups have been deleted.

EMPTY = 3;

EMPTY_VALUE

The cluster is empty and has no associated resources. All instances, associated storage and backups have been deleted.

EMPTY = 3;

FAILED

The creation of the cluster failed.

FAILED = 6;

FAILED_VALUE

The creation of the cluster failed.

FAILED = 6;

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 = 8;

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.

MAINTENANCE = 8;

PROMOTING

The cluster is being promoted.

PROMOTING = 9;

PROMOTING_VALUE

The cluster is being promoted.

PROMOTING = 9;

READY

The cluster is active and running.

READY = 1;

READY_VALUE

The cluster is active and running.

READY = 1;

STATE_UNSPECIFIED

The state of the cluster is unknown.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state of the cluster is unknown.

STATE_UNSPECIFIED = 0;

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 = 2;

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.

STOPPED = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()