Adds DHCPv6 client options and returns the database object ID for the new option object.
Output / Response
Returns the object ID of the new DHCPv6 client object.
API call:
long addDHCP6ClientDeploymentOption ( long
entityId, String name, String
value, String properties )
Parameter | Description |
---|---|
entityId | The object ID for the entity to which the deployment option is being added. |
name | The name of the DHCPv6 client option being added. This name must be one of the constants listed in the DHCP6 Service Options. |
value | The value being assigned to the option. Note: Depending on the type of
deployment option being added, the format of the value might differ.
For more information, refer to Reference: Deployment Option value formats.
|
properties | Adds object properties, including user-defined fields. |