Package org.jclouds.cloudstack.options
Class UpdateClusterOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.UpdateClusterOptions
- All Implemented Interfaces:
HttpRequestOptions
Options for the GlobalHostApi.updateCluster() API call.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallocationState
(AllocationState allocationState) clusterName
(String clusterName) clusterType
(Host.ClusterType clusterType) hypervisor
(String hypervisor) managedState
(Cluster.ManagedState managedState) Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Field Details
-
NONE
-
-
Constructor Details
-
UpdateClusterOptions
public UpdateClusterOptions()
-
-
Method Details
-
allocationState
- Parameters:
allocationState
- Allocation state of this cluster for allocation of new resources
-
clusterName
- Parameters:
clusterName
- the cluster name
-
clusterType
- Parameters:
clusterType
- type of the cluster
-
hypervisor
- Parameters:
hypervisor
- hypervisor type of the cluster
-
managedState
- Parameters:
managedState
- whether this cluster is managed by cloudstack
-