| Modifier and Type | Method and Description | 
|---|---|
VAppTemplate | 
TerremarkVCloudClient.findVAppTemplateInOrgCatalogNamed(String orgName,
                                 String catalogName,
                                 String itemName)
returns the vapp template corresponding to a catalog item in the catalog
 associated with the specified name. 
 | 
VAppTemplate | 
TerremarkVCloudClient.getVAppTemplate(URI vAppTemplate)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> | 
TerremarkVCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
                                 String catalogName,
                                 String itemName)  | 
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> | 
TerremarkVCloudAsyncClient.getVAppTemplate(URI vAppTemplate)  | 
| Modifier and Type | Method and Description | 
|---|---|
Image | 
ImageForVCloudExpressVAppTemplate.apply(VAppTemplate from)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected com.google.common.base.Function<VAppTemplate,Image> | 
TerremarkVCloudGetImageStrategy.vAppToImage  | 
| Constructor and Description | 
|---|
TerremarkVCloudGetImageStrategy(TerremarkVCloudClient client,
                               com.google.common.base.Function<VAppTemplate,Image> vAppToImage)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VAppTemplateImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<? extends VAppTemplate> | 
VAppTemplatesForCatalogItems.apply(Iterable<? extends CatalogItem> from)  | 
Iterable<? extends VAppTemplate> | 
VAppTemplatesForResourceEntities.apply(Iterable<? extends ReferenceType> from)  | 
| Modifier and Type | Method and Description | 
|---|---|
VAppTemplate | 
VAppTemplateHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.