Uses of Class
org.jclouds.compute.domain.NodeState

Packages that use NodeState
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
 

Uses of NodeState in org.jclouds.compute.domain
 

Methods in org.jclouds.compute.domain that return NodeState
static NodeState NodeState.from(NodeMetadata.Status in)
          Deprecated.  
 NodeState NodeMetadata.getState()
          Deprecated. 
static NodeState NodeState.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static NodeState[] NodeState.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.compute.domain with parameters of type NodeState
 NodeMetadataBuilder NodeMetadataBuilder.state(NodeState state)
          Deprecated. 
 

Uses of NodeState in org.jclouds.compute.domain.internal
 

Methods in org.jclouds.compute.domain.internal that return NodeState
 NodeState NodeMetadataImpl.getState()
          Deprecated. 
 



Copyright © 2009-2012 jclouds. All Rights Reserved.