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

Packages that use VAppTemplate
org.jclouds.vcloud   
org.jclouds.vcloud.compute.functions   
org.jclouds.vcloud.compute.util   
org.jclouds.vcloud.features   
org.jclouds.vcloud.functions   
org.jclouds.vcloud.xml   
 

Uses of VAppTemplate in org.jclouds.vcloud
 

Methods in org.jclouds.vcloud that return VAppTemplate
 VAppTemplate VCloudClient.captureVAppInVDC(URI vDC, URI toClone, String templateName, CaptureVAppOptions... options)
          Deprecated. 
 VAppTemplate VCloudClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
          Deprecated. 
 VAppTemplate VCloudClient.getVAppTemplate(URI vAppTemplate)
          Deprecated. 
 

Methods in org.jclouds.vcloud that return types with arguments of type VAppTemplate
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> VCloudAsyncClient.captureVAppInVDC(URI vdc, URI toCapture, String templateName, CaptureVAppOptions... options)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> VCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> VCloudAsyncClient.getVAppTemplate(URI vAppTemplate)
          Deprecated. 
 

Uses of VAppTemplate in org.jclouds.vcloud.compute.functions
 

Methods in org.jclouds.vcloud.compute.functions with parameters of type VAppTemplate
 Image ImageForVAppTemplate.apply(VAppTemplate from)
           
 Hardware HardwareForVAppTemplate.apply(VAppTemplate from)
           
 

Uses of VAppTemplate in org.jclouds.vcloud.compute.util
 

Methods in org.jclouds.vcloud.compute.util with parameters of type VAppTemplate
static Credentials VCloudComputeUtils.getCredentialsFrom(VAppTemplate vApp)
           
 

Uses of VAppTemplate in org.jclouds.vcloud.features
 

Methods in org.jclouds.vcloud.features that return VAppTemplate
 VAppTemplate VAppTemplateClient.captureVAppAsTemplateInVDC(URI sourceVAppHref, String newTemplateName, URI targetVdcHref, CaptureVAppOptions... options)
          The captureVApp request creates a vApp template from an instantiated vApp.
 VAppTemplate VAppTemplateClient.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 VAppTemplateClient.getVAppTemplate(URI vApp)
           
 

Methods in org.jclouds.vcloud.features that return types with arguments of type VAppTemplate
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> VAppTemplateAsyncClient.captureVAppAsTemplateInVDC(URI toCapture, String templateName, URI vdc, CaptureVAppOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> VAppTemplateAsyncClient.getVAppTemplate(URI vAppTemplate)
           
 

Uses of VAppTemplate in org.jclouds.vcloud.functions
 

Methods in org.jclouds.vcloud.functions that return types with arguments of type VAppTemplate
 Iterable<? extends VAppTemplate> VAppTemplatesForCatalogItems.apply(Iterable<? extends CatalogItem> from)
           
 

Uses of VAppTemplate in org.jclouds.vcloud.xml
 

Methods in org.jclouds.vcloud.xml that return VAppTemplate
 VAppTemplate VAppTemplateHandler.getResult()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.