2.2.4.232 FilterDataFormatter

The FilterDataFormatter complex type allows extended attributes on an IpamObject type (section 2.2.4.285). It is used to create a formatted string that contains the name of the server and the MAC address.

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

MacAddress:  A string that represents the MAC address of a DHCP filter.

ServerName:  A string that represents the name of the DHCP server on which a filter is configured.