2.2.4.45 DhcpOptionDefinition
The DhcpOptionDefinition complex type specifies the various properties of a DHCP option definition.
-
<xs:complexType name="DhcpOptionDefinition"> <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="Name" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="OptionCollectionType" type="ipam:DhcpOptionCollectionType" /> <xs:element minOccurs="0" name="OptionId" type="xsd:int" /> <xs:element minOccurs="0" name="OptionType" type="ipam:DhcpOptionType" /> <xs:element minOccurs="0" name="RecordId" type="xsd:long" /> <xs:element minOccurs="0" name="Values" nillable="true" type="serarr:ArrayOfanyType" /> <xs:element minOccurs="0" name="VendorClass" nillable="true" type="ipam:DhcpVendorClass" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Description: This specifies the description for the DHCP option definition.
Name: This specifies the name of the option definition.
OptionCollectionType: This specifies whether the option is a single-valued or multi-valued option.
OptionId: This specifies the DHCP option ID.
OptionType: This specifies the DHCP option type.
RecordId: This specifies the unique identifier for the data in the IPAM data store.
Values: This specifies the default value for the option.
VendorClass: This specifies the vendor class for which the option is defined.