Class VirtualMachineExpunged

  • All Implemented Interfaces:
    com.google.common.base.Predicate<VirtualMachine>, Predicate<VirtualMachine>

    @Singleton
    public class VirtualMachineExpunged
    extends Object
    implements com.google.common.base.Predicate<VirtualMachine>
    Tests to see if a virtualMachine is expunged from the system
    • Field Detail

      • logger

        protected Logger logger
    • Constructor Detail

      • VirtualMachineExpunged

        @Inject
        public VirtualMachineExpunged​(CloudStackApi client)
    • Method Detail

      • apply

        public boolean apply​(VirtualMachine virtualMachine)
        Specified by:
        apply in interface com.google.common.base.Predicate<VirtualMachine>