Share via


2.2.4.221 DnsZoneEnumerationParameters

The DnsZoneEnumerationParameters specifies the filter criteria to be used for enumerating the forward lookup DNS zones from the IPAM data store.

 <xs:complexType name="DnsZoneEnumerationParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:EnumerationParametersBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="Filter" nillable="true" type="serarr:ArrayOfKeyValueOfDnsZoneFilterCriteriaanyType2zwQHvQz" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Filter:  This specifies an array of key value pairs which form the filter conditions. The key specifies the DnsZoneFilterCriteria, which specifies the type of filter condition. The value for the entry specifies the value to be applied for the filter condition specified by the key.