public interface VAppAsyncApi
VAppApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
deploy(String vAppUrn,
DeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
deploy(URI vAppHref,
DeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
discardSuspendedState(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
discardSuspendedState(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
edit(String vAppUrn,
VApp vApp) |
com.google.common.util.concurrent.ListenableFuture<Task> |
edit(URI vAppHref,
VApp vApp) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
editControlAccess(String vAppUrn,
ControlAccessParams params) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
editControlAccess(URI vAppHref,
ControlAccessParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
editLeaseSettingsSection(String vAppUrn,
LeaseSettingsSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
editLeaseSettingsSection(URI vAppHref,
LeaseSettingsSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
editNetworkConfigSection(String vAppUrn,
NetworkConfigSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
editNetworkConfigSection(URI vAppHref,
NetworkConfigSection section) |
com.google.common.util.concurrent.ListenableFuture<Void> |
editOwner(String vAppUrn,
Owner owner) |
com.google.common.util.concurrent.ListenableFuture<Void> |
editOwner(URI vAppHref,
Owner owner) |
com.google.common.util.concurrent.ListenableFuture<Task> |
editProductSections(String vAppUrn,
ProductSectionList sectionList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
editProductSections(URI vAppHref,
ProductSectionList sectionList) |
com.google.common.util.concurrent.ListenableFuture<Task> |
editStartupSection(String vAppUrn,
StartupSection section) |
com.google.common.util.concurrent.ListenableFuture<Task> |
editStartupSection(URI vAppHref,
StartupSection section) |
com.google.common.util.concurrent.ListenableFuture<Void> |
enterMaintenanceMode(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
enterMaintenanceMode(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Void> |
exitMaintenanceMode(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Void> |
exitMaintenanceMode(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
get(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
get(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
getAccessControl(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> |
getAccessControl(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> |
getLeaseSettingsSection(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> |
getLeaseSettingsSection(URI vAppHref) |
MetadataAsyncApi.Writeable |
getMetadataApi(String vAppUrn)
|
MetadataAsyncApi.Writeable |
getMetadataApi(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
getNetworkConfigSection(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> |
getNetworkConfigSection(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<NetworkSection> |
getNetworkSection(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<NetworkSection> |
getNetworkSection(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
getOwner(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Owner> |
getOwner(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
getProductSections(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> |
getProductSections(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<StartupSection> |
getStartupSection(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<StartupSection> |
getStartupSection(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOff(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOff(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOn(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOn(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
reboot(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
reboot(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
recompose(String vAppUrn,
RecomposeVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
recompose(URI vAppHref,
RecomposeVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
remove(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
remove(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
reset(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
reset(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
shutdown(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
shutdown(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
suspend(String vAppUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
suspend(URI vAppHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
undeploy(String vAppUrn,
UndeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<Task> |
undeploy(URI vAppHref,
UndeployVAppParams params) |
com.google.common.util.concurrent.ListenableFuture<VApp> get(String vAppUrn)
VAppApi.get(String)
com.google.common.util.concurrent.ListenableFuture<Task> edit(String vAppUrn, VApp vApp)
VAppApi.edit(String, VApp)
com.google.common.util.concurrent.ListenableFuture<Task> remove(String vAppUrn)
VAppApi.remove(String)
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> editControlAccess(String vAppUrn, ControlAccessParams params)
com.google.common.util.concurrent.ListenableFuture<Task> deploy(String vAppUrn, DeployVAppParams params)
com.google.common.util.concurrent.ListenableFuture<Task> discardSuspendedState(String vAppUrn)
com.google.common.util.concurrent.ListenableFuture<Void> enterMaintenanceMode(String vAppUrn)
VAppApi.enterMaintenanceMode(String)
com.google.common.util.concurrent.ListenableFuture<Void> exitMaintenanceMode(String vAppUrn)
VAppApi.exitMaintenanceMode(String)
com.google.common.util.concurrent.ListenableFuture<Task> recompose(String vAppUrn, RecomposeVAppParams params)
com.google.common.util.concurrent.ListenableFuture<Task> undeploy(String vAppUrn, UndeployVAppParams params)
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> getAccessControl(String vAppUrn)
VAppApi.getAccessControl(String)
com.google.common.util.concurrent.ListenableFuture<Task> powerOff(String vAppUrn)
VAppApi.powerOff(String)
com.google.common.util.concurrent.ListenableFuture<Task> powerOn(String vAppUrn)
VAppApi.powerOn(String)
com.google.common.util.concurrent.ListenableFuture<Task> reboot(String vAppUrn)
VAppApi.reboot(String)
com.google.common.util.concurrent.ListenableFuture<Task> reset(String vAppUrn)
VAppApi.reset(String)
com.google.common.util.concurrent.ListenableFuture<Task> shutdown(String vAppUrn)
VAppApi.shutdown(String)
com.google.common.util.concurrent.ListenableFuture<Task> suspend(String vAppUrn)
VAppApi.suspend(String)
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> getLeaseSettingsSection(String vAppUrn)
com.google.common.util.concurrent.ListenableFuture<Task> editLeaseSettingsSection(String vAppUrn, LeaseSettingsSection section)
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> getNetworkConfigSection(String vAppUrn)
com.google.common.util.concurrent.ListenableFuture<Task> editNetworkConfigSection(String vAppUrn, NetworkConfigSection section)
com.google.common.util.concurrent.ListenableFuture<NetworkSection> getNetworkSection(String vAppUrn)
VAppApi.getNetworkSection(String)
com.google.common.util.concurrent.ListenableFuture<Owner> getOwner(String vAppUrn)
VAppApi.getOwner(String)
com.google.common.util.concurrent.ListenableFuture<Void> editOwner(String vAppUrn, Owner owner)
VAppApi.editOwner(String, Owner)
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> getProductSections(String vAppUrn)
VAppApi.getProductSections(String)
com.google.common.util.concurrent.ListenableFuture<Task> editProductSections(String vAppUrn, ProductSectionList sectionList)
com.google.common.util.concurrent.ListenableFuture<StartupSection> getStartupSection(String vAppUrn)
VAppApi.getStartupSection(String)
com.google.common.util.concurrent.ListenableFuture<Task> editStartupSection(String vAppUrn, StartupSection section)
com.google.common.util.concurrent.ListenableFuture<VApp> get(URI vAppHref)
VAppApi.get(URI)
com.google.common.util.concurrent.ListenableFuture<Task> edit(URI vAppHref, VApp vApp)
VAppApi.edit(URI, VApp)
com.google.common.util.concurrent.ListenableFuture<Task> remove(URI vAppHref)
VAppApi.remove(URI)
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> editControlAccess(URI vAppHref, ControlAccessParams params)
com.google.common.util.concurrent.ListenableFuture<Task> deploy(URI vAppHref, DeployVAppParams params)
com.google.common.util.concurrent.ListenableFuture<Task> discardSuspendedState(URI vAppHref)
VAppApi.discardSuspendedState(URI)
com.google.common.util.concurrent.ListenableFuture<Void> enterMaintenanceMode(URI vAppHref)
VAppApi.enterMaintenanceMode(URI)
com.google.common.util.concurrent.ListenableFuture<Void> exitMaintenanceMode(URI vAppHref)
VAppApi.exitMaintenanceMode(URI)
com.google.common.util.concurrent.ListenableFuture<Task> recompose(URI vAppHref, RecomposeVAppParams params)
com.google.common.util.concurrent.ListenableFuture<Task> undeploy(URI vAppHref, UndeployVAppParams params)
com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> getAccessControl(URI vAppHref)
VAppApi.getAccessControl(URI)
com.google.common.util.concurrent.ListenableFuture<Task> powerOff(URI vAppHref)
VAppApi.powerOff(URI)
com.google.common.util.concurrent.ListenableFuture<Task> powerOn(URI vAppHref)
VAppApi.powerOn(URI)
com.google.common.util.concurrent.ListenableFuture<Task> reboot(URI vAppHref)
VAppApi.reboot(URI)
com.google.common.util.concurrent.ListenableFuture<Task> reset(URI vAppHref)
VAppApi.reset(URI)
com.google.common.util.concurrent.ListenableFuture<Task> shutdown(URI vAppHref)
VAppApi.shutdown(URI)
com.google.common.util.concurrent.ListenableFuture<Task> suspend(URI vAppHref)
VAppApi.suspend(URI)
com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> getLeaseSettingsSection(URI vAppHref)
VAppApi.getLeaseSettingsSection(URI)
com.google.common.util.concurrent.ListenableFuture<Task> editLeaseSettingsSection(URI vAppHref, LeaseSettingsSection section)
com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> getNetworkConfigSection(URI vAppHref)
VAppApi.getNetworkConfigSection(URI)
com.google.common.util.concurrent.ListenableFuture<Task> editNetworkConfigSection(URI vAppHref, NetworkConfigSection section)
com.google.common.util.concurrent.ListenableFuture<NetworkSection> getNetworkSection(URI vAppHref)
VAppApi.getNetworkSection(URI)
com.google.common.util.concurrent.ListenableFuture<Owner> getOwner(URI vAppHref)
VAppApi.getOwner(URI)
com.google.common.util.concurrent.ListenableFuture<Void> editOwner(URI vAppHref, Owner owner)
VAppApi.editOwner(URI, Owner)
com.google.common.util.concurrent.ListenableFuture<ProductSectionList> getProductSections(URI vAppHref)
VAppApi.getProductSections(URI)
com.google.common.util.concurrent.ListenableFuture<Task> editProductSections(URI vAppHref, ProductSectionList sectionList)
com.google.common.util.concurrent.ListenableFuture<StartupSection> getStartupSection(URI vAppHref)
VAppApi.getStartupSection(URI)
com.google.common.util.concurrent.ListenableFuture<Task> editStartupSection(URI vAppHref, StartupSection section)
MetadataAsyncApi.Writeable getMetadataApi(String vAppUrn)
MetadataAsyncApi.Writeable getMetadataApi(URI vAppHref)
Copyright © 2009-2013 jclouds. All Rights Reserved.