Adds additional IPv4 addresses and loopback addresses to the Services interface for DNS service.
Output / Response
None.
Attention: This method does not support VLAN interfaces.
API call:
void addAdditionalIPAddresses ( long
serverId, String ipsToAdd, String
properties )
Parameter | Description |
---|---|
serverId | The database object ID of the server to which additional services IP address will be added. |
ipsToAdd | The list of IP addresses to be added. 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. |