Uses of Class
org.jclouds.cloudstack.domain.Cluster
-
Packages that use Cluster Package Description 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 Modifier and Type Method Description ClusterCluster.Builder. build()Methods in org.jclouds.cloudstack.domain with parameters of type Cluster Modifier and Type Method Description intCluster. compareTo(Cluster other)TCluster.Builder. fromCluster(Cluster in) -
Uses of Cluster in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return Cluster Modifier and Type Method Description ClusterGlobalHostApi. addCluster(String zoneId, String clusterName, Host.ClusterType clusterType, String hypervisor, AddClusterOptions... options)Adds a new cluster.ClusterGlobalHostApi. updateCluster(String clusterId, UpdateClusterOptions... options)Updates an existing cluster.Methods in org.jclouds.cloudstack.features that return types with arguments of type Cluster Modifier and Type Method Description Set<Cluster>GlobalHostApi. listClusters(ListClustersOptions... options)
-