NetworkingDNSInfo
The Networking.DnsInfo structure contains information about the DNS configuration of a virtual appliance.
Properties
string
hostname
Required
Hostname.
array of
string
servers
Required
Servers.
JSON Example
{
"hostname": "string",
"mode": "enum",
"servers": [
"string"
]
}