| Package | Description | 
|---|---|
| org.jclouds.cloudstack.domain | |
| org.jclouds.cloudstack.options | 
| Modifier and Type | Field and Description | 
|---|---|
protected Cluster.ManagedState | 
Cluster.Builder.managedState  | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Cluster.Builder.managedState(Cluster.ManagedState managedState)  | 
| Constructor and Description | 
|---|
Cluster(String id,
       AllocationState allocationState,
       Host.ClusterType clusterType,
       String hypervisor,
       Cluster.ManagedState managedState,
       String name,
       String podId,
       String podName,
       String zoneId,
       String zoneName)  | 
| Modifier and Type | Method and Description | 
|---|---|
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.