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, 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, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic 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-2016 The Apache Software Foundation. All Rights Reserved.