@Singleton public class OrgsForLocations extends Object implements com.google.common.base.Function<Iterable<? extends org.jclouds.domain.Location>,Iterable<? extends Org>>
| Modifier and Type | Field and Description |
|---|---|
org.jclouds.logging.Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends Org> |
apply(Iterable<? extends org.jclouds.domain.Location> from)
Zones are assignable, but we want regions. so we look for zones, whose
parent is region. then, we use a set to extract the unique set.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.