| Modifier and Type | Method and Description | 
|---|---|
VDC | 
TerremarkVCloudClient.findVDCInOrgNamed(String orgName,
                 String vdcName)
returns the VDC in the organization associated with the specified name. 
 | 
VDC | 
TerremarkVCloudClient.getVDC(URI catalogItem) | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends VDC> | 
TerremarkVCloudAsyncClient.findVDCInOrgNamed(String orgName,
                 String vdcName)  | 
com.google.common.util.concurrent.ListenableFuture<? extends VDC> | 
TerremarkVCloudAsyncClient.getVDC(URI vdc)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<? extends Image> | 
ImagesInVCloudExpressVDC.apply(VDC from)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<URI,? extends VDC> | 
TerremarkVCloudRestClientModule.URItoVDC.get()  | 
Map<String,Map<String,? extends VDC>> | 
TerremarkVCloudRestClientModule.OrgVDCSupplier.get()  | 
protected com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>> | 
TerremarkVCloudRestClientModule.provideOrgVDCSupplierCache(long seconds,
                          AtomicReference<AuthorizationException> authException,
                          TerremarkVCloudRestClientModule.OrgVDCSupplier supplier)  | 
protected com.google.common.base.Supplier<Map<URI,? extends VDC>> | 
TerremarkVCloudRestClientModule.provideURIToVDC(long seconds,
               AtomicReference<AuthorizationException> authException,
               TerremarkVCloudRestClientModule.URItoVDC supplier)  | 
| Constructor and Description | 
|---|
DefaultNetworkForVDC(ValueOfConfigurationKeyOrNull valueOfConfigurationKeyOrNull,
                    com.google.common.base.Predicate<ReferenceType> defaultSelector,
                    com.google.common.base.Supplier<Map<URI,? extends VDC>> uriToVDC)  | 
TerremarkVCloudRestClientModule.OrgVDCSupplier(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier,
                                              com.google.common.base.Function<Org,Iterable<? extends VDC>> allVDCsInOrg)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VDCImpl
Locations of resources in vCloud 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected com.google.common.base.Supplier<Map<String,Map<String,? extends VDC>>> | 
OrgNameVDCNameResourceNameToEndpoint.orgVDCMap  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<? extends VDC> | 
AllVDCsInOrg.apply(Org org)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract URI | 
OrgNameVDCNameResourceNameToEndpoint.getEndpointOfResourceInVDC(Object org,
                          Object vDC,
                          Object resource,
                          VDC vDCObject)  | 
protected URI | 
OrgNameVDCNameResourceEntityNameToEndpoint.getEndpointOfResourceInVDC(Object org,
                          Object vDC,
                          Object resource,
                          VDC vDCObject)  | 
protected URI | 
OrgNameVDCNameNetworkNameToEndpoint.getEndpointOfResourceInVDC(Object org,
                          Object vDC,
                          Object resource,
                          VDC vDCObject)  | 
| Constructor and Description | 
|---|
OrgNameVDCNameNetworkNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,? extends 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,? extends 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,? extends VDC>>> orgVDCMap,
                                    com.google.common.base.Supplier<ReferenceType> defaultOrg,
                                    com.google.common.base.Supplier<ReferenceType> defaultVDC)  | 
VDCURIToInternetServicesEndpoint(com.google.common.base.Supplier<Map<URI,? extends VDC>> orgVDCMap,
                                com.google.common.base.Supplier<ReferenceType> defaultVDC)  | 
VDCURIToPublicIPsEndpoint(com.google.common.base.Supplier<Map<URI,? extends VDC>> orgVDCMap,
                         com.google.common.base.Supplier<ReferenceType> defaultVDC)  | 
| Modifier and Type | Method and Description | 
|---|---|
VDC | 
VDCHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.