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

DnsPeering

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

DNS peering configuration. These configurations are used to create DNS peering with the customer Cloud DNS.

interface DnsPeering {
description?: string;
domain?: string;
name?: string;
targetNetwork?: string;
targetProject?: string;
}

§Properties

§
description?: string
[src]

Optional. Optional description of the dns zone.

§
domain?: string
[src]

Required. The dns name suffix of the zone.

§
name?: string
[src]

Required. The resource name of the dns peering zone. Format: projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}

§
targetNetwork?: string
[src]

Optional. Optional target network to which dns peering should happen.

§
targetProject?: string
[src]

Optional. Optional target project to which dns peering should happen.