2.2.4.167 DhcpUserClass
The DhcpUserClass complex type specifies the common properties of a user class.
-
<xs:complexType name="DhcpUserClass"> <xs:complexContent mixed="false"> <xs:extension base="ipam:BaseIpamObject"> <xs:sequence> <xs:element minOccurs="0" name="Description" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="IsDefault" type="xsd:boolean" /> <xs:element minOccurs="0" name="Name" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="RecordId" type="xsd:long" /> <xs:element minOccurs="0" name="Value" nillable="true" type="serarr:ArrayOfunsignedByte" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Description: This specifies the description of the user class.
IsDefault: This specifies whether the user class instance is a default user class that was pre-created on the DHCP server instance.
Name: This specifies the name of the user class.
RecordId: This specifies the unique identifier for the data in the IPAM data store.
Value: This specifies the identifier for the user class that is used with the DHCP protocol.