Share via


2.2.4.354 ReplicateServerDataFormatter

The ReplicateServerDataFormatter complex type allows extended attributes on an IpamObject type (section 2.2.4.285). It creates formatted strings with data about the server name from which the replication is performed.

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

ServerName: A string that represents the name of the DHCP server from which replication is initiated to its partner servers for the scopes that are part of a failover relationship.