Module: Google::Spanner::Admin::Instance::V1::Instance::State
- Defined in:
- lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb
Overview
Indicates the current state of the instance.
Constant Summary collapse
- STATE_UNSPECIFIED =
Not specified.
0
- CREATING =
The instance is still being created. Resources may not be available yet, and operations such as database creation may not work.
1
- READY =
The instance is fully created and ready to do work such as creating databases.
2