Adds DHCPv6 service options.
Output / Response
Returns the object ID for the new option.
API call:
long addDHCP6ServiceDeploymentOption ( 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 service option being added. This name must be one of the constants listed in DHCP6 Service Options. |
value | The value being assigned to the option. When adding the DDNS
hostname option, you need to specify the value in the following
format: [Type],[Data] for IP and DUID. Where:
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. |