Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features |
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Cluster.compareTo(Cluster other) |
T |
Cluster.Builder.fromCluster(Cluster in) |
Modifier and Type | Method and Description |
---|---|
Cluster |
GlobalHostClient.addCluster(String zoneId,
String clusterName,
Host.ClusterType clusterType,
String hypervisor,
AddClusterOptions... options)
Adds a new cluster.
|
Cluster |
GlobalHostClient.updateCluster(String clusterId,
UpdateClusterOptions... options)
Updates an existing cluster.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Cluster> |
GlobalHostAsyncClient.addCluster(String zoneId,
String clusterName,
Host.ClusterType clusterType,
String hypervisor,
AddClusterOptions... options)
Adds a new cluster.
|
Set<Cluster> |
GlobalHostClient.listClusters(ListClustersOptions... options)
Lists clusters
|
com.google.common.util.concurrent.ListenableFuture<Set<Cluster>> |
GlobalHostAsyncClient.listClusters(ListClustersOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Cluster> |
GlobalHostAsyncClient.updateCluster(String clusterId,
UpdateClusterOptions... options)
Updates an existing cluster.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.