|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ip | |
---|---|
org.jclouds.gogrid.domain | |
org.jclouds.gogrid.functions | |
org.jclouds.gogrid.services |
Uses of Ip in org.jclouds.gogrid.domain |
---|
Methods in org.jclouds.gogrid.domain that return Ip | |
---|---|
Ip |
IpPortPair.getIp()
|
Ip |
Server.getIp()
|
Methods in org.jclouds.gogrid.domain with parameters of type Ip | |
---|---|
int |
Ip.compareTo(Ip o)
|
Constructors in org.jclouds.gogrid.domain with parameters of type Ip | |
---|---|
IpPortPair(Ip ip,
int port)
|
|
Server(long id,
Option datacenter,
boolean sandbox,
String name,
String description,
ServerState state,
Option type,
Option ram,
Option os,
Ip ip,
ServerImage image)
|
Uses of Ip in org.jclouds.gogrid.functions |
---|
Methods in org.jclouds.gogrid.functions that return types with arguments of type Ip | |
---|---|
SortedSet<Ip> |
ParseIpListFromJsonResponse.apply(HttpResponse arg0)
|
Uses of Ip in org.jclouds.gogrid.services |
---|
Methods in org.jclouds.gogrid.services that return types with arguments of type Ip | |
---|---|
Set<Ip> |
GridIpClient.getAssignedIpList()
Returns the list of assigned IPs NOTE: this returns both public and private IPs! |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
GridIpAsyncClient.getAssignedIpList()
|
Set<Ip> |
GridIpClient.getIpList(GetIpListOptions... options)
Returns all IPs in the system that match the options |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
GridIpAsyncClient.getIpList(GetIpListOptions... options)
|
Set<Ip> |
GridIpClient.getUnassignedIpList()
Returns the list of unassigned IPs. |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
GridIpAsyncClient.getUnassignedIpList()
|
Set<Ip> |
GridIpClient.getUnassignedPublicIpList()
Returns the list of unassigned public IPs. |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
GridIpAsyncClient.getUnassignedPublicIpList()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |