Module: Google::Bigtable::Admin::V2::Instance::State
- Defined in:
 - lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/instance.rb
 
Overview
Possible states of an instance.
Constant Summary collapse
- STATE_NOT_KNOWN =
          
The state of the instance could not be determined.
 0- READY =
          
The instance has been successfully created and can serve requests to its tables.
 1- CREATING =
          
The instance is currently being created, and may be destroyed if the creation process encounters an error.
 2