Uses of Class
org.jclouds.cloudstack.domain.Cluster.ManagedState

Packages that use Cluster.ManagedState
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.options   
 

Uses of Cluster.ManagedState in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return Cluster.ManagedState
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
 Cluster.Builder Cluster.Builder.managedState(Cluster.ManagedState managedState)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type Cluster.ManagedState
Cluster(long id, AllocationState allocationState, Host.ClusterType clusterType, String hypervisor, Cluster.ManagedState managedState, String name, long podId, String podName, long zoneId, String zoneName)
           
 

Uses of Cluster.ManagedState in org.jclouds.cloudstack.options
 

Methods in org.jclouds.cloudstack.options with parameters of type Cluster.ManagedState
 ListClustersOptions ListClustersOptions.managedState(Cluster.ManagedState managedState)
           
static ListClustersOptions ListClustersOptions.Builder.managedState(Cluster.ManagedState managedState)
           
 UpdateClusterOptions UpdateClusterOptions.managedState(Cluster.ManagedState managedState)
           
static UpdateClusterOptions UpdateClusterOptions.Builder.managedState(Cluster.ManagedState managedState)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.