Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings DNSUpdateSpec

Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings DNSUpdateSpec
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.

JSON Example
{
    "servers_to_add": [
        "string"
    ],
    "servers_to_remove": [
        "string"
    ],
    "search_domains_to_add": [
        "string"
    ],
    "search_domains_to_remove": [
        "string"
    ]
}
array of string
servers_to_add
Optional

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.

array of string
servers_to_remove
Optional

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.

array of string
search_domains_to_add
Optional

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.

array of string
search_domains_to_remove
Optional

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.