Uses of Class
org.jclouds.cloudstack.options.UpdateClusterOptions

Packages that use UpdateClusterOptions
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.options   
 

Uses of UpdateClusterOptions in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type UpdateClusterOptions
 Cluster GlobalHostClient.updateCluster(long clusterId, UpdateClusterOptions... options)
          Updates an existing cluster.
 com.google.common.util.concurrent.ListenableFuture<Cluster> GlobalHostAsyncClient.updateCluster(long clusterId, UpdateClusterOptions... options)
          Updates an existing cluster.
 

Uses of UpdateClusterOptions in org.jclouds.cloudstack.options
 

Fields in org.jclouds.cloudstack.options declared as UpdateClusterOptions
static UpdateClusterOptions UpdateClusterOptions.NONE
           
 

Methods in org.jclouds.cloudstack.options that return UpdateClusterOptions
 UpdateClusterOptions UpdateClusterOptions.allocationState(AllocationState allocationState)
           
static UpdateClusterOptions UpdateClusterOptions.Builder.allocationState(AllocationState allocationState)
           
 UpdateClusterOptions UpdateClusterOptions.clusterName(String clusterName)
           
static UpdateClusterOptions UpdateClusterOptions.Builder.clusterName(String clusterName)
           
 UpdateClusterOptions UpdateClusterOptions.clusterType(Host.ClusterType clusterType)
           
static UpdateClusterOptions UpdateClusterOptions.Builder.clusterType(Host.ClusterType clusterType)
           
 UpdateClusterOptions UpdateClusterOptions.hypervisor(String hypervisor)
           
static UpdateClusterOptions UpdateClusterOptions.Builder.hypervisor(String hypervisor)
           
 UpdateClusterOptions UpdateClusterOptions.managedState(Cluster.ManagedState managedState)
           
static UpdateClusterOptions UpdateClusterOptions.Builder.managedState(Cluster.ManagedState managedState)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.