Enum InstanceConfig.FreeInstanceAvailability (6.85.0)

public enum InstanceConfig.FreeInstanceAvailability extends Enum<InstanceConfig.FreeInstanceAvailability> implements ProtocolMessageEnum

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

Protobuf enum google.spanner.admin.instance.v1.InstanceConfig.FreeInstanceAvailability

Implements

ProtocolMessageEnum

Static Fields

Name Description
AVAILABLE

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

AVAILABLE = 1;

AVAILABLE_VALUE

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

AVAILABLE = 1;

DISABLED

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

DISABLED = 3;

DISABLED_VALUE

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

DISABLED = 3;

FREE_INSTANCE_AVAILABILITY_UNSPECIFIED

Not specified.

FREE_INSTANCE_AVAILABILITY_UNSPECIFIED = 0;

FREE_INSTANCE_AVAILABILITY_UNSPECIFIED_VALUE

Not specified.

FREE_INSTANCE_AVAILABILITY_UNSPECIFIED = 0;

QUOTA_EXCEEDED

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

QUOTA_EXCEEDED = 4;

QUOTA_EXCEEDED_VALUE

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

QUOTA_EXCEEDED = 4;

UNRECOGNIZED
UNSUPPORTED

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

UNSUPPORTED = 2;

UNSUPPORTED_VALUE

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

UNSUPPORTED = 2;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()