2.2.5.42 DnsReverseLookupZoneFilterCriteria
The DnsReverseLookupZoneFilterCriteria simple type is an enumeration that specifies the basis for filter criteria for the reverse lookup DNS zone.
-
<xs:simpleType name="DnsReverseLookupZoneFilterCriteria"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="IP" /> <xs:enumeration value="RecordId" /> <xs:enumeration value="ZoneIds" /> <xs:enumeration value="Name" /> <xs:enumeration value="IPType" /> <xs:enumeration value="IPRange" /> </xs:restriction> </xs:simpleType>
The following table specifies the valid values for this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
IP |
The filter criteria are on the specified IP address and are within the StartIP and EndIP of the reverse lookup DNS zone. |
|
RecordId |
The filter criteria are on the RecordId of the reverse lookup DNS zone in the IPAM data store. |
|
ZoneIds |
The filter criteria are on the RecordIds of the reverse lookup DNS zones in the IPAM data store. |
|
Name |
The filter criteria are on the name of the reverse lookup DNS zone. |
|
IPType |
The filter criteria are on the address family of the reverse lookup DNS zone. |
|
IPRange |
The filter criteria are on the IP range mapped to the reverse lookup DNS zone. |