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

DnsZonePair

import type { DnsZonePair } from "https://googleapis.deno.dev/v1/servicenetworking:v1.ts";
  • Represents a pair of private and peering DNS zone resources. *
interface DnsZonePair {
consumerPeeringZone?: DnsZone;
producerPrivateZone?: DnsZone;
}

§Properties

§
consumerPeeringZone?: DnsZone
[src]

The DNS peering zone in the consumer project.

§
producerPrivateZone?: DnsZone
[src]

The private DNS zone in the shared producer host project.