Enum InstanceConfig.FreeInstanceAvailability (6.89.0)

publicenumInstanceConfig.FreeInstanceAvailabilityextendsEnum<InstanceConfig.FreeInstanceAvailability>implementsProtocolMessageEnum

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

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

Static Fields

NameDescription
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

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

Deprecated.Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()