Google Cloud Sql Admin V1beta4 Client - Class SqlInstanceType (0.7.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class SqlInstanceType.

Protobuf type google.cloud.sql.v1beta4.SqlInstanceType

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

SQL_INSTANCE_TYPE_UNSPECIFIED

Value: 0

This is an unknown Cloud SQL instance type.

Generated from protobuf enum SQL_INSTANCE_TYPE_UNSPECIFIED = 0;

CLOUD_SQL_INSTANCE

Value: 1

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

Generated from protobuf enum CLOUD_SQL_INSTANCE = 1;

ON_PREMISES_INSTANCE

Value: 2

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

Generated from protobuf enum ON_PREMISES_INSTANCE = 2;

READ_REPLICA_INSTANCE

Value: 3

A Cloud SQL instance acting as a read-replica.

Generated from protobuf enum READ_REPLICA_INSTANCE = 3;