public interface VAppTemplateAsyncClient
VAppTemplateClient
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
consolidateVm(URI templateURI) |
com.google.common.util.concurrent.ListenableFuture<Task> |
deleteVappTemplate(URI templateUri) |
com.google.common.util.concurrent.ListenableFuture<Void> |
disableDownload(URI templateURI) |
com.google.common.util.concurrent.ListenableFuture<Task> |
enableDownload(URI templateURI) |
com.google.common.util.concurrent.ListenableFuture<CustomizationSection> |
getCustomizationSection(URI templateURI) |
com.google.common.util.concurrent.ListenableFuture<GuestCustomizationSection> |
getGuestCustomizationSection(URI templateURI) |
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> |
getLeaseSettingsSection(URI templateURI) |
MetadataAsyncClient.Writeable |
getMetadataClient() |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
getNetworkConfigSection(URI templateURI) |
com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> |
getNetworkConnectionSection(URI templateURI) |
com.google.common.util.concurrent.ListenableFuture<NetworkSection> |
getNetworkSection(URI templateURI) |
com.google.common.util.concurrent.ListenableFuture<Envelope> |
getOvf(URI templateURI) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
getOwner(URI templateURI) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
getProductSections(URI templateURI) |
com.google.common.util.concurrent.ListenableFuture<References> |
getShadowVms(URI templateURI) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
getVAppTemplate(URI reference) |
com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> |
getVAppTemplateNetworkConnectionSection(URI templateURI) |
com.google.common.util.concurrent.ListenableFuture<Task> |
modifyCustomizationSection(URI templateURI,
CustomizationSection sectionType) |
com.google.common.util.concurrent.ListenableFuture<Task> |
modifyGuestCustomizationSection(URI templateURI,
GuestCustomizationSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
modifyLeaseSettingsSection(URI templateURI,
LeaseSettingsSection settingsSection) |
com.google.common.util.concurrent.ListenableFuture<Task> |
modifyNetworkConfigSection(URI templateURI,
NetworkConfigSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
modifyNetworkConnectionSection(URI templateURI,
NetworkConnectionSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
modifyProductSections(URI templateURI,
ProductSectionList sections) |
com.google.common.util.concurrent.ListenableFuture<Task> |
modifyVAppTemplate(URI templateURI,
VAppTemplate template) |
com.google.common.util.concurrent.ListenableFuture<Task> |
relocateVm(URI templateURI,
RelocateParams params) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> getVAppTemplate(URI reference)
com.google.common.util.concurrent.ListenableFuture<Task> modifyVAppTemplate(URI templateURI, VAppTemplate template)
com.google.common.util.concurrent.ListenableFuture<Task> deleteVappTemplate(URI templateUri)
com.google.common.util.concurrent.ListenableFuture<Task> consolidateVm(URI templateURI)
com.google.common.util.concurrent.ListenableFuture<Void> disableDownload(URI templateURI)
com.google.common.util.concurrent.ListenableFuture<Task> enableDownload(URI templateURI)
VAppTemplateClient#enableDownloadVappTemplate(URI)
com.google.common.util.concurrent.ListenableFuture<Task> relocateVm(URI templateURI, RelocateParams params)
com.google.common.util.concurrent.ListenableFuture<CustomizationSection> getCustomizationSection(URI templateURI)
com.google.common.util.concurrent.ListenableFuture<Task> modifyCustomizationSection(URI templateURI, CustomizationSection sectionType)
com.google.common.util.concurrent.ListenableFuture<GuestCustomizationSection> getGuestCustomizationSection(URI templateURI)
com.google.common.util.concurrent.ListenableFuture<Task> modifyGuestCustomizationSection(URI templateURI, GuestCustomizationSection section)
VAppTemplateClient#modifyGuestCustomizationSection(URI, org.jclouds.vcloud.director.v1_5.domain.GuestCustomizationSection)
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> getLeaseSettingsSection(URI templateURI)
com.google.common.util.concurrent.ListenableFuture<Task> modifyLeaseSettingsSection(URI templateURI, LeaseSettingsSection settingsSection)
com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> getNetworkConnectionSection(URI templateURI)
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> getNetworkConfigSection(URI templateURI)
com.google.common.util.concurrent.ListenableFuture<Task> modifyNetworkConfigSection(URI templateURI, NetworkConfigSection section)
com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> getVAppTemplateNetworkConnectionSection(URI templateURI)
com.google.common.util.concurrent.ListenableFuture<Task> modifyNetworkConnectionSection(URI templateURI, NetworkConnectionSection section)
com.google.common.util.concurrent.ListenableFuture<NetworkSection> getNetworkSection(URI templateURI)
com.google.common.util.concurrent.ListenableFuture<Envelope> getOvf(URI templateURI)
VAppTemplateClient.getOvf(URI)
com.google.common.util.concurrent.ListenableFuture<Owner> getOwner(URI templateURI)
VAppTemplateClient#getOwnerOfVAppTemplate(URI)
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> getProductSections(URI templateURI)
VAppTemplateClient#getProductSectionsForVAppTemplate(URI)
com.google.common.util.concurrent.ListenableFuture<Task> modifyProductSections(URI templateURI, ProductSectionList sections)
com.google.common.util.concurrent.ListenableFuture<References> getShadowVms(URI templateURI)
VAppTemplateClient.getShadowVms(URI)
MetadataAsyncClient.Writeable getMetadataClient()
Metadata
featuresCopyright © 2009-2012 jclouds. All Rights Reserved.