Class VirtualMachineExpunged
- java.lang.Object
-
- org.jclouds.cloudstack.predicates.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
-
-
Constructor Summary
Constructors Constructor Description VirtualMachineExpunged(CloudStackApi client)
-
-
-
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 interfacecom.google.common.base.Predicate<VirtualMachine>
-
-