NamespaceManagementNetworksServiceDNS
DNS describes DNS servers and search domains for a given network.
Properties
array of
string
search_domains
Required
DNS.search-domains is a list of DNS search domains to be used on this network.
This field is useful for corporate networks or local domains that are not publicly resolvable.
If empty, no search domains will be configured.
array of
string
servers
Required
DNS.servers is a list of IP addresses that clients may use for DNS resolution on a given network in priority order.
If empty, no DNS servers will be configured.
JSON Example
{
"search_domains": [
"string"
],
"servers": [
"string"
]
}