org.jclouds.cloudstack.options
Class UpdateClusterOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.options.UpdateClusterOptions.Builder
Enclosing class:
UpdateClusterOptions

public static class UpdateClusterOptions.Builder
extends Object


Constructor Summary
UpdateClusterOptions.Builder()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateClusterOptions.Builder

public UpdateClusterOptions.Builder()
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


Copyright © 2009-2012 jclouds. All Rights Reserved.