Uses of Enum Class
org.jclouds.cloudstack.domain.Cluster.ManagedState
Packages that use Cluster.ManagedState
-
Uses of Cluster.ManagedState in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as Cluster.ManagedStateMethods in org.jclouds.cloudstack.domain that return Cluster.ManagedStateModifier and TypeMethodDescriptionstatic Cluster.ManagedState
Cluster.getManagedState()
static Cluster.ManagedState
Returns the enum constant of this class with the specified name.static Cluster.ManagedState[]
Cluster.ManagedState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type Cluster.ManagedStateModifier and TypeMethodDescriptionCluster.Builder.managedState
(Cluster.ManagedState managedState) Constructors in org.jclouds.cloudstack.domain with parameters of type Cluster.ManagedStateModifierConstructorDescriptionprotected
Cluster
(String id, AllocationState allocationState, Host.ClusterType clusterType, String hypervisor, Cluster.ManagedState managedState, String name, String podId, String podName, String zoneId, String zoneName) -
Uses of Cluster.ManagedState in org.jclouds.cloudstack.options
Methods in org.jclouds.cloudstack.options with parameters of type Cluster.ManagedStateModifier and TypeMethodDescriptionstatic ListClustersOptions
ListClustersOptions.Builder.managedState
(Cluster.ManagedState managedState) ListClustersOptions.managedState
(Cluster.ManagedState managedState) static UpdateClusterOptions
UpdateClusterOptions.Builder.managedState
(Cluster.ManagedState managedState) UpdateClusterOptions.managedState
(Cluster.ManagedState managedState)