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
Constructors Constructor Description CorrectHypervisorForZone(com.google.common.base.Supplier<Map<String,Set<String>>> hypervisorsSupplier)
CorrectHypervisorForZone(CloudStackApi client)
-
-
-
Constructor Detail
-
CorrectHypervisorForZone
@Inject public CorrectHypervisorForZone(CloudStackApi client)
-
-