|
||||||||||
| 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.UpdateClusterOptions
public class UpdateClusterOptions
Options for the GlobalHostClient.updateCluster() API call.
| Nested Class Summary | |
|---|---|
static class |
UpdateClusterOptions.Builder
|
| Field Summary | |
|---|---|
static UpdateClusterOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
UpdateClusterOptions()
|
|
| Method Summary | |
|---|---|
UpdateClusterOptions |
allocationState(AllocationState allocationState)
|
UpdateClusterOptions |
clusterName(String clusterName)
|
UpdateClusterOptions |
clusterType(Host.ClusterType clusterType)
|
UpdateClusterOptions |
hypervisor(String hypervisor)
|
UpdateClusterOptions |
managedState(Cluster.ManagedState managedState)
|
| 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 UpdateClusterOptions NONE
| Constructor Detail |
|---|
public UpdateClusterOptions()
| Method Detail |
|---|
public UpdateClusterOptions allocationState(AllocationState allocationState)
allocationState - Allocation state of this cluster for allocation of new resourcespublic UpdateClusterOptions clusterName(String clusterName)
clusterName - the cluster namepublic UpdateClusterOptions clusterType(Host.ClusterType clusterType)
clusterType - type of the clusterpublic UpdateClusterOptions hypervisor(String hypervisor)
hypervisor - hypervisor type of the clusterpublic UpdateClusterOptions managedState(Cluster.ManagedState managedState)
managedState - whether this cluster is managed by cloudstack
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||