Uses of Class
org.jclouds.rest.annotations.PayloadParam

Packages that use PayloadParam
org.jclouds.cloudservers   
org.jclouds.cloudsigma   
org.jclouds.openstack.nova   
org.jclouds.rimuhosting.miro   
org.jclouds.savvis.vpdc.features   
org.jclouds.slicehost   
org.jclouds.trmk.ecloud   
org.jclouds.trmk.vcloud_0_8   
org.jclouds.trmk.vcloudexpress   
org.jclouds.vcloud   
org.jclouds.vcloud.features   
 

Uses of PayloadParam in org.jclouds.cloudservers
 

Method parameters in org.jclouds.cloudservers with annotations of type PayloadParam
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.changeAdminPass(int id, String adminPass)
           
 com.google.common.util.concurrent.ListenableFuture<Image> CloudServersAsyncClient.createImageFromServer(String imageName, int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Image> CloudServersAsyncClient.createImageFromServer(String imageName, int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Server> CloudServersAsyncClient.createServer(String name, int imageId, int flavorId, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Server> CloudServersAsyncClient.createServer(String name, int imageId, int flavorId, CreateServerOptions... options)
           
 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.rebootServer(int id, RebootType rebootType)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.renameServer(int id, String newName)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.resizeServer(int id, int flavorId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.shareIp(String addressToShare, int serverToTosignBindressTo, int sharedIpGroup, boolean configureServer)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.shareIp(String addressToShare, int serverToTosignBindressTo, int sharedIpGroup, boolean configureServer)
           
 

Uses of PayloadParam in org.jclouds.cloudsigma
 

Method parameters in org.jclouds.cloudsigma with annotations of type PayloadParam
 com.google.common.util.concurrent.ListenableFuture<DriveInfo> CloudSigmaAsyncClient.cloneDrive(String sourceUuid, String newName, CloneDriveOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<VLANInfo> CloudSigmaAsyncClient.createVLAN(String name)
           
 com.google.common.util.concurrent.ListenableFuture<VLANInfo> CloudSigmaAsyncClient.renameVLAN(String uuid, String name)
           
 

Uses of PayloadParam in org.jclouds.openstack.nova
 

Method parameters in org.jclouds.openstack.nova with annotations of type PayloadParam
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.changeAdminPass(int id, String adminPass)
           
 com.google.common.util.concurrent.ListenableFuture<Image> NovaAsyncClient.createImageFromServer(String imageName, int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Image> NovaAsyncClient.createImageFromServer(String imageName, int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Server> NovaAsyncClient.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Server> NovaAsyncClient.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
           
 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.rebootServer(int id, RebootType rebootType)
           
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.renameServer(int id, String newName)
           
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.resizeServer(int id, int flavorId)
           
 

Uses of PayloadParam in org.jclouds.rimuhosting.miro
 

Method parameters in org.jclouds.rimuhosting.miro with annotations of type PayloadParam
 com.google.common.util.concurrent.ListenableFuture<NewServerResponse> RimuHostingAsyncClient.createServer(String name, String imageId, String planId, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<NewServerResponse> RimuHostingAsyncClient.createServer(String name, String imageId, String planId, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<NewServerResponse> RimuHostingAsyncClient.createServer(String name, String imageId, String planId, CreateServerOptions... options)
           
 

Uses of PayloadParam in org.jclouds.savvis.vpdc.features
 

Method parameters in org.jclouds.savvis.vpdc.features with annotations of type PayloadParam
 com.google.common.util.concurrent.ListenableFuture<Task> FirewallAsyncClient.addFirewallRule(String billingSiteId, String vpdcId, FirewallRule firewallRule)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.cloneVApp(URI vAppUri, String newVAppName, String networkTierName)
           
 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 PayloadParam in org.jclouds.slicehost
 

Method parameters in org.jclouds.slicehost with annotations of type PayloadParam
 com.google.common.util.concurrent.ListenableFuture<Slice> SlicehostAsyncClient.createSlice(String name, int imageId, int flavorId)
           
 com.google.common.util.concurrent.ListenableFuture<Slice> SlicehostAsyncClient.createSlice(String name, int imageId, int flavorId)
           
 com.google.common.util.concurrent.ListenableFuture<Slice> SlicehostAsyncClient.createSlice(String name, int imageId, int flavorId)
           
 

Uses of PayloadParam in org.jclouds.trmk.ecloud
 

Method parameters in org.jclouds.trmk.ecloud with annotations of type PayloadParam
 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 InternetService> TerremarkECloudAsyncClient.addInternetServiceToExistingIp(URI existingIpId, String serviceName, Protocol protocol, int port, AddInternetServiceOptions... options)
           
 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)
           
 com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> TerremarkECloudAsyncClient.generateKeyPairInOrg(URI org, String name, boolean makeDefault)
           
 

Uses of PayloadParam in org.jclouds.trmk.vcloud_0_8
 

Method parameters in org.jclouds.trmk.vcloud_0_8 with annotations of type PayloadParam
 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 InternetService> TerremarkVCloudAsyncClient.addInternetServiceToExistingIp(URI publicIpId, String serviceName, Protocol protocol, int port, AddInternetServiceOptions... options)
           
 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 Node> TerremarkVCloudAsyncClient.addNode(URI internetServiceId, String ipAddress, String name, int port, AddNodeOptions... 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 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 Node> TerremarkVCloudAsyncClient.configureNode(URI nodeId, String name, boolean enabled, String description)
           
 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 VApp> TerremarkVCloudAsyncClient.instantiateVAppTemplateInVDC(URI vdc, URI template, String appName, InstantiateVAppTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> TerremarkVCloudAsyncClient.instantiateVAppTemplateInVDC(URI vdc, URI template, String appName, InstantiateVAppTemplateOptions... options)
           
 

Uses of PayloadParam in org.jclouds.trmk.vcloudexpress
 

Method parameters in org.jclouds.trmk.vcloudexpress with annotations of type PayloadParam
 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 InternetService> TerremarkVCloudExpressAsyncClient.addInternetServiceToVDC(URI vDCId, String serviceName, Protocol protocol, int port, AddInternetServiceOptions... options)
           
 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)
           
 com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> TerremarkVCloudExpressAsyncClient.generateKeyPairInOrg(URI org, String name, boolean makeDefault)
           
 

Uses of PayloadParam in org.jclouds.vcloud
 

Method parameters in org.jclouds.vcloud with annotations of type PayloadParam
 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 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.cloneVAppInVDC(URI vdc, URI toClone, String newName, CloneVAppOptions... options)
          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 VApp> VCloudAsyncClient.instantiateVAppTemplateInVDC(URI vdc, URI template, String appName, InstantiateVAppTemplateOptions... options)
          Deprecated. 
 

Uses of PayloadParam in org.jclouds.vcloud.features
 

Method parameters in org.jclouds.vcloud.features with annotations of type PayloadParam
 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 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 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> 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 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 VApp> VAppTemplateAsyncClient.createVAppInVDCByInstantiatingTemplate(String appName, URI vdc, URI template, InstantiateVAppTemplateOptions... options)
           
 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> 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.moveVAppToVDCAndRename(URI sourceVApp, URI vdc, String newName, CloneVAppOptions... options)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.