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 Cluster
GlobalHostApi. 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 AddClusterOptions
AddClusterOptions. NONE
Methods in org.jclouds.cloudstack.options that return AddClusterOptions Modifier and Type Method Description AddClusterOptions
AddClusterOptions. allocationState(AllocationState allocationState)
static AddClusterOptions
AddClusterOptions.Builder. allocationState(AllocationState allocationState)
static AddClusterOptions
AddClusterOptions.Builder. password(String password)
AddClusterOptions
AddClusterOptions. password(String password)
static AddClusterOptions
AddClusterOptions.Builder. podId(String podId)
AddClusterOptions
AddClusterOptions. podId(String podId)
static AddClusterOptions
AddClusterOptions.Builder. url(String url)
AddClusterOptions
AddClusterOptions. url(String url)
static AddClusterOptions
AddClusterOptions.Builder. username(String username)
AddClusterOptions
AddClusterOptions. username(String username)
-