|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Ip | |
|---|---|
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.features | |
| org.jclouds.gogrid.functions | |
| Uses of Ip in org.jclouds.gogrid.domain |
|---|
| Fields in org.jclouds.gogrid.domain declared as Ip | |
|---|---|
protected Ip |
Server.Builder.ip
|
protected Ip |
IpPortPair.Builder.ip
|
| Methods in org.jclouds.gogrid.domain that return Ip | |
|---|---|
Ip |
Ip.Builder.build()
|
Ip |
Server.getIp()
|
Ip |
IpPortPair.getIp()
|
| Methods in org.jclouds.gogrid.domain with parameters of type Ip | |
|---|---|
int |
Ip.compareTo(Ip o)
|
T |
Ip.Builder.fromIp(Ip in)
|
T |
Server.Builder.ip(Ip ip)
|
T |
IpPortPair.Builder.ip(Ip ip)
|
| Constructors in org.jclouds.gogrid.domain with parameters of type Ip | |
|---|---|
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)
|
|
| Uses of Ip in org.jclouds.gogrid.features |
|---|
| Methods in org.jclouds.gogrid.features that return types with arguments of type Ip | |
|---|---|
Set<Ip> |
GridIpApi.getAssignedIpList()
Returns the list of assigned IPs NOTE: this returns both public and private IPs! |
Set<Ip> |
GridIpApi.getIpList(GetIpListOptions... options)
Returns all IPs in the system that match the options |
Set<Ip> |
GridIpApi.getUnassignedIpList()
Returns the list of unassigned IPs. |
Set<Ip> |
GridIpApi.getUnassignedPublicIpList()
Returns the list of unassigned public IPs. |
| 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(org.jclouds.http.HttpResponse arg0)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||