type property

String? type
getter/setter pair

Type of the Cloud SQL database. Possible string values are:

  • "DATABASE_TYPE_UNSPECIFIED" : Unspecified database type.
  • "POSTGRES" : Cloud SQL for PostgreSQL.
  • "MYSQL" : Cloud SQL for MySQL.

Implementation

core.String? type;