Class CorrectHypervisorForZone
java.lang.Object
org.jclouds.cloudstack.predicates.CorrectHypervisorForZone
- All Implemented Interfaces:
com.google.common.base.Function<String,
,com.google.common.base.Predicate<Template>> Function<String,
com.google.common.base.Predicate<Template>>
@Singleton
public class CorrectHypervisorForZone
extends Object
implements com.google.common.base.Function<String,com.google.common.base.Predicate<Template>>
Templates can be present in a zone, and available, but not valid for launch
as their hypervisor isn't installed.
-
Constructor Summary
ConstructorsConstructorDescriptionCorrectHypervisorForZone
(com.google.common.base.Supplier<Map<String, Set<String>>> hypervisorsSupplier) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals