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

ForwardingRule

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

A forwarding rule is a mapping of a domain to name_servers. This mapping allows VMware Engine to resolve domains for attached private clouds by forwarding DNS requests for a given domain to the specified nameservers.

interface ForwardingRule {
domain?: string;
nameServers?: string[];
}

§Properties

§
domain?: string
[src]

Required. Domain used to resolve a name_servers list.

§
nameServers?: string[]
[src]

Required. List of DNS servers to use for domain resolution