Uses of Class
org.jclouds.cloudstack.domain.Cluster

Packages that use Cluster
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of Cluster in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return Cluster
 Cluster Cluster.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type Cluster
 int Cluster.compareTo(Cluster other)
           
 

Uses of Cluster in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return Cluster
 Cluster GlobalHostClient.addCluster(long zoneId, String clusterName, Host.ClusterType clusterType, String hypervisor, AddClusterOptions... options)
          Adds a new cluster.
 Cluster GlobalHostClient.updateCluster(long clusterId, UpdateClusterOptions... options)
          Updates an existing cluster.
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type Cluster
 com.google.common.util.concurrent.ListenableFuture<Cluster> GlobalHostAsyncClient.addCluster(long zoneId, String clusterName, Host.ClusterType clusterType, String hypervisor, AddClusterOptions... options)
          Adds a new cluster.
 com.google.common.util.concurrent.ListenableFuture<Set<Cluster>> GlobalHostAsyncClient.listClusters(ListClustersOptions... options)
           
 Set<Cluster> GlobalHostClient.listClusters(ListClustersOptions... options)
          Lists clusters
 com.google.common.util.concurrent.ListenableFuture<Cluster> GlobalHostAsyncClient.updateCluster(long clusterId, UpdateClusterOptions... options)
          Updates an existing cluster.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.