Reference documentation and code samples for the Cloud Spanner V1 Client class State.
Indicates the current state of the instance config.
Protobuf type google.spanner.admin.instance.v1.InstanceConfig.State
Namespace
Google \ Cloud \ Spanner \ Admin \ Instance \ V1 \ InstanceConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
The instance config is still being created.
Generated from protobuf enum CREATING = 1;
READY
Value: 2
The instance config is fully created and ready to be used to create instances.
Generated from protobuf enum READY = 2;