DNSSettings interface

The DNS(Domain Name Server) settings of a device.

Properties

primaryDnsServer

The primary IPv4 DNS server for the device

primaryIpv6DnsServer

The primary IPv6 DNS server for the device

secondaryDnsServers

The secondary IPv4 DNS server for the device

secondaryIpv6DnsServers

The secondary IPv6 DNS server for the device

Property Details

primaryDnsServer

The primary IPv4 DNS server for the device

primaryDnsServer?: string

Property Value

string

primaryIpv6DnsServer

The primary IPv6 DNS server for the device

primaryIpv6DnsServer?: string

Property Value

string

secondaryDnsServers

The secondary IPv4 DNS server for the device

secondaryDnsServers?: string[]

Property Value

string[]

secondaryIpv6DnsServers

The secondary IPv6 DNS server for the device

secondaryIpv6DnsServers?: string[]

Property Value

string[]