public interface VAppTemplateAsyncClient
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> | 
captureVAppAsTemplateInVDC(URI toCapture,
                          String templateName,
                          URI vdc,
                          CaptureVAppOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<Task> | 
copyVAppTemplateToVDCAndName(URI sourceVAppTemplate,
                            URI vdc,
                            String newName,
                            CloneVAppTemplateOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<VApp> | 
createVAppInVDCByInstantiatingTemplate(String appName,
                                      URI vdc,
                                      URI template,
                                      InstantiateVAppTemplateOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<Task> | 
deleteVAppTemplate(URI href)  | 
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> | 
findVAppTemplateInOrgCatalogNamed(String orgName,
                                 String catalogName,
                                 String itemName)  | 
com.google.common.util.concurrent.ListenableFuture<Envelope> | 
getOvfEnvelopeForVAppTemplate(URI href)  | 
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> | 
getVAppTemplate(URI vAppTemplate)  | 
com.google.common.util.concurrent.ListenableFuture<Task> | 
moveVAppTemplateToVDCAndRename(URI toClone,
                              URI vdc,
                              String newName,
                              CloneVAppTemplateOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<VApp> createVAppInVDCByInstantiatingTemplate(String appName, URI vdc, URI template, InstantiateVAppTemplateOptions... options)
com.google.common.util.concurrent.ListenableFuture<Envelope> getOvfEnvelopeForVAppTemplate(URI href)
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> captureVAppAsTemplateInVDC(URI toCapture, String templateName, URI vdc, CaptureVAppOptions... options)
com.google.common.util.concurrent.ListenableFuture<Task> copyVAppTemplateToVDCAndName(URI sourceVAppTemplate, URI vdc, String newName, CloneVAppTemplateOptions... options)
com.google.common.util.concurrent.ListenableFuture<Task> moveVAppTemplateToVDCAndRename(URI toClone, URI vdc, String newName, CloneVAppTemplateOptions... options)
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> findVAppTemplateInOrgCatalogNamed(@Nullable String orgName, @Nullable String catalogName, String itemName)
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> getVAppTemplate(URI vAppTemplate)
Copyright © 2009-2013 jclouds. All Rights Reserved.