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

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

Uses of VDC in org.jclouds.vcloud.binders
 

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

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

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

Uses of VDC in org.jclouds.vcloud.config
 

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

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

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

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

Uses of VDC in org.jclouds.vcloud.functions
 

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

Uses of VDC in org.jclouds.vcloud.xml
 

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



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.