|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AddClusterOptions | |
|---|---|
| org.jclouds.cloudstack.features | |
| org.jclouds.cloudstack.options | |
| Uses of AddClusterOptions in org.jclouds.cloudstack.features |
|---|
| Methods in org.jclouds.cloudstack.features with parameters of type AddClusterOptions | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Cluster> |
GlobalHostAsyncClient.addCluster(long zoneId,
String clusterName,
Host.ClusterType clusterType,
String hypervisor,
AddClusterOptions... options)
Adds a new cluster. |
Cluster |
GlobalHostClient.addCluster(long zoneId,
String clusterName,
Host.ClusterType clusterType,
String hypervisor,
AddClusterOptions... options)
Adds a new cluster. |
| Uses of AddClusterOptions in org.jclouds.cloudstack.options |
|---|
| Fields in org.jclouds.cloudstack.options declared as AddClusterOptions | |
|---|---|
static AddClusterOptions |
AddClusterOptions.NONE
|
| Methods in org.jclouds.cloudstack.options that return AddClusterOptions | |
|---|---|
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(long podId)
|
static AddClusterOptions |
AddClusterOptions.Builder.podId(long 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||