ENUM

GcpCloudSqlEngineType

Description

GCP Cloud SQL database engine type.

link GraphQL Schema definition

  • enum GcpCloudSqlEngineType {
  • # Unspecified engine type.
  • CLOUD_SQL_ENGINE_UNSPECIFIED
  • # MySQL engine.
  • CLOUD_SQL_MYSQL
  • # PostgreSQL engine.
  • CLOUD_SQL_POSTGRES
  • # SQL Server engine.
  • CLOUD_SQL_SQLSERVER
  • }