Package org.jclouds.cloudstack.options
Class UpdateClusterOptions.Builder
- java.lang.Object
 - 
- org.jclouds.cloudstack.options.UpdateClusterOptions.Builder
 
 
- 
- Enclosing class:
 - UpdateClusterOptions
 
public static class UpdateClusterOptions.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UpdateClusterOptionsallocationState(AllocationState allocationState)static UpdateClusterOptionsclusterName(String clusterName)static UpdateClusterOptionsclusterType(Host.ClusterType clusterType)static UpdateClusterOptionshypervisor(String hypervisor)static UpdateClusterOptionsmanagedState(Cluster.ManagedState managedState) 
 - 
 
- 
- 
Method Detail
- 
allocationState
public static UpdateClusterOptions allocationState(AllocationState allocationState)
- Parameters:
 allocationState- Allocation state of this cluster for allocation of new resources
 
- 
clusterName
public static UpdateClusterOptions clusterName(String clusterName)
- Parameters:
 clusterName- the cluster name
 
- 
clusterType
public static UpdateClusterOptions clusterType(Host.ClusterType clusterType)
- Parameters:
 clusterType- type of the cluster
 
- 
hypervisor
public static UpdateClusterOptions hypervisor(String hypervisor)
- Parameters:
 hypervisor- hypervisor type of the cluster
 
- 
managedState
public static UpdateClusterOptions managedState(Cluster.ManagedState managedState)
- Parameters:
 managedState- whether this cluster is managed by cloudstack
 
 - 
 
 -