Uses of Class
org.jclouds.gogrid.options.GetServerListOptions

Packages that use GetServerListOptions
org.jclouds.gogrid.options   
org.jclouds.gogrid.services   
 

Uses of GetServerListOptions in org.jclouds.gogrid.options
 

Fields in org.jclouds.gogrid.options declared as GetServerListOptions
static GetServerListOptions GetServerListOptions.NONE
           
 

Methods in org.jclouds.gogrid.options that return GetServerListOptions
 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()
           
 

Uses of GetServerListOptions in org.jclouds.gogrid.services
 

Methods in org.jclouds.gogrid.services with parameters of type GetServerListOptions
 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-2012 jclouds. All Rights Reserved.