org.jclouds.compute.predicates
Class NodeSuspended

java.lang.Object
  extended by org.jclouds.compute.predicates.NodePresentAndInIntendedState
      extended by org.jclouds.compute.predicates.NodeSuspended
All Implemented Interfaces:
com.google.common.base.Predicate<NodeMetadata>

Deprecated.

@Singleton
@Deprecated
public class NodeSuspended
extends NodePresentAndInIntendedState

Tests to see if a node is suspended.

Author:
Adrian Cole
See Also:
AtomicNodeSuspended

Field Summary
 
Fields inherited from class org.jclouds.compute.predicates.NodePresentAndInIntendedState
logger
 
Constructor Summary
NodeSuspended(GetNodeMetadataStrategy client)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.jclouds.compute.predicates.NodePresentAndInIntendedState
apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

NodeSuspended

@Inject
public NodeSuspended(GetNodeMetadataStrategy client)
Deprecated. 


Copyright © 2009-2012 jclouds. All Rights Reserved.