2.2.5.105 ZoneLookupType
The ZoneHostingDnsServerType simple type SHOULD<73> be an enumeration that specifies the type of DNS resolution performed by the DNS zone.
-
<xs:simpleType name="ZoneLookupType"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="DNSForwardLookupZone" /> <xs:enumeration value="DNSReverseLookupZone" /> </xs:restriction> </xs:simpleType>
The following table describes the various values of this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
DNSForwardLookupZone |
This indicates that the zone supports the resolution of host names to IP addresses. |
|
DNSReverseLookupZone |
This indicates that the zone supports the resolution of IP addresses to host names. |