Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings DNSUpdateSpec
The Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings DNSUpdateSpec schema contains updates to DNS configuration.
This schema was added in vSphere API 9.1.0.0.
{
"servers_to_add": [
"string"
],
"servers_to_remove": [
"string"
],
"search_domains_to_add": [
"string"
],
"search_domains_to_remove": [
"string"
]
}
List of DNS server IP addresses to add, specified in order of preference.
This property was added in vSphere API 9.1.0.0.
If missing or null, no DNS servers will be added.
List of DNS server IP addresses to remove.
This property was added in vSphere API 9.1.0.0.
If missing or null, no DNS servers will be removed.
List of DNS search domains to add, specified in order of preference.
This property was added in vSphere API 9.1.0.0.
If missing or null, no search domains will be added.
List of DNS search domains to remove.
This property was added in vSphere API 9.1.0.0.
If missing or null, no search domains will be removed.