| Package | Description | 
|---|---|
| org.jclouds.gogrid.options | |
| org.jclouds.gogrid.services | 
| Modifier and Type | Field and Description | 
|---|---|
static GetServerListOptions | 
GetServerListOptions.NONE  | 
| Modifier and Type | Method and Description | 
|---|---|
GetServerListOptions | 
GetServerListOptions.excludeSandboxServers()  | 
GetServerListOptions | 
GetServerListOptions.Builder.excludeSandboxServers()  | 
GetServerListOptions | 
GetServerListOptions.inDatacenter(String datacenterId)  | 
GetServerListOptions | 
GetServerListOptions.Builder.inDatacenter(String datacenterId)  | 
GetServerListOptions | 
GetServerListOptions.limitServerTypeTo(String serverType)  | 
GetServerListOptions | 
GetServerListOptions.Builder.limitServerTypeTo(String serverType)  | 
GetServerListOptions | 
GetServerListOptions.onlySandboxServers()  | 
GetServerListOptions | 
GetServerListOptions.Builder.onlySandboxServers()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Server> | 
GridServerClient.getServerList(GetServerListOptions... getServerListOptions)
Returns the list of all servers. 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<Server>> | 
GridServerAsyncClient.getServerList(GetServerListOptions... getServerListOptions)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.