2.2.4.350 ReplicateRelationDataFormatter
The ReplicateRelationDataFormatter complex type allows extended attributes on an IpamObject type. It creates formatted strings with data about the server name from which the replication is initiated and the relationship name.
-
<xs:complexType name="ReplicateRelationDataFormatter"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamObject"> <xs:sequence> <xs:element minOccurs="0" name="RelationName" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="ServerName" nillable="true" type="xsd:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
RelationName: A string that indicates the DHCP failover relationship on which the replication is performed.
ServerName: A string that indicates the name of the DHCP server from which the replication was initiated.