Uses of Class
org.jclouds.cloudstack.options.AddClusterOptions
- 
Packages that use AddClusterOptions Package Description 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 Modifier and Type Method Description ClusterGlobalHostApi. 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 Modifier and Type Field Description static AddClusterOptionsAddClusterOptions. NONEMethods in org.jclouds.cloudstack.options that return AddClusterOptions Modifier and Type Method Description AddClusterOptionsAddClusterOptions. allocationState(AllocationState allocationState)static AddClusterOptionsAddClusterOptions.Builder. allocationState(AllocationState allocationState)static AddClusterOptionsAddClusterOptions.Builder. password(String password)AddClusterOptionsAddClusterOptions. password(String password)static AddClusterOptionsAddClusterOptions.Builder. podId(String podId)AddClusterOptionsAddClusterOptions. podId(String podId)static AddClusterOptionsAddClusterOptions.Builder. url(String url)AddClusterOptionsAddClusterOptions. url(String url)static AddClusterOptionsAddClusterOptions.Builder. username(String username)AddClusterOptionsAddClusterOptions. username(String username) 
 -