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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
AVAILABLE | Indicates that free instances are available to be created in this instance configuration.
|
AVAILABLE_VALUE | Indicates that free instances are available to be created in this instance configuration.
|
DISABLED | Indicates that free instances are currently not available to be created in this instance configuration.
|
DISABLED_VALUE | Indicates that free instances are currently not available to be created in this instance configuration.
|
FREE_INSTANCE_AVAILABILITY_UNSPECIFIED | Not specified.
|
FREE_INSTANCE_AVAILABILITY_UNSPECIFIED_VALUE | Not specified.
|
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_VALUE | Indicates that additional free instances cannot be created in this instance configuration because the project has reached its limit of free instances.
|
UNRECOGNIZED | |
UNSUPPORTED | Indicates that free instances are not supported in this instance configuration.
|
UNSUPPORTED_VALUE | Indicates that free instances are not supported in this instance configuration.
|
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() |