Uses of Class
org.jclouds.vcloud.endpoints.VDC

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

Uses of VDC in org.jclouds.vcloud.config
 

Methods in org.jclouds.vcloud.config with annotations of type VDC
protected  URI CommonVCloudRestClientModule.provideDefaultVDC(Org org, String defaultVDC)
           
protected  String CommonVCloudRestClientModule.provideDefaultVDCName(com.google.common.base.Supplier<Map<String,String>> vDCtoOrgSupplier)
           
protected  com.google.common.base.Supplier<Map<String,String>> CommonVCloudRestClientModule.provideVDCtoORG(long seconds, com.google.common.base.Supplier<Map<String,? extends Org>> orgToVDCSupplier)
           
 

Method parameters in org.jclouds.vcloud.config with annotations of type VDC
protected  URI CommonVCloudRestClientModule.provideDefaultNetwork(URI defaultVDC, com.google.inject.Injector injector)
           
protected  URI CommonVCloudRestClientModule.provideDefaultVDC(Org org, String defaultVDC)
           
protected  String CommonVCloudRestClientModule.provideDefaultVDCName(com.google.common.base.Supplier<Map<String,String>> vDCtoOrgSupplier)
           
 

Uses of VDC in org.jclouds.vcloud.domain
 

Classes in org.jclouds.vcloud.domain with annotations of type VDC
 interface VDC
          A vDC is a deployment environment for vApps.
 

Uses of VDC in org.jclouds.vcloud.functions
 

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



Copyright © 2009-2011 jclouds. All Rights Reserved.