Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The UserClassDataFormatter allows extended attributes on an ipam:IpamObject type. This presents the ServerName and UserClassName in a formatted string manner.
-
<xs:complexType name="UserClassDataFormatter"> <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="UserClassName" nillable="true" type="xsd:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
ServerName: This is a string that represents the name of the DHCP server.
UserClassName: This is a string that represents the name of the user class.