Networking_Dns_Servers_DNSServerConfig

Networking_Dns_Servers_DNSServerConfig
Networking_Dns_Servers_DNSServerConfig

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

JSON Example
{
    "mode": "string",
    "servers": [
        "string"
    ]
}
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.

array of string
servers
Required

List of the currently used DNS servers.