|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instance.State | |
---|---|
org.jclouds.deltacloud | |
org.jclouds.deltacloud.compute.functions | |
org.jclouds.deltacloud.domain | |
org.jclouds.deltacloud.predicates | |
org.jclouds.deltacloud.xml |
Uses of Instance.State in org.jclouds.deltacloud |
---|
Methods in org.jclouds.deltacloud that return types with arguments of type Instance.State | |
---|---|
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()
|
Uses of Instance.State in org.jclouds.deltacloud.compute.functions |
---|
Fields in org.jclouds.deltacloud.compute.functions with type parameters of type Instance.State | |
---|---|
static Map<Instance.State,NodeState> |
InstanceToNodeMetadata.instanceToNodeState
|
Uses of Instance.State in org.jclouds.deltacloud.domain |
---|
Methods in org.jclouds.deltacloud.domain that return Instance.State | |
---|---|
static Instance.State |
Instance.State.fromValue(String state)
|
Instance.State |
Instance.getState()
|
Instance.State |
TransitionAutomatically.getTo()
|
Instance.State |
Transition.getTo()
|
Instance.State |
TransitionOnAction.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. |
Constructors in org.jclouds.deltacloud.domain with parameters of type Instance.State | |
---|---|
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)
|
Uses of Instance.State in org.jclouds.deltacloud.predicates |
---|
Methods in org.jclouds.deltacloud.predicates that return Instance.State | |
---|---|
protected abstract Instance.State |
InstanceState.getState()
|
protected Instance.State |
InstanceFinished.getState()
|
protected Instance.State |
InstanceRunning.getState()
|
Uses of Instance.State in org.jclouds.deltacloud.xml |
---|
Methods in org.jclouds.deltacloud.xml that return types with arguments of type Instance.State | |
---|---|
com.google.common.collect.Multimap<Instance.State,? extends Transition> |
InstanceStatesHandler.getResult()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |