Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConnectPoolNodeConfig

import type { ConnectPoolNodeConfig } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";

Details of a single read pool node of a read pool.

interface ConnectPoolNodeConfig {
readonly dnsName?: string;
readonly dnsNames?: DnsNameMapping[];
readonly ipAddresses?: IpMapping[];
readonly name?: string;
}

§Properties

§
readonly dnsName?: string
[src]

Output only. The DNS name of the read pool node.

§
readonly dnsNames?: DnsNameMapping[]
[src]

Output only. The list of DNS names used by this read pool node.

§
readonly ipAddresses?: IpMapping[]
[src]

Output only. Mappings containing IP addresses that can be used to connect to the read pool node.

§
readonly name?: string
[src]

Output only. The name of the read pool node. Doesn't include the project ID.