2.2.4.80 DnsServerReverseZoneEnumerationParameters

The DnsServerReverseZoneEnumerationParameters specifies the criteria to be used for enumerating the DNS server hosting of reverse lookup zones.

 <xs:complexType name="DnsServerReverseZoneEnumerationParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:EnumerationParametersBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="DnsReverseLookupZoneId" type="xsd:long" />
         <xs:element minOccurs="0" name="DnsServerId" type="xsd:long" />
         <xs:element minOccurs="0" name="ZoneType" nillable="true" type="ipam:ZoneHostingDnsServerType" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

DnsReverseLookupZoneId: This specifies the RecordId of the reverse lookup DNS zone that has to be enumerated.

DnsServerId: This specifies the RecordId of the DNS server that is hosting the reverse lookup zones.

ZoneType: This specifies the type of hosting to be used for filtering the reverse lookup zone information.