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 config.

Constant Summary collapse

STATE_UNSPECIFIED =

Not specified.

0
CREATING =

The instance config is still being created.

1
READY =

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

2