org.jclouds.compute.predicates
Class NodeSuspended
java.lang.Object
org.jclouds.compute.predicates.NodePresentAndInIntendedState
org.jclouds.compute.predicates.NodeSuspended
- All Implemented Interfaces:
- com.google.common.base.Predicate<NodeMetadata>
@Singleton
public class NodeSuspended
- extends NodePresentAndInIntendedState
Tests to see if a node is suspended.
- Author:
- Adrian Cole
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 |
NodeSuspended
@Inject
public NodeSuspended(ComputeService client)
Copyright © 2009-2011 jclouds. All Rights Reserved.