org.jclouds.location.suppliers.derived
Class ZoneIdsFromRegionIdToZoneIdsValues
java.lang.Object
org.jclouds.location.suppliers.derived.ZoneIdsFromRegionIdToZoneIdsValues
- All Implemented Interfaces:
- com.google.common.base.Supplier<Set<String>>, ZoneIdsSupplier
@Singleton
public class ZoneIdsFromRegionIdToZoneIdsValues
- extends Object
- implements ZoneIdsSupplier
as opposed to via properties, lets look up zones via api, as they are more likely to change
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZoneIdsFromRegionIdToZoneIdsValues
@Inject
protected ZoneIdsFromRegionIdToZoneIdsValues(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> regionIdToZoneIdsSupplier)
get
public Set<String> get()
- Specified by:
get
in interface com.google.common.base.Supplier<Set<String>>
Copyright © 2009-2012 jclouds. All Rights Reserved.