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

PeeredDnsDomain

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

DNS domain suffix for which requests originating in the producer VPC network are resolved in the associated consumer VPC network.

interface PeeredDnsDomain {
dnsSuffix?: string;
name?: string;
}

§Properties

§
dnsSuffix?: string
[src]

The DNS domain name suffix e.g. example.com.. Cloud DNS requires that a DNS suffix ends with a trailing dot.

§
name?: string
[src]

User assigned name for this resource. Must be unique within the consumer network. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.