Uses of Class
org.jclouds.cloudstack.domain.Cluster.ManagedState
-
Packages that use Cluster.ManagedState Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.options -
-
Uses of Cluster.ManagedState in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as Cluster.ManagedState Modifier and Type Field Description protected Cluster.ManagedState
Cluster.Builder. managedState
Methods in org.jclouds.cloudstack.domain that return Cluster.ManagedState Modifier and Type Method Description static Cluster.ManagedState
Cluster.ManagedState. fromValue(String value)
Cluster.ManagedState
Cluster. getManagedState()
static Cluster.ManagedState
Cluster.ManagedState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Cluster.ManagedState[]
Cluster.ManagedState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type Cluster.ManagedState Modifier and Type Method Description T
Cluster.Builder. managedState(Cluster.ManagedState managedState)
Constructors in org.jclouds.cloudstack.domain with parameters of type Cluster.ManagedState Constructor Description 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.ManagedState Modifier and Type Method Description static ListClustersOptions
ListClustersOptions.Builder. managedState(Cluster.ManagedState managedState)
ListClustersOptions
ListClustersOptions. managedState(Cluster.ManagedState managedState)
static UpdateClusterOptions
UpdateClusterOptions.Builder. managedState(Cluster.ManagedState managedState)
UpdateClusterOptions
UpdateClusterOptions. managedState(Cluster.ManagedState managedState)
-