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

AddDnsZoneResponse

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

Represents managed DNS zones created in the shared producer host and consumer projects.

interface AddDnsZoneResponse {
consumerPeeringZone?: DnsZone;
producerPrivateZone?: DnsZone;
}

§Properties

§
consumerPeeringZone?: DnsZone
[src]

The DNS peering zone created in the consumer project.

§
producerPrivateZone?: DnsZone
[src]

The private DNS zone created in the shared producer host project.