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

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

Overview

Describes the availability for free instances to be created in an instance configuration.

Constant Summary collapse

FREE_INSTANCE_AVAILABILITY_UNSPECIFIED =

Not specified.

0
AVAILABLE =

Indicates that free instances are available to be created in this instance configuration.

1
UNSUPPORTED =

Indicates that free instances are not supported in this instance configuration.

2
DISABLED =

Indicates that free instances are currently not available to be created in this instance configuration.

3
QUOTA_EXCEEDED =

Indicates that additional free instances cannot be created in this instance configuration because the project has reached its limit of free instances.

4