org.jclouds.cloudstack.options
Class CreatePodOptions

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

public class CreatePodOptions
extends BaseHttpRequestOptions

Options to the GlobalPodClient.createPod API call.

Author:
Richard Downer

Nested Class Summary
static class CreatePodOptions.Builder
           
 
Field Summary
static CreatePodOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
CreatePodOptions()
           
 
Method Summary
 CreatePodOptions allocationState(AllocationState allocationState)
           
 
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 CreatePodOptions NONE
Constructor Detail

CreatePodOptions

public CreatePodOptions()
Method Detail

allocationState

public CreatePodOptions allocationState(AllocationState allocationState)


Copyright © 2009-2012 jclouds. All Rights Reserved.