NetworkingDNSInfo

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


Properties

string
hostname Required

Hostname.


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.

Possible values are: DHCPSTATIC


array of string
servers Required

Servers.

JSON Example

{
	"hostname": "string",
	"mode": "DHCP",
	"servers": [
		"string"
	]
}
Property Of

NetworkingInfo

Feedback

Was this page helpful?