public enum SqlInstanceType extends Enum<SqlInstanceType> implements ProtocolMessageEnumProtobuf enum google.cloud.sql.v1.SqlInstanceType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CLOUD_SQL_INSTANCE |
A regular Cloud SQL instance that is not replicating from a primary instance. |
CLOUD_SQL_INSTANCE_VALUE |
A regular Cloud SQL instance that is not replicating from a primary instance. |
ON_PREMISES_INSTANCE |
An instance running on the customer's premises that is not managed by Cloud SQL. |
ON_PREMISES_INSTANCE_VALUE |
An instance running on the customer's premises that is not managed by Cloud SQL. |
READ_POOL_INSTANCE |
A Cloud SQL read pool. |
READ_POOL_INSTANCE_VALUE |
A Cloud SQL read pool. |
READ_REPLICA_INSTANCE |
A Cloud SQL instance acting as a read-replica. |
READ_REPLICA_INSTANCE_VALUE |
A Cloud SQL instance acting as a read-replica. |
SQL_INSTANCE_TYPE_UNSPECIFIED |
This is an unknown Cloud SQL instance type. |
SQL_INSTANCE_TYPE_UNSPECIFIED_VALUE |
This is an unknown Cloud SQL instance type. |
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() |
|