2.2.4.353 ReplicateScopesDataFormatter

The ReplicateScopesDataFormatter 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 initiated and the scopes in the server that are to be replicated.

 <xs:complexType name="ReplicateScopesDataFormatter">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="ServerName" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="scopeListString" 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.

scopeListString: A string that represents the DHCP scopes whose configuration is replicated to their failover partner.