adds an IPv6 network be specifying the prefix for the network.
Output / Response
Returns the object ID of the new IPv6 network.
API call:
long addIP6NetworkByPrefix ( long parentId, String
prefix, String name, String properties )
Parameter | Description |
---|---|
parentId | The object ID of the IPv6 block in which the new IPv6 network will be located. |
prefix | The IPv6 prefix for the new network. This value cannot be empty. |
name | Descriptive name for the IPv6 network. This value can be empty. |
properties | Adds object properties, including user-defined fields. This value can be empty. |