Removes additional IPv4 addresses and loopback addresses from the Services interface.
Output / Response
None.
Attention: This method does not support VLAN interfaces.
API call:
void removeAdditionalIPAddresses ( long
serverId, String ipsToRemove, String
properties )
Parameter | Description |
---|---|
serverId | The database object ID of the server from which additional services IP addresses need to be removed. |
ipsToRemove | The list of IP addresses to be removed. You can specify multiple IP addresses with a separator (|). The supported format is [IP,serviceType|IP,serviceType]. For example, 10.0.0.10/32,loopback|11.0.0.3/24,service|12.0.0.3,loopback. |
properties | Adds object properties. Currently there is no supported properties. Reserved for future use. |