2.2.4.76 DnsServer

The DnsServer complex type is used to specify the DNS server instance properties.

 <xs:complexType name="DnsServer">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:BaseIpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="ServerRoleInfo" nillable="true" type="ipam:ServerRoleDns" />
         <xs:element minOccurs="0" name="ZoneHealthSummary" type="ipam:HealthStatus" />
         <xs:element minOccurs="0" name="ZoneHealthSummaryLastUpdateTime" nillable="true" type="xsd:dateTime" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ServerRoleInfo: This specifies the role-specific information for the DNS server, which includes the various access statuses.

ZoneHealthSummary: This specifies the summary health status for the DNS server.

ZoneHealthSummaryLastUpdateTime: This specifies the time at which the ZoneHealthSummary was last updated by the IPAM server.