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 STATE_UNSPECIFIED = 0;

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 CREATING = 1;

READY

The instance is fully created and ready to do work such as creating databases.

Generated from protobuf enum READY = 2;