Package org.jclouds.cloudstack.options
Class UpdateClusterOptions.Builder
java.lang.Object
org.jclouds.cloudstack.options.UpdateClusterOptions.Builder
- Enclosing class:
UpdateClusterOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allocationState
- Parameters:
allocationState
- Allocation state of this cluster for allocation of new resources
-
clusterName
- Parameters:
clusterName
- the cluster name
-
clusterType
- Parameters:
clusterType
- type of the cluster
-
hypervisor
- Parameters:
hypervisor
- hypervisor type of the cluster
-
managedState
- Parameters:
managedState
- whether this cluster is managed by cloudstack
-