Uses of Class
org.jclouds.cloudstack.options.UpdateClusterOptions
Packages that use UpdateClusterOptions
-
Uses of UpdateClusterOptions in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type UpdateClusterOptionsModifier and TypeMethodDescriptionGlobalHostApi.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 UpdateClusterOptionsMethods in org.jclouds.cloudstack.options that return UpdateClusterOptionsModifier and TypeMethodDescriptionUpdateClusterOptions.allocationState
(AllocationState allocationState) static UpdateClusterOptions
UpdateClusterOptions.Builder.allocationState
(AllocationState allocationState) static UpdateClusterOptions
UpdateClusterOptions.Builder.clusterName
(String clusterName) UpdateClusterOptions.clusterName
(String clusterName) static UpdateClusterOptions
UpdateClusterOptions.Builder.clusterType
(Host.ClusterType clusterType) UpdateClusterOptions.clusterType
(Host.ClusterType clusterType) static UpdateClusterOptions
UpdateClusterOptions.Builder.hypervisor
(String hypervisor) UpdateClusterOptions.hypervisor
(String hypervisor) static UpdateClusterOptions
UpdateClusterOptions.Builder.managedState
(Cluster.ManagedState managedState) UpdateClusterOptions.managedState
(Cluster.ManagedState managedState)