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.
  • Field Details

    • logger

      protected Logger logger
  • Constructor Details

  • Method Details

    • apply

      public boolean apply(Attachment attachment)
      Specified by:
      apply in interface com.google.common.base.Predicate<Attachment>