|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListIpOptions | |
|---|---|
| org.jclouds.glesys.features | |
| org.jclouds.glesys.options | |
| Uses of ListIpOptions in org.jclouds.glesys.features |
|---|
| Methods in org.jclouds.glesys.features with parameters of type ListIpOptions | |
|---|---|
com.google.common.collect.FluentIterable<IpDetails> |
IpApi.list(ListIpOptions... options)
Get IP addresses associated with your account (reserved, assigned to servers, etc) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<IpDetails>> |
IpAsyncApi.list(ListIpOptions... options)
|
| Uses of ListIpOptions in org.jclouds.glesys.options |
|---|
| Methods in org.jclouds.glesys.options that return ListIpOptions | |
|---|---|
ListIpOptions |
ListIpOptions.datacenter(String datacenter)
Retrieve only IPs served in the specified datacenter |
static ListIpOptions |
ListIpOptions.Builder.datacenter(String datacenter)
|
ListIpOptions |
ListIpOptions.ipVersion(int ipVersion)
Retrieve only IPs of the requested version |
static ListIpOptions |
ListIpOptions.Builder.ipVersion(int ipVersion)
|
ListIpOptions |
ListIpOptions.platform(String platform)
Retrieve only IPs served on the specified platform |
static ListIpOptions |
ListIpOptions.Builder.platform(String platform)
|
ListIpOptions |
ListIpOptions.serverId(String serverId)
Retrieve only IP assigned to the specified server |
static ListIpOptions |
ListIpOptions.Builder.serverId(String serverId)
|
ListIpOptions |
ListIpOptions.used(boolean used)
Retrieve only IPs that are in use |
static ListIpOptions |
ListIpOptions.Builder.used(boolean used)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||