public class UpdateClusterOptions
extends org.jclouds.http.options.BaseHttpRequestOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateClusterOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static UpdateClusterOptions |
NONE |
| 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) |
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-2015 The Apache Software Foundation. All Rights Reserved.