Cloud Bigtable Admin V2 API - Module Google::Cloud::Bigtable::Admin::V2::Cluster::State (v0.10.0)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API module Google::Cloud::Bigtable::Admin::V2::Cluster::State.

Possible states of a cluster.

Constants

STATE_NOT_KNOWN

value: 0
The state of the cluster could not be determined.

READY

value: 1
The cluster has been successfully created and is ready to serve requests.

CREATING

value: 2
The cluster is currently being created, and may be destroyed if the creation process encounters an error. A cluster may not be able to serve requests while being created.

RESIZING

value: 3
The cluster is currently being resized, and may revert to its previous node count if the process encounters an error. A cluster is still capable of serving requests while being resized, but may exhibit performance as if its number of allocated nodes is between the starting and requested states.

DISABLED

value: 4
The cluster has no backing nodes. The data (tables) still exist, but no operations can be performed on the cluster.