Package org.jclouds.gogrid.options
Class GetServerListOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.gogrid.options.GetServerListOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class GetServerListOptions extends BaseHttpRequestOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetServerListOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetServerListOptions
NONE
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description GetServerListOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetServerListOptions
excludeSandboxServers()
GetServerListOptions
inDatacenter(String datacenterId)
GetServerListOptions
limitServerTypeTo(String serverType)
GetServerListOptions
onlySandboxServers()
-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Field Detail
-
NONE
public static final GetServerListOptions NONE
-
-
Method Detail
-
limitServerTypeTo
public GetServerListOptions limitServerTypeTo(String serverType)
-
inDatacenter
public GetServerListOptions inDatacenter(String datacenterId)
-
onlySandboxServers
public GetServerListOptions onlySandboxServers()
-
excludeSandboxServers
public GetServerListOptions excludeSandboxServers()
-
-