Package org.jclouds.ec2.predicates
Class VolumeDetached
- java.lang.Object
-
- org.jclouds.ec2.predicates.VolumeDetached
-
- All Implemented Interfaces:
com.google.common.base.Predicate<Attachment>
,Predicate<Attachment>
public class VolumeDetached extends Object implements com.google.common.base.Predicate<Attachment>
Tests to see if a volume is detached.
-
-
Constructor Summary
Constructors Constructor Description VolumeDetached(ElasticBlockStoreApi client)
-
-
-
Field Detail
-
logger
protected Logger logger
-
-
Constructor Detail
-
VolumeDetached
@Inject public VolumeDetached(ElasticBlockStoreApi client)
-
-
Method Detail
-
apply
public boolean apply(Attachment attachment)
- Specified by:
apply
in interfacecom.google.common.base.Predicate<Attachment>
-
-