Package org.jclouds.cloudstack.options
Class UpdatePodOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.cloudstack.options.UpdatePodOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class UpdatePodOptions extends BaseHttpRequestOptions
Options to the GlobalPodApi.updatePod API call.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdatePodOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static UpdatePodOptions
NONE
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description UpdatePodOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Field Detail
-
NONE
public static final UpdatePodOptions NONE
-
-
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)
-
-