org.jclouds.glesys.options
Class ServerStatusOptions

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

public class ServerStatusOptions
extends BaseHttpRequestOptions

Author:
Adam Lowe

Nested Class Summary
static class ServerStatusOptions.Builder
           
static class ServerStatusOptions.StatusTypes
           
 
Field Summary
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
ServerStatusOptions()
           
 
Method Summary
 ServerStatusOptions statusType(ServerStatusOptions.StatusTypes type)
          Select the given type of information form the server
 
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
 

Constructor Detail

ServerStatusOptions

public ServerStatusOptions()
Method Detail

statusType

public ServerStatusOptions statusType(ServerStatusOptions.StatusTypes type)
Select the given type of information form the server



Copyright © 2009-2012 jclouds. All Rights Reserved.