com.google.common.util.concurrent.ListenableFuture<Media> |
MediaAsyncApi.add(URI updateHref,
Media media) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncApi.addItem(String catalogUrn,
CatalogItem catalogItem) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncApi.addItem(URI catalogHref,
CatalogItem catalogItem) |
com.google.common.util.concurrent.ListenableFuture<Media> |
VdcAsyncApi.addMedia(String vdcUrn,
Media media) |
com.google.common.util.concurrent.ListenableFuture<Media> |
VdcAsyncApi.addMedia(URI vdcHref,
Media media) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VmAsyncApi.answerQuestion(String vmUrn,
VmQuestionAnswer answer) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VmAsyncApi.answerQuestion(URI vmHref,
VmQuestionAnswer answer) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TaskAsyncApi.cancel(String taskUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TaskAsyncApi.cancel(URI taskURI) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VdcAsyncApi.captureVApp(String vdcUrn,
CaptureVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VdcAsyncApi.captureVApp(URI vdcHref,
CaptureVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<CatalogReferences> |
QueryAsyncApi.catalogReferencesQuery(Integer page,
Integer pageSize,
String filter) |
com.google.common.util.concurrent.ListenableFuture<CatalogReferences> |
QueryAsyncApi.catalogReferencesQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<CatalogReferences> |
QueryAsyncApi.catalogReferencesQueryAll() |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.catalogsQuery(Integer page,
Integer pageSize,
String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.catalogsQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.catalogsQueryAll()
Retrieves a list of Catalog s by using REST API general QueryHandler.
|
com.google.common.util.concurrent.ListenableFuture<Media> |
MediaAsyncApi.clone(String mediaUrn,
CloneMediaParams params) |
com.google.common.util.concurrent.ListenableFuture<Media> |
MediaAsyncApi.clone(URI mediaHref,
CloneMediaParams params) |
com.google.common.util.concurrent.ListenableFuture<Media> |
VdcAsyncApi.cloneMedia(String vdcUrn,
CloneMediaParams params) |
com.google.common.util.concurrent.ListenableFuture<Media> |
VdcAsyncApi.cloneMedia(URI vdcHref,
CloneMediaParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.cloneVApp(String vdcUrn,
CloneVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.cloneVApp(URI vdcHref,
CloneVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VdcAsyncApi.cloneVAppTemplate(String vdcUrn,
CloneVAppTemplateParams params) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VdcAsyncApi.cloneVAppTemplate(URI vdcHref,
CloneVAppTemplateParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.composeVApp(String vdcUrn,
ComposeVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.composeVApp(URI vdcHref,
ComposeVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.consolidate(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.consolidate(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.deploy(String vmUrn,
DeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.deploy(String vAppUrn,
DeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.deploy(URI vmHref,
DeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.deploy(URI vAppHref,
DeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppTemplateAsyncApi.disableDownload(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppTemplateAsyncApi.disableDownload(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.discardSuspendedState(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.discardSuspendedState(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.discardSuspendedState(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.discardSuspendedState(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
MediaAsyncApi.edit(String mediaUrn,
Media media) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.edit(String vAppUrn,
VApp vApp) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.edit(String templateUrn,
VAppTemplate template) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.edit(String vmUrn,
Vm vApp) |
com.google.common.util.concurrent.ListenableFuture<Task> |
MediaAsyncApi.edit(URI mediaHref,
Media media) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.edit(URI vAppHref,
VApp vApp) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.edit(URI templateHref,
VAppTemplate template) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.edit(URI vmHref,
Vm vApp) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
VAppAsyncApi.editControlAccess(String vAppUrn,
ControlAccessParams params) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
VAppAsyncApi.editControlAccess(URI vAppHref,
ControlAccessParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editGuestCustomizationSection(String vmUrn,
GuestCustomizationSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editGuestCustomizationSection(URI vmHref,
GuestCustomizationSection section) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncApi.editItem(String catalogItemUrn,
CatalogItem catalogItem) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncApi.editItem(URI catalogItemHref,
CatalogItem catalogItem) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.editLeaseSettingsSection(String templateUrn,
LeaseSettingsSection settingsSection) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editLeaseSettingsSection(String vAppUrn,
LeaseSettingsSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.editLeaseSettingsSection(URI templateHref,
LeaseSettingsSection settingsSection) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editLeaseSettingsSection(URI vAppHref,
LeaseSettingsSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editNetworkConfigSection(String vAppUrn,
NetworkConfigSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editNetworkConfigSection(URI vAppHref,
NetworkConfigSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editNetworkConnectionSection(String vmUrn,
NetworkConnectionSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editNetworkConnectionSection(URI vmHref,
NetworkConnectionSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editOperatingSystemSection(String vmUrn,
OperatingSystemSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editOperatingSystemSection(URI vmHref,
OperatingSystemSection section) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppAsyncApi.editOwner(String vAppUrn,
Owner owner) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppAsyncApi.editOwner(URI vAppHref,
Owner owner) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editProductSections(String vmUrn,
ProductSectionList sectionList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.editProductSections(String templateUrn,
ProductSectionList sections) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editProductSections(String vAppUrn,
ProductSectionList sectionList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editProductSections(URI vmHref,
ProductSectionList sectionList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.editProductSections(URI templateHref,
ProductSectionList sections) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editProductSections(URI vAppHref,
ProductSectionList sectionList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editStartupSection(String vAppUrn,
StartupSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.editStartupSection(URI vAppHref,
StartupSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSection(String vmUrn,
VirtualHardwareSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSection(URI vmHref,
VirtualHardwareSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionCpu(String vmUrn,
RasdItem rasd) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionCpu(URI vmHref,
RasdItem rasd) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionDisks(String vmUrn,
RasdItemsList rasdItemsList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionDisks(URI vmHref,
RasdItemsList rasdItemsList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionMemory(String vmUrn,
RasdItem rasd) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionMemory(URI vmHref,
RasdItem rasd) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionNetworkCards(String vmUrn,
RasdItemsList rasdItemsList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionNetworkCards(URI vmHref,
RasdItemsList rasdItemsList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionSerialPorts(String vmUrn,
RasdItemsList rasdItemsList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.editVirtualHardwareSectionSerialPorts(URI vmHref,
RasdItemsList rasdItemsList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.ejectMedia(String vmUrn,
MediaInsertOrEjectParams mediaParams) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.ejectMedia(URI vmHref,
MediaInsertOrEjectParams mediaParams) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.enableDownload(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.enableDownload(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppAsyncApi.enterMaintenanceMode(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppAsyncApi.enterMaintenanceMode(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppAsyncApi.exitMaintenanceMode(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VAppAsyncApi.exitMaintenanceMode(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Metadata> |
MetadataAsyncApi.Readable.get() |
com.google.common.util.concurrent.ListenableFuture<Vm> |
VmAsyncApi.get(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<? extends Vdc> |
VdcAsyncApi.get(String vdcUrn) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VAppTemplateAsyncApi.get(String reference) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncApi.get(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
TaskAsyncApi.get(String taskUrn) |
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
OrgAsyncApi.get(String orgUrn) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
NetworkAsyncApi.get(String networkUrn) |
com.google.common.util.concurrent.ListenableFuture<Media> |
MediaAsyncApi.get(String mediaUrn) |
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
CatalogAsyncApi.get(String catalogUrn) |
com.google.common.util.concurrent.ListenableFuture<Vm> |
VmAsyncApi.get(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<? extends Vdc> |
VdcAsyncApi.get(URI vdcHref) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VAppTemplateAsyncApi.get(URI reference) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncApi.get(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
TaskAsyncApi.get(URI taskURI) |
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
OrgAsyncApi.get(URI orgHref) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
NetworkAsyncApi.get(URI networkHref) |
com.google.common.util.concurrent.ListenableFuture<Media> |
MediaAsyncApi.get(URI mediaHref) |
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
CatalogAsyncApi.get(URI catalogHref) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
VAppAsyncApi.getAccessControl(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
VAppAsyncApi.getAccessControl(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<CustomizationSection> |
VAppTemplateAsyncApi.getCustomizationSection(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<CustomizationSection> |
VAppTemplateAsyncApi.getCustomizationSection(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<GuestCustomizationSection> |
VmAsyncApi.getGuestCustomizationSection(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<GuestCustomizationSection> |
VmAsyncApi.getGuestCustomizationSection(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncApi.getItem(String catalogItemUrn) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncApi.getItem(URI catalogItemHref) |
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> |
VAppTemplateAsyncApi.getLeaseSettingsSection(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> |
VAppAsyncApi.getLeaseSettingsSection(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> |
VAppTemplateAsyncApi.getLeaseSettingsSection(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> |
VAppAsyncApi.getLeaseSettingsSection(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
VAppTemplateAsyncApi.getNetworkConfigSection(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
VAppAsyncApi.getNetworkConfigSection(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
VAppTemplateAsyncApi.getNetworkConfigSection(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
VAppAsyncApi.getNetworkConfigSection(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> |
VmAsyncApi.getNetworkConnectionSection(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> |
VmAsyncApi.getNetworkConnectionSection(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<NetworkSection> |
VAppTemplateAsyncApi.getNetworkSection(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkSection> |
VAppAsyncApi.getNetworkSection(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkSection> |
VAppTemplateAsyncApi.getNetworkSection(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<NetworkSection> |
VAppAsyncApi.getNetworkSection(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<OperatingSystemSection> |
VmAsyncApi.getOperatingSystemSection(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<OperatingSystemSection> |
VmAsyncApi.getOperatingSystemSection(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Envelope> |
VAppTemplateAsyncApi.getOvf(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<Envelope> |
VAppTemplateAsyncApi.getOvf(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
VAppTemplateAsyncApi.getOwner(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
VAppAsyncApi.getOwner(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
MediaAsyncApi.getOwner(String mediaUrn) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
VAppTemplateAsyncApi.getOwner(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
VAppAsyncApi.getOwner(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
MediaAsyncApi.getOwner(URI mediaHref) |
com.google.common.util.concurrent.ListenableFuture<VmPendingQuestion> |
VmAsyncApi.getPendingQuestion(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<VmPendingQuestion> |
VmAsyncApi.getPendingQuestion(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
VmAsyncApi.getProductSections(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
VAppTemplateAsyncApi.getProductSections(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
VAppAsyncApi.getProductSections(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
VmAsyncApi.getProductSections(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
VAppTemplateAsyncApi.getProductSections(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
VAppAsyncApi.getProductSections(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<RuntimeInfoSection> |
VmAsyncApi.getRuntimeInfoSection(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<RuntimeInfoSection> |
VmAsyncApi.getRuntimeInfoSection(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<ScreenTicket> |
VmAsyncApi.getScreenTicket(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<ScreenTicket> |
VmAsyncApi.getScreenTicket(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<References> |
VAppTemplateAsyncApi.getShadowVms(String templateUrn) |
com.google.common.util.concurrent.ListenableFuture<References> |
VAppTemplateAsyncApi.getShadowVms(URI templateHref) |
com.google.common.util.concurrent.ListenableFuture<StartupSection> |
VAppAsyncApi.getStartupSection(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<StartupSection> |
VAppAsyncApi.getStartupSection(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<TasksList> |
TaskAsyncApi.getTasksList(URI tasksListHref) |
com.google.common.util.concurrent.ListenableFuture<MetadataValue> |
MetadataAsyncApi.Readable.getValue(String key) |
com.google.common.util.concurrent.ListenableFuture<VirtualHardwareSection> |
VmAsyncApi.getVirtualHardwareSection(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<VirtualHardwareSection> |
VmAsyncApi.getVirtualHardwareSection(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<RasdItem> |
VmAsyncApi.getVirtualHardwareSectionCpu(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<RasdItem> |
VmAsyncApi.getVirtualHardwareSectionCpu(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionDisks(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionDisks(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionMedia(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionMedia(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<RasdItem> |
VmAsyncApi.getVirtualHardwareSectionMemory(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<RasdItem> |
VmAsyncApi.getVirtualHardwareSectionMemory(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionNetworkCards(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionNetworkCards(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionSerialPorts(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<RasdItemsList> |
VmAsyncApi.getVirtualHardwareSectionSerialPorts(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.insertMedia(String vmUrn,
MediaInsertOrEjectParams mediaParams) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.insertMedia(URI vmHref,
MediaInsertOrEjectParams mediaParams) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.installVMwareTools(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.installVMwareTools(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.instantiateVApp(String vdcUrn,
InstantiateVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VdcAsyncApi.instantiateVApp(URI vdcHref,
InstantiateVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<OrgList> |
OrgAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.mediaListQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.mediaListQueryAll() |
com.google.common.util.concurrent.ListenableFuture<Task> |
MetadataAsyncApi.Writeable.merge(Metadata metadata) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.powerOff(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.powerOff(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.powerOff(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.powerOff(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.powerOn(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.powerOn(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.powerOn(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.powerOn(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
MetadataAsyncApi.Writeable.putEntry(String key,
MetadataValue metadataValue) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.query(Integer page,
Integer pageSize,
String format,
String type,
String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.query(String type,
String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.queryAll(String type) |
com.google.common.util.concurrent.ListenableFuture<QueryList> |
QueryAsyncApi.queryList()
REST API General queries handler.
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.reboot(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.reboot(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.reboot(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.reboot(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.recompose(String vAppUrn,
RecomposeVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.recompose(URI vAppHref,
RecomposeVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.relocate(String vmUrn,
RelocateParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.relocate(URI vmHref,
RelocateParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.remove(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.remove(String templateUri) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.remove(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
MediaAsyncApi.remove(String mediaUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.remove(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncApi.remove(URI templateUri) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.remove(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
MediaAsyncApi.remove(URI mediaHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
MetadataAsyncApi.Writeable.removeEntry(String key) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CatalogAsyncApi.removeItem(String catalogItemUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CatalogAsyncApi.removeItem(URI catalogItemHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.reset(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.reset(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.reset(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.reset(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.shutdown(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.shutdown(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.shutdown(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.shutdown(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.suspend(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.suspend(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.suspend(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.suspend(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.undeploy(String vmUrn,
UndeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.undeploy(String vAppUrn,
UndeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.undeploy(URI vmHref,
UndeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncApi.undeploy(URI vAppHref,
UndeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.upgradeHardwareVersion(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.upgradeHardwareVersion(URI vmHref) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VdcAsyncApi.uploadVAppTemplate(String vdcUrn,
UploadVAppTemplateParams params) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VdcAsyncApi.uploadVAppTemplate(URI vdcHref,
UploadVAppTemplateParams params) |
com.google.common.util.concurrent.ListenableFuture<VAppReferences> |
QueryAsyncApi.vAppReferencesQuery(Integer page,
Integer pageSize,
String filter) |
com.google.common.util.concurrent.ListenableFuture<VAppReferences> |
QueryAsyncApi.vAppReferencesQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<VAppReferences> |
QueryAsyncApi.vAppReferencesQueryAll() |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.vAppsQuery(Integer page,
Integer pageSize,
String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.vAppsQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.vAppsQueryAll()
Retrieves a list of VApp s by using REST API general QueryHandler.
|
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.vAppTemplatesQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.vAppTemplatesQueryAll() |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.vmsQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> |
QueryAsyncApi.vmsQueryAll() |