Networking_DNSInfo

Networking_DNSInfo
Networking_DNSInfo

The Networking.DnsInfo structure contains information about the DNS configuration of a virtual appliance.

JSON Example
{
    "mode": "string",
    "hostname": "string",
    "servers": [
        "string"
    ]
}
mode
Required

The Networking.DnsInfo.DnsMode enumerated type describes the source of DNS servers.
DHCP : The DNS servers addresses are obtained from a DHCP server.
STATIC : The DNS servers addresses are specified explicitly.

string
hostname
Required

Hostname.

array of string
servers
Required

Servers.