public class UpdateClusterOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
UpdateClusterOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static UpdateClusterOptions |
NONE |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
UpdateClusterOptions() |
Modifier and Type | Method and Description |
---|---|
UpdateClusterOptions |
allocationState(AllocationState allocationState) |
UpdateClusterOptions |
clusterName(String clusterName) |
UpdateClusterOptions |
clusterType(Host.ClusterType clusterType) |
UpdateClusterOptions |
hypervisor(String hypervisor) |
UpdateClusterOptions |
managedState(Cluster.ManagedState managedState) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final UpdateClusterOptions NONE
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 cloudstackCopyright © 2009-2012 jclouds. All Rights Reserved.