instanceType property

String? instanceType
getter/setter pair

The instance type. Possible string values are:

  • "SQL_INSTANCE_TYPE_UNSPECIFIED" : This is an unknown Cloud SQL instance type.
  • "CLOUD_SQL_INSTANCE" : 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.
  • "READ_REPLICA_INSTANCE" : A Cloud SQL instance acting as a read-replica.

Implementation

core.String? instanceType;