Uses of Class
org.jclouds.gogrid.options.GetServerListOptions
- 
Packages that use GetServerListOptions Package Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description static GetServerListOptionsGetServerListOptions. NONEMethods in org.jclouds.gogrid.options that return GetServerListOptions Modifier and Type Method Description GetServerListOptionsGetServerListOptions.Builder. excludeSandboxServers()GetServerListOptionsGetServerListOptions. excludeSandboxServers()GetServerListOptionsGetServerListOptions.Builder. inDatacenter(String datacenterId)GetServerListOptionsGetServerListOptions. inDatacenter(String datacenterId)GetServerListOptionsGetServerListOptions.Builder. limitServerTypeTo(String serverType)GetServerListOptionsGetServerListOptions. limitServerTypeTo(String serverType)GetServerListOptionsGetServerListOptions.Builder. onlySandboxServers()GetServerListOptionsGetServerListOptions. onlySandboxServers() 
 -