public class GetServerListOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
GetServerListOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static GetServerListOptions |
NONE |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
GetServerListOptions() |
Modifier and Type | Method and Description |
---|---|
GetServerListOptions |
excludeSandboxServers() |
GetServerListOptions |
inDatacenter(String datacenterId) |
GetServerListOptions |
limitServerTypeTo(String serverType) |
GetServerListOptions |
onlySandboxServers() |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final GetServerListOptions NONE
public GetServerListOptions limitServerTypeTo(String serverType)
public GetServerListOptions inDatacenter(String datacenterId)
public GetServerListOptions onlySandboxServers()
public GetServerListOptions excludeSandboxServers()
Copyright © 2009-2012 jclouds. All Rights Reserved.