|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MapBinder in org.jclouds.cloudservers |
---|
Methods in org.jclouds.cloudservers with annotations of type MapBinder | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Server> |
CloudServersAsyncClient.createServer(String name,
int imageId,
int flavorId,
CreateServerOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> |
CloudServersAsyncClient.createSharedIpGroup(String name,
CreateSharedIpGroupOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.rebuildServer(int id,
RebuildServerOptions... options)
|
Uses of MapBinder in org.jclouds.cloudsigma |
---|
Methods in org.jclouds.cloudsigma with annotations of type MapBinder | |
---|---|
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.cloneDrive(String sourceUuid,
String newName,
CloneDriveOptions... options)
|
Uses of MapBinder in org.jclouds.openstack.nova |
---|
Methods in org.jclouds.openstack.nova with annotations of type MapBinder | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.rebuildServer(int id,
RebuildServerOptions... options)
|
Uses of MapBinder in org.jclouds.rimuhosting.miro |
---|
Methods in org.jclouds.rimuhosting.miro with annotations of type MapBinder | |
---|---|
com.google.common.util.concurrent.ListenableFuture<NewServerResponse> |
RimuHostingAsyncClient.createServer(String name,
String imageId,
String planId,
CreateServerOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
RimuHostingAsyncClient.restartServer(Long id)
|
Uses of MapBinder in org.jclouds.savvis.vpdc.features |
---|
Methods in org.jclouds.savvis.vpdc.features with annotations of type MapBinder | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
FirewallAsyncClient.addFirewallRule(String billingSiteId,
String vpdcId,
FirewallRule firewallRule)
|
com.google.common.util.concurrent.ListenableFuture<Set<Task>> |
VMAsyncClient.addMultipleVMsIntoVDC(String billingSiteId,
String vpdcId,
Iterable<VMSpec> vmSpecs)
|
com.google.common.util.concurrent.ListenableFuture<Set<Task>> |
VMAsyncClient.addMultipleVMsIntoVDC(URI vpdc,
Iterable<VMSpec> vmSpecs)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.addVMIntoVDC(String billingSiteId,
String vpdcId,
VMSpec spec)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.addVMIntoVDC(URI vpdc,
VMSpec spec)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.captureVApp(String billingSiteId,
String vpdcId,
URI vAppUri)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.cloneVApp(URI vAppUri,
String newVAppName,
String networkTierName)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
FirewallAsyncClient.deleteFirewallRule(String billingSiteId,
String vpdcId,
FirewallRule firewallRule)
|
Uses of MapBinder in org.jclouds.slicehost |
---|
Methods in org.jclouds.slicehost with annotations of type MapBinder | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Slice> |
SlicehostAsyncClient.createSlice(String name,
int imageId,
int flavorId)
|
Uses of MapBinder in org.jclouds.trmk.ecloud |
---|
Methods in org.jclouds.trmk.ecloud with annotations of type MapBinder | |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkECloudAsyncClient.addInternetServiceToExistingIp(URI existingIpId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkECloudAsyncClient.generateKeyPairInOrg(URI org,
String name,
boolean makeDefault)
|
Uses of MapBinder in org.jclouds.trmk.vcloud_0_8 |
---|
Methods in org.jclouds.trmk.vcloud_0_8 with annotations of type MapBinder | |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudAsyncClient.addInternetServiceToExistingIp(URI publicIpId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Node> |
TerremarkVCloudAsyncClient.addNode(URI internetServiceId,
String ipAddress,
String name,
int port,
AddNodeOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.cloneVAppInVDC(URI vdc,
URI toClone,
String newName,
CloneVAppOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Node> |
TerremarkVCloudAsyncClient.configureNode(URI nodeId,
String name,
boolean enabled,
String description)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.configureVApp(VApp vApp,
VAppConfiguration configuration)
|
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
TerremarkVCloudAsyncClient.instantiateVAppTemplateInVDC(URI vdc,
URI template,
String appName,
InstantiateVAppTemplateOptions... options)
|
Uses of MapBinder in org.jclouds.trmk.vcloudexpress |
---|
Methods in org.jclouds.trmk.vcloudexpress with annotations of type MapBinder | |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudExpressAsyncClient.addInternetServiceToVDC(URI vDCId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkVCloudExpressAsyncClient.generateKeyPairInOrg(URI org,
String name,
boolean makeDefault)
|
Uses of MapBinder in org.jclouds.vcloud |
---|
Methods in org.jclouds.vcloud with annotations of type MapBinder | |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
VCloudAsyncClient.captureVAppInVDC(URI vdc,
URI toCapture,
String templateName,
CaptureVAppOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VCloudAsyncClient.cloneVAppInVDC(URI vdc,
URI toClone,
String newName,
CloneVAppOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VCloudAsyncClient.deployAndPowerOnVAppOrVm(URI vAppOrVmId)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VCloudAsyncClient.deployVAppOrVm(URI vAppOrVmId)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
VCloudAsyncClient.instantiateVAppTemplateInVDC(URI vdc,
URI template,
String appName,
InstantiateVAppTemplateOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VCloudAsyncClient.undeployAndSaveStateOfVAppOrVm(URI vAppOrVmId)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VCloudAsyncClient.undeployVAppOrVm(URI vAppOrVmId)
Deprecated. |
Uses of MapBinder in org.jclouds.vcloud.features |
---|
Methods in org.jclouds.vcloud.features with annotations of type MapBinder | |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
CatalogAsyncClient.addVAppTemplateOrMediaImageToCatalogAndNameItem(URI entity,
URI catalog,
String name,
CatalogItemOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
VAppTemplateAsyncClient.captureVAppAsTemplateInVDC(URI toCapture,
String templateName,
URI vdc,
CaptureVAppOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VAppTemplateAsyncClient.copyVAppTemplateToVDCAndName(URI sourceVAppTemplate,
URI vdc,
String newName,
CloneVAppTemplateOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VAppAsyncClient.copyVAppToVDCAndName(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
VAppTemplateAsyncClient.createVAppInVDCByInstantiatingTemplate(String appName,
URI vdc,
URI template,
InstantiateVAppTemplateOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VAppAsyncClient.deployAndPowerOnVApp(URI href)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VmAsyncClient.deployAndPowerOnVm(URI href)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VAppAsyncClient.deployVApp(URI href)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VmAsyncClient.deployVm(URI href)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VAppTemplateAsyncClient.moveVAppTemplateToVDCAndRename(URI toClone,
URI vdc,
String newName,
CloneVAppTemplateOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VAppAsyncClient.moveVAppToVDCAndRename(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VAppAsyncClient.undeployAndSaveStateOfVApp(URI href)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VmAsyncClient.undeployAndSaveStateOfVm(URI href)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VAppAsyncClient.undeployVApp(URI href)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
VmAsyncClient.undeployVm(URI href)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |