VcenterSettingsV1ConfigComponentsApplmgmtDnsServerConfiguration

DnsServerConfiguration structure This structure represents the configuration state used to determine DNS servers.


Properties

array of string
domains Optional

List of the search domains. DNS Search Domains.


mode Required

DnsServerConfiguration.DNSServerMode enumerated type Describes DNS Server source (DHCP,static).
DHCP : DNS address is automatically assigned by a DHCP server.
IS_STATIC : DNS address is static.

Possible values are: DHCPIS_STATIC


array of string
servers Required

List of the currently used DNS servers. DNS server configuration.

JSON Example

{
	"mode": "DHCP",
	"servers": [
		"string"
	]
}

Feedback

Was this page helpful?