org.jclouds.trmk.vcloud_0_8.config
Class TerremarkVCloudRestClientModule.OrgVDCSupplier
java.lang.Object
org.jclouds.trmk.vcloud_0_8.config.TerremarkVCloudRestClientModule.OrgVDCSupplier
- All Implemented Interfaces:
- com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>>
- Enclosing class:
- TerremarkVCloudRestClientModule<S extends TerremarkVCloudClient,A extends TerremarkVCloudAsyncClient>
@Singleton
public static class TerremarkVCloudRestClientModule.OrgVDCSupplier
- extends Object
- implements com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
orgSupplier
protected final com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier
TerremarkVCloudRestClientModule.OrgVDCSupplier
@Inject
protected TerremarkVCloudRestClientModule.OrgVDCSupplier(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<? extends VDC>> allVDCsInOrg)
get
public Map<String,Map<String,? extends VDC>> get()
- Specified by:
get
in interface com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>>
Copyright © 2009-2011 jclouds. All Rights Reserved.