Module: Google::Cloud::Spanner::Admin::Instance::V1::InstanceConfig::State

Defined in:
proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb

Overview

Indicates the current state of the instance configuration.

Constant Summary collapse

STATE_UNSPECIFIED =

Not specified.

0
CREATING =

The instance configuration is still being created.

1
READY =

The instance configuration is fully created and ready to be used to create instances.

2