2.2.5.26 DnsZoneFilterCriteria

This simple type is an enumeration that specifies the filter criteria based on which the DNS zone can be queried.

 <xs:simpleType name="DnsZoneFilterCriteria">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="ParentRecordId" />
     <xs:enumeration value="RecordId" />
     <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 which is hosting the required zone of interest.

RecordId

The filter criteria is on the RecordId of the DNS zone which is the required zone of interest.

Name

The filter criteria is on the Name of the DNS zone.