2.2.4.120 DhcpOption
The DhcpOption complex type specifies the common information pertaining to a DHCP option that is independent of whether the option is IPv4-specific or IPv6-specific.
-
<xs:complexType name="DhcpOption"> <xs:complexContent mixed="false"> <xs:extension base="ipam:BaseIpamObject"> <xs:sequence> <xs:element minOccurs="0" name="OptionDefinition" nillable="true" type="ipam:DhcpOptionDefinition" /> <xs:element minOccurs="0" name="OptionOwnerType" type="ipam:DhcpOptionOwnerType" /> <xs:element minOccurs="0" name="RecordId" type="xsd:long" /> <xs:element minOccurs="0" name="UserClass" nillable="true" type="ipam:DhcpUserClass" /> <xs:element minOccurs="0" name="Values" nillable="true" type="serarr:ArrayOfanyType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
OptionDefinition: This specifies the DHCP option definition for which the DhcpOption specifies the value.
OptionOwnerType: This specifies whether the option is defined at the server-level or at a particular scope-level.
RecordId: This specifies the unique identifier for the data in the IPAM data store.
UserClass: This specifies the user class for which the option value is specified.
Values: This specifies an array that can hold any type of value. Based on the type of the option as specified in the option definition and also whether the option is single-valued or multivalued, this can have single or multiple values of the specific type.