Package | Description |
---|---|
org.jclouds.glesys.domain | |
org.jclouds.glesys.features |
Modifier and Type | Method and Description |
---|---|
IpDetails |
IpDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
IpDetails.Builder.fromIpDetails(IpDetails in) |
Modifier and Type | Method and Description |
---|---|
IpDetails |
IpClient.addIpToServer(String ipAddress,
String serverId)
Add an IP address to an server.
|
IpDetails |
IpClient.getIp(String ipAddress)
Get details about the given IP address such as gateway and netmask.
|
IpDetails |
IpClient.release(String ipAddress)
Return an unused IP address to the pool of free ips.
|
IpDetails |
IpClient.removeIpFromServer(String ipAddress,
String serverId)
Remove an IP address from a server.
|
IpDetails |
IpClient.removeIpFromServerAndRelease(String ipAddress,
String serverId)
Remove an IP address from a server and release it back to GleSYS pool of free ips.
|
IpDetails |
IpClient.resetPtr(String ipAddress)
Resets PTR data for an IP back to the default value
|
IpDetails |
IpClient.setPtr(String ipAddress,
String ptr)
Sets PTR data for an IP.
|
IpDetails |
IpClient.take(String ipAddress)
Take a free IP address and add it to this account.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.addIpToServer(String ipAddress,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.getIp(String ipAddress) |
Set<IpDetails> |
IpClient.listIps(ListIpOptions... options)
Get IP addresses associated with your account (reserved, assigned to servers, etc)
|
com.google.common.util.concurrent.ListenableFuture<Set<IpDetails>> |
IpAsyncClient.listIps(ListIpOptions... options) |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.release(String ipAddress) |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.removeIpFromServer(String ipAddress,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.removeIpFromServerAndRelease(String ipAddress,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.resetPtr(String ipAddress) |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.setPtr(String ipAddress,
String ptr) |
com.google.common.util.concurrent.ListenableFuture<IpDetails> |
IpAsyncClient.take(String ipAddress) |
Copyright © 2009-2012 jclouds. All Rights Reserved.