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 dnsNames?: DnsNameMapping[]
[src]Output only. The list of DNS names used by this read pool node.