NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
DnsProperties (schema)
DNS properties
This object contains a list of name servers and a list of search domains.
| Name | Description | Type | Notes |
|---|---|---|---|
| name_servers | Name servers List of name servers. If name_servers is an empty array, no name servers are configured. If the name_servers property is not specified or is set to null, the name_servers property will not be enforced by the CentralNodeConfigProfile on NSX nodes. |
array of IPAddress | Maximum items: 3 |
| search_domains | Search domains List of search domains. If search_domains is an empty array, no search domains are configured. If the search_domains property is not specified or is set to null, the search_domains property will not be enforced by the CentralNodeConfigProfile on NSX nodes. |
array of NodeSearchDomain |