Adds a IPv6 block by specifying the MAC address of the server.
Output / Response
Returns the object ID of the new IPv6 block.
API call:
long addIP6BlockByMACAddress ( long parentId,
String macAddress, String name, String
properties )
Parameter | Description |
---|---|
parentId | The object ID of the parent object of the new IPv6 block. The parent object must be another IPv6 block. |
macAddress | The MAC address of the server in the format nnnnnnnnnnnn, nn-nn-nn-nn-nn-nn or nn:nn:nn:nn:nn:nn, where nn is a hexadecimal value. |
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. |