Cloud Bigtable Admin V2 API - Module Google::Cloud::Bigtable::Admin::V2::Instance::State (v0.12.0)

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

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.