2.2.5.44 DnsZoneFilterCriteria
The DnsZoneFilterCriteria simple type is an enumeration that specifies the basis for filter criteria for the DNS zone.
-
<xs:simpleType name="DnsZoneFilterCriteria"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="ParentRecordId" /> <xs:enumeration value="RecordId" /> <xs:enumeration value="ZoneIds" /> <xs:enumeration value="Name" /> </xs:restriction> </xs:simpleType>
The following table specifies the valid values for this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
ParentRecordId |
The filter criteria are on the RecordId of the DNS zone that is hosting the required zone of interest. |
|
RecordId |
The filter criteria are on the RecordId of the DNS zone that is the required zone of interest. |
|
ZoneIds |
The filter criteria are on the RecordIds of the forward lookup DNS zones in the IPAM data store. |
|
Name |
The filter criteria are on the Name of the DNS zone. |