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

DnsForwarding

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

DNS forwarding config. This config defines a list of domain to name server mappings, and is attached to the private cloud for custom domain resolution.

interface DnsForwarding {
readonly createTime?: Date;
forwardingRules?: ForwardingRule[];
readonly name?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Creation time of this resource.

§
forwardingRules?: ForwardingRule[]
[src]

Required. List of domain mappings to configure

§
readonly name?: string
[src]

Output only. The resource name of this DNS profile. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding

§
readonly updateTime?: Date
[src]

Output only. Last update time of this resource.