ConnectSettings
import type { ConnectSettings } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";
Connect settings retrieval response.
§Properties
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.
Custom subject alternative names for the server certificate.
The database engine type and version. The databaseVersion
field cannot
be changed after instance creation. MySQL instances: MYSQL_8_0
,
MYSQL_5_7
(default), or MYSQL_5_6
. PostgreSQL instances:
POSTGRES_9_6
, POSTGRES_10
, POSTGRES_11
, POSTGRES_12
(default),
POSTGRES_13
, or POSTGRES_14
. SQL Server instances:
SQLSERVER_2017_STANDARD
(default), SQLSERVER_2017_ENTERPRISE
,
SQLSERVER_2017_EXPRESS
, SQLSERVER_2017_WEB
, SQLSERVER_2019_STANDARD
,
SQLSERVER_2019_ENTERPRISE
, SQLSERVER_2019_EXPRESS
, or
SQLSERVER_2019_WEB
.
Output only. The list of DNS names used by this instance.
Optional. Output only. mdx_protocol_support controls how the client uses metadata exchange when connecting to the instance. The values in the list representing parts of the MDX protocol that are supported by this instance. When the list is empty, the instance does not support MDX, so the client must not send an MDX request. The default is empty.
Output only. Entries containing information about each read pool node of the read pool.