| Package | Description |
|---|---|
| org.jclouds.deltacloud | |
| org.jclouds.deltacloud.compute.functions | |
| org.jclouds.deltacloud.domain | |
| org.jclouds.deltacloud.predicates | |
| org.jclouds.deltacloud.xml |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<Instance.State,Transition> |
DeltacloudClient.getInstanceStates() |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.Multimap<Instance.State,Transition>> |
DeltacloudAsyncClient.getInstanceStates() |
| Modifier and Type | Field and Description |
|---|---|
static Map<Instance.State,NodeState> |
InstanceToNodeMetadata.instanceToNodeState |
| Modifier and Type | Method and Description |
|---|---|
static Instance.State |
Instance.State.fromValue(String state) |
Instance.State |
Instance.getState() |
Instance.State |
TransitionOnAction.getTo() |
Instance.State |
TransitionAutomatically.getTo() |
Instance.State |
Transition.getTo() |
static Instance.State |
Instance.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instance.State[] |
Instance.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Instance(URI href,
String id,
String ownerId,
String name,
URI image,
URI hardwareProfile,
URI realm,
Instance.State state,
Map<Instance.Action,HttpRequest> actions,
Instance.Authentication authentication,
Set<String> publicAddresses,
Set<String> privateAddresses) |
TransitionAutomatically(Instance.State to) |
TransitionOnAction(Instance.Action action,
Instance.State to) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Instance.State |
InstanceState.getState() |
protected Instance.State |
InstanceRunning.getState() |
protected Instance.State |
InstanceFinished.getState() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<Instance.State,? extends Transition> |
InstanceStatesHandler.getResult() |
Copyright © 2009-2012 jclouds. All Rights Reserved.