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

VmwareHostConfig

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

Represents the common parameters for all the hosts irrespective of their IP address.

interface VmwareHostConfig {
dnsSearchDomains?: string[];
dnsServers?: string[];
ntpServers?: string[];
}

§Properties

§
dnsSearchDomains?: string[]
[src]

DNS search domains.

§
dnsServers?: string[]
[src]

DNS servers.

§
ntpServers?: string[]
[src]

NTP servers.