public interface FloatingIPApi
FloatingIPAsyncApi
Modifier and Type | Method and Description |
---|---|
void |
addFloatingIPToServer(String address,
String serverId)
Add a Floating IP address to a Server
|
FloatingIP |
allocate()
Allocate a Floating IP address
|
void |
deallocate(String id)
Deallocate a Floating IP address
|
FloatingIP |
getFloatingIP(String id)
Get a specific Floating IP address
|
Set<FloatingIP> |
listFloatingIPs()
List all Floating IP addresses
|
void |
removeFloatingIPFromServer(String address,
String serverId)
Remove a Floating IP address from a Server
|
Set<FloatingIP> listFloatingIPs()
FloatingIP getFloatingIP(String id)
FloatingIP allocate()
void deallocate(String id)
id
- the Floating IP idvoid addFloatingIPToServer(String address, String serverId)
serverId
- the serverIdaddress
- the IP address to add
NOTE: Possibly move this to ServerApi?Copyright © 2009-2012 jclouds. All Rights Reserved.