2.2.4.171 DhcpVendorClass
The DhcpVendorClass complex type specifies the common properties of a vendor class.
-
<xs:complexType name="DhcpVendorClass"> <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 vendor class.
IsDefault: This specifies whether the vendor class is a default vendor class that is pre-created on a DHCP server instance.
Name: This specifies the name of the vendor class.
RecordId: This specifies the unique identifier for the data in the IPAM data store.
Value: This specifies the identifier for the vendor class that is used with DHCP protocol