[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
NsxtDnsForwarderZoneConfig
Specifies the list of domains and the DNS servers that handle those domains.
Properties
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.
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.
array of
string
upstreamServers
Optional
DNS servers to which the DNS request needs to be forwarded.
JSON Example
{
"displayName": "string",
"dnsDomainNames": [
"string"
],
"id": "string",
"upstreamServers": [
"string"
]
}
Vendor Extensions
This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
displayName:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
dnsDomainNames:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
id:
x-vcloud-constraints:
- constraint: ReadOnly
- constraint: NonSortable
upstreamServers:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 32.0
Property Of
EdgeDnsConfig