adds an IPv6 block be specifying the prefix for the block.
Output / Response
Returns the object ID of the new IPv6 block.
API call:
long addIP6BlockByPrefix ( long parentId,
String prefix, String name, String
properties )
Parameter | Description |
---|---|
parentId | The object ID of the parent object of the new IPv6 block. The parent object may be a configuration or another IPv6 block. |
prefix | The IPv6 prefix for the new block. This value cannot be empty. |
name | Descriptive name for the IPv6 block. This value can be empty. |
properties | Adds object properties, including user-defined fields. This value can be empty. |