|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IpDetails | |
|---|---|
| org.jclouds.glesys.domain | |
| org.jclouds.glesys.features | |
| Uses of IpDetails in org.jclouds.glesys.domain |
|---|
| Methods in org.jclouds.glesys.domain that return IpDetails | |
|---|---|
IpDetails |
IpDetails.Builder.build()
|
| Methods in org.jclouds.glesys.domain with parameters of type IpDetails | |
|---|---|
T |
IpDetails.Builder.fromIpDetails(IpDetails in)
|
| Uses of IpDetails in org.jclouds.glesys.features |
|---|
| Methods in org.jclouds.glesys.features that return IpDetails | |
|---|---|
IpDetails |
IpApi.addToServer(String ipAddress,
String serverId)
Add an IP address to an server. |
IpDetails |
IpApi.get(String ipAddress)
Get details about the given IP address such as gateway and netmask. |
IpDetails |
IpApi.release(String ipAddress)
Return an unused IP address to the pool of free ips. |
IpDetails |
IpApi.removeFromServer(String ipAddress,
String serverId)
Remove an IP address from a server. |
IpDetails |
IpApi.removeFromServerAndRelease(String ipAddress,
String serverId)
Remove an IP address from a server and release it back to GleSYS pool of free ips. |
IpDetails |
IpApi.resetPtr(String ipAddress)
Resets PTR data for an IP back to the default value |
IpDetails |
IpApi.setPtr(String ipAddress,
String ptr)
Sets PTR data for an IP. |
IpDetails |
IpApi.take(String ipAddress)
Take a free IP address and add it to this account. |
| Methods in org.jclouds.glesys.features that return types with arguments of type IpDetails | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncApi.addToServer(String ipAddress,
String serverId)
|
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncApi.get(String ipAddress)
|
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<IpDetails>> |
IpAsyncApi.list(ListIpOptions... options)
|
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<IpDetails> |
IpAsyncApi.release(String ipAddress)
|
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncApi.removeFromServer(String ipAddress,
String serverId)
|
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncApi.removeFromServerAndRelease(String ipAddress,
String serverId)
|
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncApi.resetPtr(String ipAddress)
|
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncApi.setPtr(String ipAddress,
String ptr)
|
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncApi.take(String ipAddress)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||