public enum InstanceConfig.QuorumType extends Enum<InstanceConfig.QuorumType> implements ProtocolMessageEnum
Indicates the quorum type of this instance configuration.
Protobuf enum google.spanner.admin.instance.v1.InstanceConfig.QuorumType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DUAL_REGION |
An instance configuration tagged with the This instance configuration requires failover in the event of regional failures. |
DUAL_REGION_VALUE |
An instance configuration tagged with the This instance configuration requires failover in the event of regional failures. |
MULTI_REGION |
An instance configuration tagged with the |
MULTI_REGION_VALUE |
An instance configuration tagged with the |
QUORUM_TYPE_UNSPECIFIED |
Quorum type not specified. |
QUORUM_TYPE_UNSPECIFIED_VALUE |
Quorum type not specified. |
REGION |
An instance configuration tagged with |
REGION_VALUE |
An instance configuration tagged with |
UNRECOGNIZED |
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() |