2.2.4.355 ReplicateServerParameters

The ReplicateServerParameters complex type allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It creates objects whose OperationId is ReplicateServer and associates them to a DhcpServerV4 object.

 <xs:complexType name="ReplicateServerParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="Server" nillable="true" type="ipam:DhcpServerV4" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Server: This is of type ipam:DhcpServerV4 and represents the DHCP server from which replication is initiated to its partner servers for the scopes that are part of a failover relationship.