org.jclouds.gogrid.options
Class GetServerListOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.gogrid.options.GetServerListOptions
All Implemented Interfaces:
HttpRequestOptions

public class GetServerListOptions
extends BaseHttpRequestOptions

Author:
Oleksiy Yarmula

Nested Class Summary
static class GetServerListOptions.Builder
           
 
Field Summary
static GetServerListOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
GetServerListOptions()
           
 
Method Summary
 GetServerListOptions excludeSandboxServers()
           
 GetServerListOptions inDatacenter(String datacenterId)
           
 GetServerListOptions limitServerTypeTo(String serverType)
           
 GetServerListOptions onlySandboxServers()
           
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final GetServerListOptions NONE
Constructor Detail

GetServerListOptions

public GetServerListOptions()
Method Detail

limitServerTypeTo

public GetServerListOptions limitServerTypeTo(String serverType)

inDatacenter

public GetServerListOptions inDatacenter(String datacenterId)

onlySandboxServers

public GetServerListOptions onlySandboxServers()

excludeSandboxServers

public GetServerListOptions excludeSandboxServers()


Copyright © 2009-2012 jclouds. All Rights Reserved.