Package | Description |
---|---|
org.jclouds.cloudstack.features | |
org.jclouds.cloudstack.options |
Modifier and Type | Method and Description |
---|---|
Cluster |
GlobalHostClient.addCluster(String zoneId,
String clusterName,
Host.ClusterType clusterType,
String hypervisor,
AddClusterOptions... options)
Adds a new cluster.
|
com.google.common.util.concurrent.ListenableFuture<Cluster> |
GlobalHostAsyncClient.addCluster(String zoneId,
String clusterName,
Host.ClusterType clusterType,
String hypervisor,
AddClusterOptions... options)
Adds a new cluster.
|
Modifier and Type | Field and Description |
---|---|
static AddClusterOptions |
AddClusterOptions.NONE |
Modifier and Type | Method and Description |
---|---|
AddClusterOptions |
AddClusterOptions.allocationState(AllocationState allocationState) |
static AddClusterOptions |
AddClusterOptions.Builder.allocationState(AllocationState allocationState) |
AddClusterOptions |
AddClusterOptions.password(String password) |
static AddClusterOptions |
AddClusterOptions.Builder.password(String password) |
AddClusterOptions |
AddClusterOptions.podId(String podId) |
static AddClusterOptions |
AddClusterOptions.Builder.podId(String podId) |
AddClusterOptions |
AddClusterOptions.url(String url) |
static AddClusterOptions |
AddClusterOptions.Builder.url(String url) |
AddClusterOptions |
AddClusterOptions.username(String username) |
static AddClusterOptions |
AddClusterOptions.Builder.username(String username) |
Copyright © 2009-2013 jclouds. All Rights Reserved.