2.2.4.180 DnsConditionalForwarderFormatter

The DnsConditionalForwarderFormatter complex type SHOULD<15> allow extended attributes on an IpamObject type. It represents the conditional forwarder name and server name in a formatted manner.

 <xs:complexType name="DnsConditionalForwarderFormatter">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="ConditionalForwarderName" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="ServerName" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ConditionalForwarderName: A string that represents the DNS conditional forwarder for which the processing needs to be done.

ServerName: A string that represents the DNS server on which the DNS conditional forwarder is hosted.