VcenterSettingsV1ConfigComponentsApplmgmtDnsServerConfiguration
DnsServerConfiguration structure This structure represents the configuration state used to determine DNS servers.
Properties
mode
Required
DnsServerConfiguration.DNSServerMode enumerated type Describes DNS Server source (DHCP,static).
DHCP : DNS address is automatically assigned by a DHCP server.
STATIC : DNS address is static.
Possible values are: DHCP , STATIC
array of
string
servers
Required
List of the currently used DNS servers. DNS server configuration.
JSON Example
{
"mode": "DHCP",
"servers": [
"string"
]
}