org.jclouds.cloudstack.options
Class UpdatePodOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.UpdatePodOptions
- All Implemented Interfaces:
- org.jclouds.http.options.HttpRequestOptions
public class UpdatePodOptions
- extends org.jclouds.http.options.BaseHttpRequestOptions
Options to the GlobalPodApi.updatePod API call.
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
formParameters, headers, pathSuffix, payload, queryParameters |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
NONE
public static final UpdatePodOptions NONE
UpdatePodOptions
public UpdatePodOptions()
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-2014 The Apache Software Foundation. All Rights Reserved.