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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateClusterOptions.Builder
public UpdateClusterOptions.Builder()
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
Copyright © 2009-2012 jclouds. All Rights Reserved.