org.jclouds.cloudstack.options
Class UpdatePodOptions

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

public class UpdatePodOptions
extends BaseHttpRequestOptions

Options to the GlobalPodClient.updatePod API call.

Author:
Richard Downer

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

UpdatePodOptions

public UpdatePodOptions()
Method Detail

name

public UpdatePodOptions name(String name)

startIp

public UpdatePodOptions startIp(String startIp)

endIp

public UpdatePodOptions endIp(String endIp)

gateway

public UpdatePodOptions gateway(String gateway)

netmask

public UpdatePodOptions netmask(String netmask)

allocationState

public UpdatePodOptions allocationState(AllocationState allocationState)


Copyright © 2009-2012 jclouds. All Rights Reserved.