Hi all,

I need to assign a floating IP to a server.

I found a nice post at
https://groups.google.com/forum/#!topic/jclouds/TgwiH2GNSyg but still have
some questions to the FloatingIPApi (
http://javadocs.jclouds.cloudbees.net/org/jclouds/openstack/nova/v2_0/extensions/FloatingIPApi.html
).

- list() returns all already allocated fl. IPs, not pools, right?
- get(String id) accepts an IP addr. as a String?
- create() is the same as allocateFromPool(String pool), just assumes there
is only 1 pool available???
- is it possible to list available pools so that I can use it then for
allocateFromPool(String pool)?

Thanks,
Radek

Reply via email to