Moves an IPv4 block, an IPv4 network, or an IPv4 address to a new IPv4 address.
Output / Response
None.
Attention: This method is deprecated in favor or the more extensive Move
IP Object method. Use moveIPObject() instead.
Note: The block or network being moved must fit fully within the new parent object and
must also not overlap its sibling objects. A network object cannot be moved directly
beneath a configuration as it must be a child of a block object.
API call:
void moveIP4Object ( long objectId, String
address )
Parameter | Description |
---|---|
objectId | The object ID of the IPv4 block, network, or IP address to be moved. |
address | The new address for the IPv4 block, network, or IP address. |