Share via


2.2.4.457 VendorClassDataFormatter

The VendorClassDataFormatter allows extended attributes on an ipam:IpamObject type. It creates formatted strings with data about the server name and vendor class name.

 <xs:complexType name="VendorClassDataFormatter">
   <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="VendorClassName" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ServerName: A string that represents the name of the server.

VendorClassName: A string that represents the name of the vendor class.