Uses of Interface
org.jclouds.vcloud.domain.VDC

Packages that use VDC
org.jclouds.vcloud   
org.jclouds.vcloud.config   
org.jclouds.vcloud.domain.internal   
org.jclouds.vcloud.functions   
org.jclouds.vcloud.xml   
 

Uses of VDC in org.jclouds.vcloud
 

Methods in org.jclouds.vcloud that return VDC
 VDC CommonVCloudClient.findVDCInOrgNamed(String orgName, String vdcName)
          returns the VDC in the organization associated with the specified name.
 VDC CommonVCloudClient.getVDC(URI vdc)
           
 

Methods in org.jclouds.vcloud that return types with arguments of type VDC
 com.google.common.util.concurrent.ListenableFuture<? extends VDC> CommonVCloudAsyncClient.findVDCInOrgNamed(String orgName, String vdcName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VDC> CommonVCloudAsyncClient.getVDC(URI vdc)
           
 

Uses of VDC in org.jclouds.vcloud.config
 

Methods in org.jclouds.vcloud.config that return types with arguments of type VDC
 Map<URI,? extends VDC> CommonVCloudRestClientModule.URItoVDC.get()
           
 Map<String,Map<String,? extends VDC>> CommonVCloudRestClientModule.OrgVDCSupplier.get()
           
protected  com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>> CommonVCloudRestClientModule.provideOrgVDCSupplierCache(long seconds, CommonVCloudRestClientModule.OrgVDCSupplier supplier)
           
protected  com.google.common.base.Supplier<Map<URI,? extends VDC>> CommonVCloudRestClientModule.provideURIToVDC(long seconds, CommonVCloudRestClientModule.URItoVDC supplier)
           
 

Methods in org.jclouds.vcloud.config with parameters of type VDC
protected  URI CommonVCloudRestClientModule.findDefaultNetworkForVDC(VDC vDC, Map<String,ReferenceType> networks, com.google.inject.Injector injector)
           
 

Constructor parameters in org.jclouds.vcloud.config with type arguments of type VDC
CommonVCloudRestClientModule.OrgVDCSupplier(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier, com.google.common.base.Function<Org,Iterable<? extends VDC>> allVDCsInOrg)
           
 

Uses of VDC in org.jclouds.vcloud.domain.internal
 

Classes in org.jclouds.vcloud.domain.internal that implement VDC
 class VDCImpl
          Locations of resources in vCloud
 

Uses of VDC in org.jclouds.vcloud.functions
 

Methods in org.jclouds.vcloud.functions that return types with arguments of type VDC
 Iterable<? extends VDC> AllVDCsInOrg.apply(Org org)
           
 

Constructor parameters in org.jclouds.vcloud.functions with type arguments of type VDC
OrgNameVDCNameResourceEntityNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>> orgVDCMap, String defaultOrg, String defaultVDC)
           
 

Uses of VDC in org.jclouds.vcloud.xml
 

Methods in org.jclouds.vcloud.xml that return VDC
 VDC VDCHandler.getResult()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.