Returns DHCP6 client options assigned for the object specified excluding the options inherited from the higher-level parent object.
Output / Response
Returns the specified DHCPv6 client option object from the database.
API call:
APIDeploymentOption getDHCP6ClientDeploymentOption ( long
entityId, String name, long
serverId )
Parameter | Description |
---|---|
entityId | The object ID for the entity. |
name | The name of the DHCPv6 client option being added. This name must be one of the constants listed in the DHCP6 Client Options. |
serverId | The specific server or server group to which this option is deployed. To return an option that has not been assigned to a server role, set this value to 0 (zero). Omitting this parameter from the method call will result in an error. |