| Package | Description | 
|---|---|
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.functions | |
| org.jclouds.gogrid.services | 
| Modifier and Type | Field and Description | 
|---|---|
protected Ip | 
Server.Builder.ip  | 
protected Ip | 
IpPortPair.Builder.ip  | 
| Modifier and Type | Method and Description | 
|---|---|
Ip | 
Ip.Builder.build()  | 
Ip | 
Server.getIp()  | 
Ip | 
IpPortPair.getIp()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Ip.compareTo(Ip o)  | 
T | 
Ip.Builder.fromIp(Ip in)  | 
T | 
Server.Builder.ip(Ip ip)  | 
T | 
IpPortPair.Builder.ip(Ip ip)  | 
| Constructor and Description | 
|---|
IpPortPair(Ip ip,
          int port)  | 
Server(long id,
      boolean isSandbox,
      String name,
      String description,
      ServerState state,
      Option datacenter,
      Option type,
      Option ram,
      Option os,
      Ip ip,
      ServerImage image)  | 
| Modifier and Type | Method and Description | 
|---|---|
SortedSet<Ip> | 
ParseIpListFromJsonResponse.apply(HttpResponse arg0)  | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.