Uses of Class
org.jclouds.deltacloud.domain.Instance.State

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.util.concurrent.ListenableFuture<com.google.common.collect.Multimap<Instance.State,Transition>> DeltacloudAsyncClient.getInstanceStates()
           
 com.google.common.collect.Multimap<Instance.State,Transition> DeltacloudClient.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 TransitionOnAction.getTo()
           
 Instance.State Transition.getTo()
           
 Instance.State TransitionAutomatically.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  Instance.State InstanceFinished.getState()
           
protected  Instance.State InstanceRunning.getState()
           
protected abstract  Instance.State InstanceState.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()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.