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

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

Uses of GetServerListOptions in org.jclouds.gogrid.features
 

Methods in org.jclouds.gogrid.features with parameters of type GetServerListOptions
 Set<Server> GridServerApi.getServerList(GetServerListOptions... getServerListOptions)
          Returns the list of all servers.
 

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()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.