Class VolumeAttached

java.lang.Object
org.jclouds.ec2.predicates.VolumeAttached
All Implemented Interfaces:
com.google.common.base.Predicate<Attachment>, Predicate<Attachment>

@Singleton public class VolumeAttached extends Object implements com.google.common.base.Predicate<Attachment>
Tests to see if a volume is attached.
  • 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>