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

Packages that use PayloadParam
org.jclouds.cloudservers   
org.jclouds.cloudsigma   
org.jclouds.glesys.features   
org.jclouds.joyent.cloudapi.v6_5.features   
org.jclouds.openstack.keystone.v1_1   
org.jclouds.openstack.keystone.v2_0   
org.jclouds.openstack.nova   
org.jclouds.openstack.nova.v2_0.extensions   
org.jclouds.openstack.nova.v2_0.features   
org.jclouds.openstack.quantum.v1_0.features   
org.jclouds.rackspace.cloudidentity.v2_0   
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.director.v1_5.login   
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.glesys.features
 

Method parameters in org.jclouds.glesys.features with annotations of type PayloadParam
 com.google.common.util.concurrent.ListenableFuture<ServerDetails> ServerAsyncApi.createServerWithHostnameAndRootPassword(ServerSpec serverSpec, String hostname, String rootPassword, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<ServerDetails> ServerAsyncApi.createServerWithHostnameAndRootPassword(ServerSpec serverSpec, String hostname, String rootPassword, CreateServerOptions... options)
           
 

Uses of PayloadParam in org.jclouds.joyent.cloudapi.v6_5.features
 

Method parameters in org.jclouds.joyent.cloudapi.v6_5.features with annotations of type PayloadParam
 com.google.common.util.concurrent.ListenableFuture<Void> MachineAsyncApi.resize(String id, String packageJoyentCloud)
           
 

Uses of PayloadParam in org.jclouds.openstack.keystone.v1_1
 

Method parameters in org.jclouds.openstack.keystone.v1_1 with annotations of type PayloadParam
 com.google.common.util.concurrent.ListenableFuture<Auth> AuthenticationAsyncClient.authenticate(String username, String key)
           
 com.google.common.util.concurrent.ListenableFuture<Auth> AuthenticationAsyncClient.authenticate(String username, String key)
           
 

Uses of PayloadParam in org.jclouds.openstack.keystone.v2_0
 

Method parameters in org.jclouds.openstack.keystone.v2_0 with annotations of type PayloadParam
 com.google.common.util.concurrent.ListenableFuture<Access> AuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId, ApiAccessKeyCredentials apiAccessKeyCredentials)
           
 com.google.common.util.concurrent.ListenableFuture<Access> AuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId, PasswordCredentials passwordCredentials)
           
 com.google.common.util.concurrent.ListenableFuture<Access> AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName, ApiAccessKeyCredentials apiAccessKeyCredentials)
           
 com.google.common.util.concurrent.ListenableFuture<Access> AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName, PasswordCredentials passwordCredentials)
           
 

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.addFloatingIP(int serverId, String ip)
           
 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.openstack.nova.v2_0.extensions
 

Method parameters in org.jclouds.openstack.nova.v2_0.extensions with annotations of type PayloadParam
 com.google.common.util.concurrent.ListenableFuture<Void> FloatingIPAsyncApi.addFloatingIPToServer(String address, String serverId)
           
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.addHost(String id, String host)
           
 com.google.common.util.concurrent.ListenableFuture<VolumeAttachment> VolumeAsyncApi.attachVolumeToServerAsDevice(String volumeId, String serverId, String device)
          Attach a volume to an instance
 com.google.common.util.concurrent.ListenableFuture<VolumeAttachment> VolumeAsyncApi.attachVolumeToServerAsDevice(String volumeId, String serverId, String device)
          Attach a volume to an instance
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.createAggregate(String name, String availablityZone)
           
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.createAggregate(String name, String availablityZone)
           
 com.google.common.util.concurrent.ListenableFuture<String> AdminActionsAsyncApi.createBackupOfServer(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> AdminActionsAsyncApi.createBackupOfServer(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> AdminActionsAsyncApi.createBackupOfServer(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<KeyPair> KeyPairAsyncApi.createKeyPair(String name)
           
 com.google.common.util.concurrent.ListenableFuture<KeyPair> KeyPairAsyncApi.createKeyPairWithPublicKey(String name, String publicKey)
           
 com.google.common.util.concurrent.ListenableFuture<KeyPair> KeyPairAsyncApi.createKeyPairWithPublicKey(String name, String publicKey)
           
 com.google.common.util.concurrent.ListenableFuture<SecurityGroupRule> SecurityGroupAsyncApi.createSecurityGroupRuleAllowingCidrBlock(String parent_group_id, Ingress ip_protocol, String cidr)
           
 com.google.common.util.concurrent.ListenableFuture<SecurityGroupRule> SecurityGroupAsyncApi.createSecurityGroupRuleAllowingCidrBlock(String parent_group_id, Ingress ip_protocol, String cidr)
           
 com.google.common.util.concurrent.ListenableFuture<SecurityGroupRule> SecurityGroupAsyncApi.createSecurityGroupRuleAllowingSecurityGroupId(String parent_group_id, Ingress ip_protocol, String group_id)
           
 com.google.common.util.concurrent.ListenableFuture<SecurityGroupRule> SecurityGroupAsyncApi.createSecurityGroupRuleAllowingSecurityGroupId(String parent_group_id, Ingress ip_protocol, String group_id)
           
 com.google.common.util.concurrent.ListenableFuture<SecurityGroup> SecurityGroupAsyncApi.createSecurityGroupWithNameAndDescription(String name, String description)
           
 com.google.common.util.concurrent.ListenableFuture<SecurityGroup> SecurityGroupAsyncApi.createSecurityGroupWithNameAndDescription(String name, String description)
           
 com.google.common.util.concurrent.ListenableFuture<VolumeSnapshot> VolumeAsyncApi.createSnapshot(String volumeId, CreateVolumeSnapshotOptions... options)
          Creates a new Snapshot
 com.google.common.util.concurrent.ListenableFuture<Volume> VolumeAsyncApi.createVolume(int sizeGB, CreateVolumeOptions... options)
          Creates a new volume
 com.google.common.util.concurrent.ListenableFuture<VolumeType> VolumeTypeAsyncApi.createVolumeType(String name, CreateVolumeTypeOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AdminActionsAsyncApi.liveMigrateServer(String id, String host, boolean blockMigration, boolean diskOverCommit)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AdminActionsAsyncApi.liveMigrateServer(String id, String host, boolean blockMigration, boolean diskOverCommit)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AdminActionsAsyncApi.liveMigrateServer(String id, String host, boolean blockMigration, boolean diskOverCommit)
           
 com.google.common.util.concurrent.ListenableFuture<Void> FloatingIPAsyncApi.removeFloatingIPFromServer(String address, String serverId)
           
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.removeHost(String id, String host)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> VolumeTypeAsyncApi.setAllExtraSpecs(String id, Map<String,String> specs)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> FlavorExtraSpecsAsyncApi.setAllExtraSpecs(String flavorId, Map<String,String> specs)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> VolumeTypeAsyncApi.setExtraSpec(String id, String key, String value)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> VolumeTypeAsyncApi.setExtraSpec(String id, String key, String value)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> FlavorExtraSpecsAsyncApi.setExtraSpec(String flavorId, String key, String value)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> FlavorExtraSpecsAsyncApi.setExtraSpec(String flavorId, String key, String value)
           
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.setMetadata(String id, Map<String,String> metadata)
           
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.updateAvailabilityZone(String id, String availabilityZone)
           
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.updateName(String id, String name)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> QuotaClassAsyncApi.updateQuotaClass(String id, QuotaClass quotas)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> QuotaAsyncApi.updateQuotasForTenant(String tenantId, Quotas quotas)
           
 

Uses of PayloadParam in org.jclouds.openstack.nova.v2_0.features
 

Method parameters in org.jclouds.openstack.nova.v2_0.features with annotations of type PayloadParam
 com.google.common.util.concurrent.ListenableFuture<Void> ServerAsyncApi.changeAdminPass(String id, String adminPass)
           
 com.google.common.util.concurrent.ListenableFuture<String> ServerAsyncApi.createImageFromServer(String name, String id)
           
 com.google.common.util.concurrent.ListenableFuture<ServerCreated> ServerAsyncApi.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<ServerCreated> ServerAsyncApi.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<ServerCreated> ServerAsyncApi.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ServerAsyncApi.rebootServer(String id, RebootType rebootType)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ServerAsyncApi.renameServer(String id, String newName)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ServerAsyncApi.resizeServer(String id, String flavorId)
           
 

Uses of PayloadParam in org.jclouds.openstack.quantum.v1_0.features
 

Method parameters in org.jclouds.openstack.quantum.v1_0.features with annotations of type PayloadParam
 com.google.common.util.concurrent.ListenableFuture<Port> PortAsyncApi.create(Port.State state)
           
 com.google.common.util.concurrent.ListenableFuture<Reference> NetworkAsyncApi.create(String name)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> PortAsyncApi.plugAttachment(String portId, String attachmentId)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> NetworkAsyncApi.rename(String id, String name)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> PortAsyncApi.updateState(String id, Port.State state)
           
 

Uses of PayloadParam in org.jclouds.rackspace.cloudidentity.v2_0
 

Method parameters in org.jclouds.rackspace.cloudidentity.v2_0 with annotations of type PayloadParam
 com.google.common.util.concurrent.ListenableFuture<Access> CloudIdentityAuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId, ApiKeyCredentials apiKeyCredentials)
           
 com.google.common.util.concurrent.ListenableFuture<Access> CloudIdentityAuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName, ApiKeyCredentials apiKeyCredentials)
           
 

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> FirewallAsyncApi.addFirewallRule(String billingSiteId, String vpdcId, FirewallRule firewallRule)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncApi.cloneVApp(URI vAppUri, String newVAppName, String networkTierName)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncApi.cloneVApp(URI vAppUri, String newVAppName, String networkTierName)
           
 com.google.common.util.concurrent.ListenableFuture<Task> FirewallAsyncApi.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.director.v1_5.login
 

Method parameters in org.jclouds.vcloud.director.v1_5.login with annotations of type PayloadParam
 com.google.common.util.concurrent.ListenableFuture<SessionWithToken> SessionAsyncApi.loginUserInOrgWithPassword(URI loginUrl, String user, String org, String password)
           
 com.google.common.util.concurrent.ListenableFuture<SessionWithToken> SessionAsyncApi.loginUserInOrgWithPassword(URI loginUrl, String user, String org, String password)
           
 com.google.common.util.concurrent.ListenableFuture<SessionWithToken> SessionAsyncApi.loginUserInOrgWithPassword(URI loginUrl, String user, String org, String password)
           
 

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<CatalogItem> CatalogAsyncClient.addVAppTemplateOrMediaImageToCatalogAndNameItem(URI entity, URI catalog, String name, CatalogItemOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<CatalogItem> CatalogAsyncClient.addVAppTemplateOrMediaImageToCatalogAndNameItem(URI entity, URI catalog, String name, CatalogItemOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<VAppTemplate> VAppTemplateAsyncClient.captureVAppAsTemplateInVDC(URI toCapture, String templateName, URI vdc, CaptureVAppOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<VAppTemplate> VAppTemplateAsyncClient.captureVAppAsTemplateInVDC(URI toCapture, String templateName, URI vdc, CaptureVAppOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncClient.copyVAppTemplateToVDCAndName(URI sourceVAppTemplate, URI vdc, String newName, CloneVAppTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncClient.copyVAppTemplateToVDCAndName(URI sourceVAppTemplate, URI vdc, String newName, CloneVAppTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncClient.copyVAppToVDCAndName(URI sourceVApp, URI vdc, String newName, CloneVAppOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncClient.copyVAppToVDCAndName(URI sourceVApp, URI vdc, String newName, CloneVAppOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<VApp> VAppTemplateAsyncClient.createVAppInVDCByInstantiatingTemplate(String appName, URI vdc, URI template, InstantiateVAppTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<VApp> VAppTemplateAsyncClient.createVAppInVDCByInstantiatingTemplate(String appName, URI vdc, URI template, InstantiateVAppTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncClient.moveVAppTemplateToVDCAndRename(URI toClone, URI vdc, String newName, CloneVAppTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncClient.moveVAppTemplateToVDCAndRename(URI toClone, URI vdc, String newName, CloneVAppTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncClient.moveVAppToVDCAndRename(URI sourceVApp, URI vdc, String newName, CloneVAppOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncClient.moveVAppToVDCAndRename(URI sourceVApp, URI vdc, String newName, CloneVAppOptions... options)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.