2.2.4.215 DnsServerReverseZone

The DnsServerReverseZone complex type is used to specify the information regarding a specific reverse lookup DNS zone hosted on a particular server. The DnsServerReverseZone complex type allows the extension of attributes for the BaseDnsServerZone complex type.

 <xs:complexType name="DnsServerReverseZone">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:BaseDnsServerZone">
       <xs:sequence>
         <xs:element minOccurs="0" name="Zone" nillable="true" type="ipam:DnsReverseLookupZone" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Zone: This specifies the DnsReverseLookupZone instance that is hosted on a specific server.