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

GetDnsZoneResponse

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

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

interface GetDnsZoneResponse {
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.