public interface VAppTemplateAsyncApi
VAppTemplateApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
disableDownload(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
disableDownload(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
edit(String templateUrn,
VAppTemplate template) |
com.google.common.util.concurrent.ListenableFuture<Task> |
edit(URI templateHref,
VAppTemplate template) |
com.google.common.util.concurrent.ListenableFuture<Task> |
editLeaseSettingsSection(String templateUrn,
LeaseSettingsSection settingsSection) |
com.google.common.util.concurrent.ListenableFuture<Task> |
editLeaseSettingsSection(URI templateHref,
LeaseSettingsSection settingsSection) |
com.google.common.util.concurrent.ListenableFuture<Task> |
editProductSections(String templateUrn,
ProductSectionList sections) |
com.google.common.util.concurrent.ListenableFuture<Task> |
editProductSections(URI templateHref,
ProductSectionList sections) |
com.google.common.util.concurrent.ListenableFuture<Task> |
enableDownload(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
enableDownload(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
get(String reference) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
get(URI reference) |
com.google.common.util.concurrent.ListenableFuture<CustomizationSection> |
getCustomizationSection(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<CustomizationSection> |
getCustomizationSection(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> |
getLeaseSettingsSection(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> |
getLeaseSettingsSection(URI templateHref) |
MetadataAsyncApi.Writeable |
getMetadataApi(String templateUrn) |
MetadataAsyncApi.Writeable |
getMetadataApi(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
getNetworkConfigSection(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
getNetworkConfigSection(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<NetworkSection> |
getNetworkSection(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkSection> |
getNetworkSection(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<Envelope> |
getOvf(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<Envelope> |
getOvf(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
getOwner(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
getOwner(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
getProductSections(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
getProductSections(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<References> |
getShadowVms(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<References> |
getShadowVms(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
remove(String templateUri) |
com.google.common.util.concurrent.ListenableFuture<Task> |
remove(URI templateUri) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> get(String reference)
VAppTemplateApi.get(String)
com.google.common.util.concurrent.ListenableFuture<Task> edit(String templateUrn, VAppTemplate template)
com.google.common.util.concurrent.ListenableFuture<Task> remove(String templateUri)
VAppTemplateApi.remove(String)
com.google.common.util.concurrent.ListenableFuture<Void> disableDownload(String templateUrn)
com.google.common.util.concurrent.ListenableFuture<Task> enableDownload(String templateUrn)
com.google.common.util.concurrent.ListenableFuture<CustomizationSection> getCustomizationSection(String templateUrn)
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> getLeaseSettingsSection(String templateUrn)
com.google.common.util.concurrent.ListenableFuture<Task> editLeaseSettingsSection(String templateUrn, LeaseSettingsSection settingsSection)
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> getNetworkConfigSection(String templateUrn)
com.google.common.util.concurrent.ListenableFuture<NetworkSection> getNetworkSection(String templateUrn)
com.google.common.util.concurrent.ListenableFuture<Envelope> getOvf(String templateUrn)
VAppTemplateApi.getOvf(String)
com.google.common.util.concurrent.ListenableFuture<Owner> getOwner(String templateUrn)
VAppTemplateApi#getOwnerOfVAppTemplate(String)
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> getProductSections(String templateUrn)
VAppTemplateApi#getProductSectionsForVAppTemplate(String)
com.google.common.util.concurrent.ListenableFuture<Task> editProductSections(String templateUrn, ProductSectionList sections)
com.google.common.util.concurrent.ListenableFuture<References> getShadowVms(String templateUrn)
VAppTemplateApi.getShadowVms(String)
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> get(URI reference)
VAppTemplateApi.get(URI)
com.google.common.util.concurrent.ListenableFuture<Task> edit(URI templateHref, VAppTemplate template)
com.google.common.util.concurrent.ListenableFuture<Task> remove(URI templateUri)
VAppTemplateApi.remove(URI)
com.google.common.util.concurrent.ListenableFuture<Void> disableDownload(URI templateHref)
VAppTemplateApi.disableDownload(URI)
com.google.common.util.concurrent.ListenableFuture<Task> enableDownload(URI templateHref)
VAppTemplateApi.enableDownload(URI)
com.google.common.util.concurrent.ListenableFuture<CustomizationSection> getCustomizationSection(URI templateHref)
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> getLeaseSettingsSection(URI templateHref)
com.google.common.util.concurrent.ListenableFuture<Task> editLeaseSettingsSection(URI templateHref, LeaseSettingsSection settingsSection)
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> getNetworkConfigSection(URI templateHref)
com.google.common.util.concurrent.ListenableFuture<NetworkSection> getNetworkSection(URI templateHref)
com.google.common.util.concurrent.ListenableFuture<Envelope> getOvf(URI templateHref)
VAppTemplateApi.getOvf(URI)
com.google.common.util.concurrent.ListenableFuture<Owner> getOwner(URI templateHref)
VAppTemplateApi#getOwnerOfVAppTemplate(URI)
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> getProductSections(URI templateHref)
VAppTemplateApi#getProductSectionsForVAppTemplate(URI)
com.google.common.util.concurrent.ListenableFuture<Task> editProductSections(URI templateHref, ProductSectionList sections)
com.google.common.util.concurrent.ListenableFuture<References> getShadowVms(URI templateHref)
VAppTemplateApi.getShadowVms(URI)
MetadataAsyncApi.Writeable getMetadataApi(String templateUrn)
Metadata
featuresMetadataAsyncApi.Writeable getMetadataApi(URI templateHref)
Copyright © 2009-2013 jclouds. All Rights Reserved.