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 Cluster
GlobalHostApi. 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 UpdateClusterOptions
UpdateClusterOptions. NONE
Methods in org.jclouds.cloudstack.options that return UpdateClusterOptions Modifier and Type Method Description UpdateClusterOptions
UpdateClusterOptions. allocationState(AllocationState allocationState)
static UpdateClusterOptions
UpdateClusterOptions.Builder. allocationState(AllocationState allocationState)
static UpdateClusterOptions
UpdateClusterOptions.Builder. clusterName(String clusterName)
UpdateClusterOptions
UpdateClusterOptions. clusterName(String clusterName)
static UpdateClusterOptions
UpdateClusterOptions.Builder. clusterType(Host.ClusterType clusterType)
UpdateClusterOptions
UpdateClusterOptions. clusterType(Host.ClusterType clusterType)
static UpdateClusterOptions
UpdateClusterOptions.Builder. hypervisor(String hypervisor)
UpdateClusterOptions
UpdateClusterOptions. hypervisor(String hypervisor)
static UpdateClusterOptions
UpdateClusterOptions.Builder. managedState(Cluster.ManagedState managedState)
UpdateClusterOptions
UpdateClusterOptions. managedState(Cluster.ManagedState managedState)
-