|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FloatingIPApi
Provides synchronous access to Floating IPs.
FloatingIPAsyncApi| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
Set<FloatingIP> listFloatingIPs()
FloatingIP getFloatingIP(String id)
FloatingIP allocate()
void deallocate(String id)
id - the Floating IP id
void addFloatingIPToServer(String address,
String serverId)
serverId - the serverIdaddress - the IP address to add
NOTE: Possibly move this to ServerApi?
void removeFloatingIPFromServer(String address,
String serverId)
serverId - the serverIdaddress - the IP address to remove
NOTE: Possibly move this to ServerApi?
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||