Instance_State
class Instance_State
Indicates the current state of the instance.
Protobuf enum Google\Spanner\Admin\Instance\V1\Instance\State
Constants
STATE_UNSPECIFIED |
Not specified. Generated from protobuf enum |
CREATING |
The instance is still being created. Resources may not be available yet, and operations such as database creation may not work. Generated from protobuf enum |
READY |
The instance is fully created and ready to do work such as creating databases. Generated from protobuf enum |