Module Google::Cloud::Bigtable::Admin::V2::Instance::State (v0.8.1)

Possible states of an instance.

Constants

STATE_NOT_KNOWN

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

READY

value: 1
The instance has been successfully created and can serve requests to its tables.

CREATING

value: 2
The instance is currently being created, and may be destroyed if the creation process encounters an error.