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
- Author:
- Oleksiy Yarmula
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
NONE
public static final GetServerListOptions NONE
GetServerListOptions
public GetServerListOptions()
limitServerTypeTo
public GetServerListOptions limitServerTypeTo(String serverType)
inDatacenter
public GetServerListOptions inDatacenter(String datacenterId)
onlySandboxServers
public GetServerListOptions onlySandboxServers()
excludeSandboxServers
public GetServerListOptions excludeSandboxServers()
Copyright © 2009-2011 jclouds. All Rights Reserved.