Enum Cluster.State (0.65.0)

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

Cluster State

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

Implements

ProtocolMessageEnum

Static 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 = 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

This is unused. Even when all instances in the cluster are stopped, the cluster remains in READY state.

STOPPED = 2;

STOPPED_VALUE

This is unused. Even when all instances in the cluster are stopped, the cluster remains in READY state.

STOPPED = 2;

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()