Enum SqlInstanceType (0.1.0)

public enum SqlInstanceType extends Enum<SqlInstanceType> implements ProtocolMessageEnum

Protobuf enum google.cloud.sql.v1beta4.SqlInstanceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CLOUD_SQL_INSTANCE

A regular Cloud SQL instance that is not replicating from a primary instance.

CLOUD_SQL_INSTANCE = 1;

CLOUD_SQL_INSTANCE_VALUE

A regular Cloud SQL instance that is not replicating from a primary instance.

CLOUD_SQL_INSTANCE = 1;

ON_PREMISES_INSTANCE

An instance running on the customer's premises that is not managed by Cloud SQL.

ON_PREMISES_INSTANCE = 2;

ON_PREMISES_INSTANCE_VALUE

An instance running on the customer's premises that is not managed by Cloud SQL.

ON_PREMISES_INSTANCE = 2;

READ_POOL_INSTANCE

A Cloud SQL read pool.

READ_POOL_INSTANCE = 5;

READ_POOL_INSTANCE_VALUE

A Cloud SQL read pool.

READ_POOL_INSTANCE = 5;

READ_REPLICA_INSTANCE

A Cloud SQL instance acting as a read-replica.

READ_REPLICA_INSTANCE = 3;

READ_REPLICA_INSTANCE_VALUE

A Cloud SQL instance acting as a read-replica.

READ_REPLICA_INSTANCE = 3;

SQL_INSTANCE_TYPE_UNSPECIFIED

This is an unknown Cloud SQL instance type.

SQL_INSTANCE_TYPE_UNSPECIFIED = 0;

SQL_INSTANCE_TYPE_UNSPECIFIED_VALUE

This is an unknown Cloud SQL instance type.

SQL_INSTANCE_TYPE_UNSPECIFIED = 0;

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()