public interface TeamIpConfigService
| Modifier and Type | Method and Description |
|---|---|
void |
createAlias(IpAddress ipAddress,
String netDev)
Establishes an additional network address for the controller's network
interface.
|
void |
deleteAlias(IpAddress ipAddress,
String netDev)
Removes a network address from the controller's network interface.
|
Collection<IpAddress> |
getAliases()
Gets the network addresses enabled on the controller's network
interface.
|
Collection<IpAddress> |
getAliases(String netDev)
Gets the network addresses enabled on the controller's network
interface.
|
void createAlias(IpAddress ipAddress, String netDev)
ipAddress - IP Address to configure as alias (The additional
network address for the network interface).void deleteAlias(IpAddress ipAddress, String netDev)
ipAddress - IP Address to remove.Collection<IpAddress> getAliases()
Collection<IpAddress> getAliases(String netDev)
netDev - network deviceCopyright © 2014. All Rights Reserved.