Adds DHCP client options and returns the object ID for the new option object.
Output / Response
Returns the object ID for the new DHCPv4 client option object.
API call:
long addDHCPClientDeploymentOption ( 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 DHCPv4 client option being added. This name must be one of the constants listed in DHCP Client 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. |