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

DnsNameMapping

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

DNS metadata.

interface DnsNameMapping {
readonly connectionType?:
| "CONNECTION_TYPE_UNSPECIFIED"
| "PUBLIC"
| "PRIVATE_SERVICES_ACCESS"
| "PRIVATE_SERVICE_CONNECT";
readonly dnsScope?: "DNS_SCOPE_UNSPECIFIED" | "INSTANCE";
name?: string;
}

§Properties

§
readonly connectionType?: "CONNECTION_TYPE_UNSPECIFIED" | "PUBLIC" | "PRIVATE_SERVICES_ACCESS" | "PRIVATE_SERVICE_CONNECT"
[src]

Output only. The connection type of the DNS name.

§
readonly dnsScope?: "DNS_SCOPE_UNSPECIFIED" | "INSTANCE"
[src]

Output only. The scope that the DNS name applies to.

§
name?: string
[src]

The DNS name.