public enum Instance.InstanceType extends Enum<Instance.InstanceType> implements ProtocolMessageEnum
Type of an Instance
Protobuf enum google.cloud.alloydb.v1.Instance.InstanceType
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
INSTANCE_TYPE_UNSPECIFIED |
The type of the instance is unknown. |
INSTANCE_TYPE_UNSPECIFIED_VALUE |
The type of the instance is unknown. |
PRIMARY |
PRIMARY instances support read and write operations. |
PRIMARY_VALUE |
PRIMARY instances support read and write operations. |
READ_POOL |
READ POOL instances support read operations only. Each read pool instance consists of one or more homogeneous nodes.
|
READ_POOL_VALUE |
READ POOL instances support read operations only. Each read pool instance consists of one or more homogeneous nodes.
|
SECONDARY |
SECONDARY instances support read operations only. SECONDARY instance is a cross-region read replica |
SECONDARY_VALUE |
SECONDARY instances support read operations only. SECONDARY instance is a cross-region read replica |
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() |