Uses of Class
org.jclouds.cloudstack.options.UpdateClusterOptions
- 
Packages that use UpdateClusterOptions Package Description org.jclouds.cloudstack.features org.jclouds.cloudstack.options  - 
- 
Uses of UpdateClusterOptions in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type UpdateClusterOptions Modifier and Type Method Description ClusterGlobalHostApi. updateCluster(String clusterId, UpdateClusterOptions... options)Updates an existing cluster. - 
Uses of UpdateClusterOptions in org.jclouds.cloudstack.options
Fields in org.jclouds.cloudstack.options declared as UpdateClusterOptions Modifier and Type Field Description static UpdateClusterOptionsUpdateClusterOptions. NONEMethods in org.jclouds.cloudstack.options that return UpdateClusterOptions Modifier and Type Method Description UpdateClusterOptionsUpdateClusterOptions. allocationState(AllocationState allocationState)static UpdateClusterOptionsUpdateClusterOptions.Builder. allocationState(AllocationState allocationState)static UpdateClusterOptionsUpdateClusterOptions.Builder. clusterName(String clusterName)UpdateClusterOptionsUpdateClusterOptions. clusterName(String clusterName)static UpdateClusterOptionsUpdateClusterOptions.Builder. clusterType(Host.ClusterType clusterType)UpdateClusterOptionsUpdateClusterOptions. clusterType(Host.ClusterType clusterType)static UpdateClusterOptionsUpdateClusterOptions.Builder. hypervisor(String hypervisor)UpdateClusterOptionsUpdateClusterOptions. hypervisor(String hypervisor)static UpdateClusterOptionsUpdateClusterOptions.Builder. managedState(Cluster.ManagedState managedState)UpdateClusterOptionsUpdateClusterOptions. managedState(Cluster.ManagedState managedState) 
 -