public static class UpdateClusterOptions.Builder extends Object
Constructor and Description |
---|
UpdateClusterOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static UpdateClusterOptions |
allocationState(AllocationState allocationState) |
static UpdateClusterOptions |
clusterName(String clusterName) |
static UpdateClusterOptions |
clusterType(Host.ClusterType clusterType) |
static UpdateClusterOptions |
hypervisor(String hypervisor) |
static UpdateClusterOptions |
managedState(Cluster.ManagedState managedState) |
public static UpdateClusterOptions allocationState(AllocationState allocationState)
allocationState
- Allocation state of this cluster for allocation of new resourcespublic static UpdateClusterOptions clusterName(String clusterName)
clusterName
- the cluster namepublic static UpdateClusterOptions clusterType(Host.ClusterType clusterType)
clusterType
- type of the clusterpublic static UpdateClusterOptions hypervisor(String hypervisor)
hypervisor
- hypervisor type of the clusterpublic static UpdateClusterOptions managedState(Cluster.ManagedState managedState)
managedState
- whether this cluster is managed by cloudstackCopyright © 2009-2012 jclouds. All Rights Reserved.