NsxtDnsForwarderZoneConfig

NsxtDnsForwarderZoneConfig
NsxtDnsForwarderZoneConfig

Specifies the list of domains and the DNS servers that handle those domains.

JSON Example
{
    "id": "string",
    "displayName": "string",
    "dnsDomainNames": [
        "string"
    ],
    "upstreamServers": [
        "string"
    ]
}
string
id
Optional

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.

string
displayName
Optional

User friendly name for the zone.

array of string
dnsDomainNames
Optional

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.

array of string
upstreamServers
Optional

DNS servers to which the DNS request needs to be forwarded.

Availability
Added in 32.0
Property Of