backendType property

String? backendType
getter/setter pair

SECOND_GEN: Cloud SQL database instance.

EXTERNAL: A database server that is not managed by Google. This property is read-only; use the tier property in the settings object to determine the database type. Possible string values are:

  • "SQL_BACKEND_TYPE_UNSPECIFIED" : This is an unknown backend type for instance.
  • "FIRST_GEN" : V1 speckle instance.
  • "SECOND_GEN" : V2 speckle instance.
  • "EXTERNAL" : On premises instance.

Implementation

core.String? backendType;