PoolNodeConfig
import type { PoolNodeConfig } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";Details of a single read pool node of a read pool.
interface PoolNodeConfig {
readonly dnsName?: string;
readonly dnsNames?: DnsNameMapping[];
readonly gceZone?: string;
readonly ipAddresses?: IpMapping[];
readonly name?: string;
readonly pscAutoConnections?: PscAutoConnectionConfig[];
readonly pscServiceAttachmentLink?: string;
readonly state?:
} | "SQL_INSTANCE_STATE_UNSPECIFIED"
| "RUNNABLE"
| "SUSPENDED"
| "PENDING_DELETE"
| "PENDING_CREATE"
| "MAINTENANCE"
| "FAILED"
| "ONLINE_MAINTENANCE"
| "REPAIRING";
§Properties
§
readonly dnsNames?: DnsNameMapping[]
[src]Output only. The list of DNS names used by this read pool node.
§
readonly name?: string
[src]Output only. The name of the read pool node, to be used for retrieving metrics and logs.
§
readonly pscAutoConnections?: PscAutoConnectionConfig[]
[src]Output only. The list of settings for requested automatically-setup Private Service Connect (PSC) consumer endpoints that can be used to connect to this read pool node.