|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.UpdatePodOptions
public class UpdatePodOptions
Options to the GlobalPodClient.updatePod API call.
| 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 |
|---|
public static final UpdatePodOptions NONE
| Constructor Detail |
|---|
public UpdatePodOptions()
| Method Detail |
|---|
public UpdatePodOptions name(String name)
public UpdatePodOptions startIp(String startIp)
public UpdatePodOptions endIp(String endIp)
public UpdatePodOptions gateway(String gateway)
public UpdatePodOptions netmask(String netmask)
public UpdatePodOptions allocationState(AllocationState allocationState)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||