2.2.4.217 DnsServerZone

The DnsServerZone complex type specifies the information regarding the forward lookup DNS zone hosting on a DNS server. The DnsServerZone complex type allows extending the attributes of the BaseDnsServerZone complex type specified in section 2.2.4.62.

 <xs:complexType name="DnsServerZone">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:BaseDnsServerZone">
       <xs:sequence>
         <xs:element minOccurs="0" name="Zone" nillable="true" type="ipam:DnsZone" />
         <xs:element minOccurs="0" name="ZoneHealth" type="ipam:HealthStatus" />
         <xs:element minOccurs="0" name="ZoneHealthLastUpdateTime" nillable="true" type="xsd:dateTime" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Zone:  This specifies the forward lookup DNS zone whose instance on a DNS server is being specified by this type.

ZoneHealth:  This specifies the health status of the specific DNS zone.

ZoneHealthLastUpdateTime:  This specifies the time when the ZoneHealth was last updated.