NetworkingDnsServersDNSServerConfig
Servers.DNSServerConfig structure This structure represents the configuration state used to determine DNS servers.
Properties
mode
Required
Servers.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: dhcp , is_static
array of
string
servers
Required
List of the currently used DNS servers.
JSON Example
{
"mode": "dhcp",
"servers": [
"string"
]
}