2.2.4.177 DnsConditionalForwarder

The DnsConditionalForwarder complex type SHOULD<12> specify the properties of a DNS conditional forwarder. This consists of the properties common to all types of DNS conditional forwarders.

 <xs:complexType name="DnsConditionalForwarder">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:BaseIpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="AccessScopeId" type="xsd:long" />
         <xs:element minOccurs="0" name="ConditionalForwarderType" type="ipam1:DnsConditionalForwarderType" />
         <xs:element minOccurs="0" name="DirectoryPartitionName" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="DnsServerId" type="xsd:long" />
         <xs:element minOccurs="0" name="ForwarderTimeout" type="xsd:unsignedInt" />
         <xs:element minOccurs="0" name="IsInheritedAccessScope" type="xsd:boolean" />
         <xs:element minOccurs="0" name="MasterServers" nillable="true" type="sysnet:ArrayOfIPAddress" />
         <xs:element minOccurs="0" name="Name" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="RecordId" type="xsd:long" />
         <xs:element minOccurs="0" name="ReplicationScope" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="ServerName" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

AccessScopeId:  Corresponds to the access scope entry in the data store to which this DNS conditional forwarder belongs.

ConditionalForwarderType: A DnsConditionalForwarderType (section 2.2.5.107) that specifies the type of the DNS conditional forwarder.

DirectoryPartitionName:  Specifies the name of the directory partition to which the DNS conditional forwarder belongs.

DnsServerId:  The record Id of the DNS server to which the DNS conditional forwarder belongs.

ForwarderTimeout:  Represents the forwarder timeout of the DNS conditional forwarder.

IsInheritedAccessScope:  A Boolean that indicates whether this resource record has inherited its access scope from its DNS zone's access scope.

MasterServers:  Specifies the IP addresses of the master servers for the DNS zone on the DNS server.

Name:  The name of the DNS conditional forwarder.

RecordId: Specifies the unique identifier for the data in the IPAM data store.

ReplicationScope: Specifies the replication scope of the DNS conditional forwarder on this server.

ServerName: The name of the DNS server to which the DNS conditional forwarder belongs.