Module: Google::Bigtable::Admin::V2::Cluster::State
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/instance.rb
Overview
Possible states of a cluster.
Constant Summary collapse
- STATE_NOT_KNOWN =
The state of the cluster could not be determined.
0
- READY =
The cluster has been successfully created and is ready to serve requests.
1
- CREATING =
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.
2
- RESIZING =
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.
3
- DISABLED =
The cluster has no backing nodes. The data (tables) still exist, but no operations can be performed on the cluster.
4