Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlInstanceType.
Protobuf type google.cloud.sql.v1.SqlInstanceType
Namespace
Google \ Cloud \ Sql \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;