Uses of Class
org.jclouds.cloudstack.options.AddClusterOptions

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
 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.
 

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(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.