NsxtDnsForwarderZoneConfig
Specifies the list of domains and the DNS servers that handle those domains.
{
"id": "string",
"displayName": "string",
"dnsDomainNames": [
"string"
],
"upstreamServers": [
"string"
]
}
The unique id of the DNS forwarder zone. If value is unset, a new zone is created. If value is set, an update is done on the zone.
User friendly name for the zone.
List of domain names on which conditional forwarding is based. This field is required if the DNS Zone is being used for a conditional forwarder. This field will also be used for conditional reverse lookup. This field should not be set if the zone is used as default forwarder zone.
DNS servers to which the DNS request needs to be forwarded.