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

Packages that use VDC
org.jclouds.vcloud   
org.jclouds.vcloud.config   
org.jclouds.vcloud.features   
org.jclouds.vcloud.functions   
org.jclouds.vcloud.xml   
 

Uses of VDC in org.jclouds.vcloud
 

Methods in org.jclouds.vcloud that return VDC
 VDC VCloudClient.findVDCInOrgNamed(String orgName, String vdcName)
          Deprecated. 
 VDC VCloudClient.getVDC(URI vdc)
          Deprecated. 
 

Methods in org.jclouds.vcloud that return types with arguments of type VDC
 com.google.common.util.concurrent.ListenableFuture<? extends VDC> VCloudAsyncClient.findVDCInOrgNamed(String orgName, String vdcName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VDC> VCloudAsyncClient.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> VCloudRestClientModule.URItoVDC.get()
           
 Map<String,Map<String,? extends VDC>> VCloudRestClientModule.OrgVDCSupplier.get()
           
protected  com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>> VCloudRestClientModule.provideOrgVDCSupplierCache(long seconds, AtomicReference<AuthorizationException> authException, VCloudRestClientModule.OrgVDCSupplier supplier)
           
protected  com.google.common.base.Supplier<Map<URI,? extends VDC>> VCloudRestClientModule.provideURIToVDC(long seconds, AtomicReference<AuthorizationException> authException, VCloudRestClientModule.URItoVDC supplier)
           
 

Constructor parameters in org.jclouds.vcloud.config with type arguments of type VDC
DefaultNetworkForVDC(ValueOfConfigurationKeyOrNull valueOfConfigurationKeyOrNull, com.google.common.base.Predicate<ReferenceType> defaultSelector, com.google.common.base.Supplier<Map<URI,? extends VDC>> uriToVDC)
           
VCloudRestClientModule.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.features
 

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

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

Uses of VDC in org.jclouds.vcloud.functions
 

Fields in org.jclouds.vcloud.functions with type parameters of type VDC
protected  com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>> OrgNameVDCNameResourceNameToEndpoint.orgVDCMap
           
 

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

Methods in org.jclouds.vcloud.functions with parameters of type VDC
protected  URI OrgNameVDCNameResourceEntityNameToEndpoint.getEndpointOfResourceInVDC(Object org, Object vDC, Object resource, VDC vDCObject)
           
protected  URI OrgNameVDCNameNetworkNameToEndpoint.getEndpointOfResourceInVDC(Object org, Object vDC, Object resource, VDC vDCObject)
           
protected abstract  URI OrgNameVDCNameResourceNameToEndpoint.getEndpointOfResourceInVDC(Object org, Object vDC, Object resource, VDC vDCObject)
           
 

Constructor parameters in org.jclouds.vcloud.functions with type arguments of type VDC
OrgNameVDCNameNetworkNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>> orgVDCMap, ReferenceType defaultOrg, ReferenceType defaultVDC)
           
OrgNameVDCNameResourceEntityNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>> orgVDCMap, ReferenceType defaultOrg, ReferenceType defaultVDC)
           
OrgNameVDCNameResourceNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>> orgVDCMap, ReferenceType defaultOrg, ReferenceType 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.