Uses of Interface
org.jclouds.location.predicates.ZoneIdFilter
-
Packages that use ZoneIdFilter Package Description org.jclouds.location.config org.jclouds.location.predicates.fromconfig -
-
Uses of ZoneIdFilter in org.jclouds.location.config
Methods in org.jclouds.location.config with parameters of type ZoneIdFilter Modifier and Type Method Description protected com.google.common.base.Supplier<Set<String>>LocationModule. zoneIdsSupplier(AtomicReference<AuthorizationException> authException, long seconds, ZoneIdFilter filter, ZoneIdsSupplier uncached) -
Uses of ZoneIdFilter in org.jclouds.location.predicates.fromconfig
Classes in org.jclouds.location.predicates.fromconfig that implement ZoneIdFilter Modifier and Type Class Description classAnyOrConfiguredZoneIdIf there are zones configured inZoneIdsFromConfiguration, return true if that set contains the input param.
-