Package | Description |
---|---|
org.jclouds.gogrid.options | |
org.jclouds.gogrid.services |
Modifier and Type | Field and Description |
---|---|
static GetIpListOptions |
GetIpListOptions.NONE |
Modifier and Type | Method and Description |
---|---|
GetIpListOptions |
GetIpListOptions.Builder.create() |
GetIpListOptions |
GetIpListOptions.inDatacenter(String datacenterId) |
GetIpListOptions |
GetIpListOptions.Builder.inDatacenter(String datacenterId) |
GetIpListOptions |
GetIpListOptions.Builder.limitToType(IpType type) |
GetIpListOptions |
GetIpListOptions.onlyAssigned() |
GetIpListOptions |
GetIpListOptions.onlyUnassigned() |
GetIpListOptions |
GetIpListOptions.onlyWithType(IpType type) |
GetIpListOptions |
GetIpListOptions.Builder.unassignedPublicIps() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2009-2013 jclouds. All Rights Reserved.