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
 

Fields in org.jclouds.cloudstack.domain declared as Cluster.ManagedState
protected  Cluster.ManagedState Cluster.Builder.managedState
           
 

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
 T Cluster.Builder.managedState(Cluster.ManagedState managedState)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type Cluster.ManagedState
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
 UpdateClusterOptions UpdateClusterOptions.managedState(Cluster.ManagedState managedState)
           
static UpdateClusterOptions UpdateClusterOptions.Builder.managedState(Cluster.ManagedState managedState)
           
 ListClustersOptions ListClustersOptions.managedState(Cluster.ManagedState managedState)
           
static ListClustersOptions ListClustersOptions.Builder.managedState(Cluster.ManagedState managedState)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.