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 GetServerListOptions
GetServerListOptions. NONE
Methods in org.jclouds.gogrid.options that return GetServerListOptions Modifier and Type Method Description GetServerListOptions
GetServerListOptions.Builder. excludeSandboxServers()
GetServerListOptions
GetServerListOptions. excludeSandboxServers()
GetServerListOptions
GetServerListOptions.Builder. inDatacenter(String datacenterId)
GetServerListOptions
GetServerListOptions. inDatacenter(String datacenterId)
GetServerListOptions
GetServerListOptions.Builder. limitServerTypeTo(String serverType)
GetServerListOptions
GetServerListOptions. limitServerTypeTo(String serverType)
GetServerListOptions
GetServerListOptions.Builder. onlySandboxServers()
GetServerListOptions
GetServerListOptions. onlySandboxServers()
-