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

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

Overview

Indicates the current state of the instance partition.

Constant Summary collapse

STATE_UNSPECIFIED =

Not specified.

0
CREATING =

The instance partition is still being created. Resources may not be available yet, and operations such as creating placements using this instance partition may not work.

1
READY =

The instance partition is fully created and ready to do work such as creating placements and using in databases.

2