instanceType property

String? instanceType
getter/setter pair

The instance type.

This can be one of the following. CLOUD_SQL_INSTANCE: A Cloud SQL instance that is not replicating from a primary instance. ON_PREMISES_INSTANCE: An instance running on the customer's premises. READ_REPLICA_INSTANCE: A Cloud SQL instance configured as a read-replica. Possible string values are:

  • "SQL_INSTANCE_TYPE_UNSPECIFIED" : This is an unknown Cloud SQL instance type.
  • "CLOUD_SQL_INSTANCE" : A regular Cloud SQL instance.
  • "ON_PREMISES_INSTANCE" : An instance running on the customer's premises that is not managed by Cloud SQL.
  • "READ_REPLICA_INSTANCE" : A Cloud SQL instance acting as a read-replica.

Implementation

core.String? instanceType;