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

Packages that use EndpointParam
org.jclouds.aws.ec2.services   
org.jclouds.aws.s3   
org.jclouds.azureblob   
org.jclouds.cloudloadbalancers   
org.jclouds.cloudwatch   
org.jclouds.deltacloud   
org.jclouds.ec2.services   
org.jclouds.elb   
org.jclouds.joyent.cloudapi.v6_5   
org.jclouds.openstack.glance.v1_0   
org.jclouds.openstack.nova.ec2.services   
org.jclouds.openstack.nova.v2_0   
org.jclouds.openstack.quantum.v1_0   
org.jclouds.openstack.swift.v1   
org.jclouds.rds   
org.jclouds.rest   
org.jclouds.s3 This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. 
org.jclouds.savvis.vpdc.features   
org.jclouds.trmk.ecloud   
org.jclouds.trmk.ecloud.features   
org.jclouds.trmk.vcloud_0_8   
org.jclouds.trmk.vcloudexpress   
org.jclouds.vcloud.director.v1_5.features   
org.jclouds.vcloud.director.v1_5.features.admin   
org.jclouds.vcloud.director.v1_5.login   
org.jclouds.vcloud.features   
 

Uses of EndpointParam in org.jclouds.aws.ec2.services
 

Method parameters in org.jclouds.aws.ec2.services with annotations of type EndpointParam
 com.google.common.util.concurrent.ListenableFuture<Void> AWSAMIAsyncClient.addProductCodesToImageInRegion(String region, Iterable<String> productCodes, String imageId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AWSSecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region, String groupId, IpPermission perm)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AWSSecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region, String groupId, Iterable<IpPermission> perms)
           
 com.google.common.util.concurrent.ListenableFuture<Void> SpotInstanceAsyncClient.cancelSpotInstanceRequestsInRegion(String region, String... requestIds)
           
 com.google.common.util.concurrent.ListenableFuture<Void> PlacementGroupAsyncClient.createPlacementGroupInRegion(String region, String name)
           
 com.google.common.util.concurrent.ListenableFuture<Void> PlacementGroupAsyncClient.createPlacementGroupInRegion(String region, String name, String strategy)
           
 com.google.common.util.concurrent.ListenableFuture<String> AWSSecurityGroupAsyncClient.createSecurityGroupInRegionAndReturnId(String region, String name, String description, CreateSecurityGroupOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> TagAsyncClient.createTagsInRegion(String region, Iterable<String> resourceIds, Map<String,String> tags)
           
 com.google.common.util.concurrent.ListenableFuture<Void> PlacementGroupAsyncClient.deletePlacementGroupInRegion(String region, String name)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AWSSecurityGroupAsyncClient.deleteSecurityGroupInRegionById(String region, String name)
           
 com.google.common.util.concurrent.ListenableFuture<Void> TagAsyncClient.deleteTagsInRegion(String region, Iterable<String> resourceIds, Map<String,String> tags)
           
 com.google.common.util.concurrent.ListenableFuture<Set<? extends Reservation<? extends AWSRunningInstance>>> AWSInstanceAsyncClient.describeInstancesInRegion(String region, String... instanceIds)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<PlacementGroup>> PlacementGroupAsyncClient.describePlacementGroupsInRegion(String region, String... placementGroupIds)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> AWSSecurityGroupAsyncClient.describeSecurityGroupsInRegionById(String region, String... securityGroupNames)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<SpotInstanceRequest>> SpotInstanceAsyncClient.describeSpotInstanceRequestsInRegion(String region, String... requestIds)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Spot>> SpotInstanceAsyncClient.describeSpotPriceHistoryInRegion(String region, DescribeSpotPriceHistoryOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Tag>> TagAsyncClient.describeTagsInRegion(String region, Map<TagFilters.FilterName,Iterable<?>> filters)
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> AWSAMIAsyncClient.getProductCodesForImageInRegion(String region, String imageId)
           
 com.google.common.util.concurrent.ListenableFuture<KeyPair> AWSKeyPairAsyncClient.importKeyPairInRegion(String region, String keyName, String publicKeyMaterial)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Map<String,MonitoringState>> MonitoringAsyncClient.monitorInstancesInRegion(String region, String instanceId, String... instanceIds)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AWSAMIAsyncClient.removeProductCodesFromImageInRegion(String region, Iterable<String> productCodes, String imageId)
           
 com.google.common.util.concurrent.ListenableFuture<SpotInstanceRequest> SpotInstanceAsyncClient.requestSpotInstanceInRegion(String region, float spotPrice, String imageId, String instanceType)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<SpotInstanceRequest>> SpotInstanceAsyncClient.requestSpotInstancesInRegion(String region, float spotPrice, int instanceCount, LaunchSpecification launchSpec, RequestSpotInstancesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AWSSecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region, String groupId, IpPermission perm)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AWSSecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region, String groupId, Iterable<IpPermission> perms)
           
 com.google.common.util.concurrent.ListenableFuture<Reservation<? extends AWSRunningInstance>> AWSInstanceAsyncClient.runInstancesInRegion(String region, String nullableAvailabilityZone, String imageId, int minCount, int maxCount, RunInstancesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Map<String,MonitoringState>> MonitoringAsyncClient.unmonitorInstancesInRegion(String region, String instanceId, String... instanceIds)
           
 

Uses of EndpointParam in org.jclouds.aws.s3
 

Method parameters in org.jclouds.aws.s3 with annotations of type EndpointParam
 com.google.common.util.concurrent.ListenableFuture<Void> AWSS3AsyncClient.abortMultipartUpload(String bucketName, String key, String uploadId)
           
 com.google.common.util.concurrent.ListenableFuture<String> AWSS3AsyncClient.completeMultipartUpload(String bucketName, String key, String uploadId, Map<Integer,String> parts)
           
 com.google.common.util.concurrent.ListenableFuture<String> AWSS3AsyncClient.initiateMultipartUpload(String bucketName, ObjectMetadata objectMetadata, PutObjectOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> AWSS3AsyncClient.uploadPart(String bucketName, String key, int partNumber, String uploadId, Payload part)
           
 

Uses of EndpointParam in org.jclouds.azureblob
 

Method parameters in org.jclouds.azureblob with annotations of type EndpointParam
 byte[] AzureBlobUtil.getMD5(URI container, String key)
           
 

Uses of EndpointParam in org.jclouds.cloudloadbalancers
 

Method parameters in org.jclouds.cloudloadbalancers with annotations of type EndpointParam
 LoadBalancerClient CloudLoadBalancersClient.getLoadBalancerClient(String region)
          Provides synchronous access to LoadBalancer features.
 LoadBalancerAsyncClient CloudLoadBalancersAsyncClient.getLoadBalancerClient(String region)
          Provides asynchronous access to LoadBalancer features.
 NodeClient CloudLoadBalancersClient.getNodeClient(String region)
          Provides synchronous access to Node features.
 NodeAsyncClient CloudLoadBalancersAsyncClient.getNodeClient(String region)
          Provides asynchronous access to Node features.
 

Uses of EndpointParam in org.jclouds.cloudwatch
 

Method parameters in org.jclouds.cloudwatch with annotations of type EndpointParam
 MetricAsyncApi CloudWatchAsyncApi.getMetricApiForRegion(String region)
           
 MetricApi CloudWatchApi.getMetricApiForRegion(String region)
          Provides synchronous access to Metric features.
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> CloudWatchAsyncApi.getMetricStatisticsInRegion(String region, String metricName, String namespace, Date startTime, Date endTime, int period, Statistics statistics, GetMetricStatisticsOptions... options)
          Deprecated. 
 

Uses of EndpointParam in org.jclouds.deltacloud
 

Method parameters in org.jclouds.deltacloud with annotations of type EndpointParam
 com.google.common.util.concurrent.ListenableFuture<HardwareProfile> DeltacloudAsyncClient.getHardwareProfile(URI profileHref)
           
 com.google.common.util.concurrent.ListenableFuture<Image> DeltacloudAsyncClient.getImage(URI imageHref)
           
 com.google.common.util.concurrent.ListenableFuture<Instance> DeltacloudAsyncClient.getInstance(URI instanceHref)
           
 com.google.common.util.concurrent.ListenableFuture<Realm> DeltacloudAsyncClient.getRealm(URI realmHref)
           
 

Uses of EndpointParam in org.jclouds.ec2.services
 

Method parameters in org.jclouds.ec2.services with annotations of type EndpointParam
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticBlockStoreAsyncClient.addCreateVolumePermissionsToSnapshotInRegion(String region, Iterable<String> userIds, Iterable<String> userGroups, String snapshotId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AMIAsyncClient.addLaunchPermissionsToImageInRegion(String region, Iterable<String> userIds, Iterable<String> userGroups, String imageId)
           
 com.google.common.util.concurrent.ListenableFuture<String> ElasticIPAddressAsyncClient.allocateAddressInRegion(String region)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticIPAddressAsyncClient.associateAddressInRegion(String region, String publicIp, String instanceId)
           
 com.google.common.util.concurrent.ListenableFuture<Attachment> ElasticBlockStoreAsyncClient.attachVolumeInRegion(String region, String volumeId, String instanceId, String device)
           
 com.google.common.util.concurrent.ListenableFuture<Void> SecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region, String groupName, IpProtocol ipProtocol, int fromPort, int toPort, String cidrIp)
           
 com.google.common.util.concurrent.ListenableFuture<Void> SecurityGroupAsyncClient.authorizeSecurityGroupIngressInRegion(String region, String groupName, UserIdGroupPair sourceSecurityGroup)
           
 com.google.common.util.concurrent.ListenableFuture<BundleTask> WindowsAsyncClient.bundleInstanceInRegion(String region, String instanceId, String prefix, String bucket, String uploadPolicy, BundleInstanceS3StorageOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<BundleTask> WindowsAsyncClient.cancelBundleTaskInRegion(String region, String bundleId)
           
 com.google.common.util.concurrent.ListenableFuture<String> AMIAsyncClient.createImageInRegion(String region, String name, String instanceId, CreateImageOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<KeyPair> KeyPairAsyncClient.createKeyPairInRegion(String region, String keyName)
           
 com.google.common.util.concurrent.ListenableFuture<Void> SecurityGroupAsyncClient.createSecurityGroupInRegion(String region, String name, String description)
           
 com.google.common.util.concurrent.ListenableFuture<Snapshot> ElasticBlockStoreAsyncClient.createSnapshotInRegion(String region, String volumeId, CreateSnapshotOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Volume> ElasticBlockStoreAsyncClient.createVolumeFromSnapshotInAvailabilityZone(String availabilityZone, int size, String snapshotId)
           
 com.google.common.util.concurrent.ListenableFuture<Volume> ElasticBlockStoreAsyncClient.createVolumeFromSnapshotInAvailabilityZone(String availabilityZone, String snapshotId)
           
 com.google.common.util.concurrent.ListenableFuture<Volume> ElasticBlockStoreAsyncClient.createVolumeInAvailabilityZone(String availabilityZone, int size)
           
 com.google.common.util.concurrent.ListenableFuture<Void> KeyPairAsyncClient.deleteKeyPairInRegion(String region, String keyName)
           
 com.google.common.util.concurrent.ListenableFuture<Void> SecurityGroupAsyncClient.deleteSecurityGroupInRegion(String region, String name)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticBlockStoreAsyncClient.deleteSnapshotInRegion(String region, String snapshotId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticBlockStoreAsyncClient.deleteVolumeInRegion(String region, String volumeId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AMIAsyncClient.deregisterImageInRegion(String region, String imageId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<PublicIpInstanceIdPair>> ElasticIPAddressAsyncClient.describeAddressesInRegion(String region, String... publicIps)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<AvailabilityZoneInfo>> AvailabilityZoneAndRegionAsyncClient.describeAvailabilityZonesInRegion(String region, DescribeAvailabilityZonesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<BundleTask>> WindowsAsyncClient.describeBundleTasksInRegion(String region, String... bundleTaskIds)
           
 com.google.common.util.concurrent.ListenableFuture<Set<? extends Image>> AMIAsyncClient.describeImagesInRegion(String region, DescribeImagesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Reservation<? extends RunningInstance>>> InstanceAsyncClient.describeInstancesInRegion(String region, String... instanceIds)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> KeyPairAsyncClient.describeKeyPairsInRegion(String region, String... keyPairNames)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> SecurityGroupAsyncClient.describeSecurityGroupsInRegion(String region, String... securityGroupNames)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Snapshot>> ElasticBlockStoreAsyncClient.describeSnapshotsInRegion(String region, DescribeSnapshotsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Volume>> ElasticBlockStoreAsyncClient.describeVolumesInRegion(String region, String... volumeIds)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticBlockStoreAsyncClient.detachVolumeInRegion(String region, String volumeId, boolean force, DetachVolumeOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticIPAddressAsyncClient.disassociateAddressInRegion(String region, String publicIp)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Map<String,BlockDevice>> InstanceAsyncClient.getBlockDeviceMappingForInstanceInRegion(String region, String instanceId)
           
 com.google.common.util.concurrent.ListenableFuture<Map<String,Image.EbsBlockDevice>> AMIAsyncClient.getBlockDeviceMappingsForImageInRegion(String region, String imageId)
           
 com.google.common.util.concurrent.ListenableFuture<String> InstanceAsyncClient.getConsoleOutputForInstanceInRegion(String region, String instanceId)
           
 com.google.common.util.concurrent.ListenableFuture<Permission> ElasticBlockStoreAsyncClient.getCreateVolumePermissionForSnapshotInRegion(String region, String snapshotId)
           
 com.google.common.util.concurrent.ListenableFuture<Volume.InstanceInitiatedShutdownBehavior> InstanceAsyncClient.getInstanceInitiatedShutdownBehaviorForInstanceInRegion(String region, String instanceId)
           
 com.google.common.util.concurrent.ListenableFuture<String> InstanceAsyncClient.getInstanceTypeForInstanceInRegion(String region, String instanceId)
           
 com.google.common.util.concurrent.ListenableFuture<String> InstanceAsyncClient.getKernelForInstanceInRegion(String region, String instanceId)
           
 com.google.common.util.concurrent.ListenableFuture<Permission> AMIAsyncClient.getLaunchPermissionForImageInRegion(String region, String imageId)
           
 com.google.common.util.concurrent.ListenableFuture<PasswordData> WindowsAsyncClient.getPasswordDataInRegion(String region, String instanceId)
           
 com.google.common.util.concurrent.ListenableFuture<String> InstanceAsyncClient.getRamdiskForInstanceInRegion(String region, String instanceId)
           
 com.google.common.util.concurrent.ListenableFuture<String> InstanceAsyncClient.getRootDeviceNameForInstanceInRegion(String region, String instanceId)
           
 com.google.common.util.concurrent.ListenableFuture<String> InstanceAsyncClient.getUserDataForInstanceInRegion(String region, String instanceId)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> InstanceAsyncClient.isApiTerminationDisabledForInstanceInRegion(String region, String instanceId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> InstanceAsyncClient.rebootInstancesInRegion(String region, String... instanceIds)
           
 com.google.common.util.concurrent.ListenableFuture<String> AMIAsyncClient.registerImageFromManifestInRegion(String region, String imageName, String pathToManifest, RegisterImageOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> AMIAsyncClient.registerUnixImageBackedByEbsInRegion(String region, String imageName, String ebsSnapshotId, RegisterImageBackedByEbsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticIPAddressAsyncClient.releaseAddressInRegion(String region, String publicIp)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticBlockStoreAsyncClient.removeCreateVolumePermissionsFromSnapshotInRegion(String region, Iterable<String> userIds, Iterable<String> userGroups, String snapshotId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AMIAsyncClient.removeLaunchPermissionsFromImageInRegion(String region, Iterable<String> userIds, Iterable<String> userGroups, String imageId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticBlockStoreAsyncClient.resetCreateVolumePermissionsOnSnapshotInRegion(String region, String snapshotId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> InstanceAsyncClient.resetKernelForInstanceInRegion(String region, String instanceId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AMIAsyncClient.resetLaunchPermissionsOnImageInRegion(String region, String imageId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> InstanceAsyncClient.resetRamdiskForInstanceInRegion(String region, String instanceId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> SecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region, String groupName, IpProtocol ipProtocol, int fromPort, int toPort, String cidrIp)
           
 com.google.common.util.concurrent.ListenableFuture<Void> SecurityGroupAsyncClient.revokeSecurityGroupIngressInRegion(String region, String groupName, UserIdGroupPair sourceSecurityGroup)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Reservation<? extends RunningInstance>> InstanceAsyncClient.runInstancesInRegion(String region, String nullableAvailabilityZone, String imageId, int minCount, int maxCount, RunInstancesOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> InstanceAsyncClient.setApiTerminationDisabledForInstanceInRegion(String region, String instanceId, boolean apiTerminationDisabled)
           
 com.google.common.util.concurrent.ListenableFuture<Void> InstanceAsyncClient.setBlockDeviceMappingForInstanceInRegion(String region, String instanceId, Map<String,BlockDevice> blockDeviceMapping)
           
 com.google.common.util.concurrent.ListenableFuture<Void> InstanceAsyncClient.setInstanceInitiatedShutdownBehaviorForInstanceInRegion(String region, String instanceId, Volume.InstanceInitiatedShutdownBehavior instanceInitiatedShutdownBehavior)
           
 com.google.common.util.concurrent.ListenableFuture<Void> InstanceAsyncClient.setInstanceTypeForInstanceInRegion(String region, String instanceId, String instanceType)
           
 com.google.common.util.concurrent.ListenableFuture<Void> InstanceAsyncClient.setKernelForInstanceInRegion(String region, String instanceId, String kernel)
           
 com.google.common.util.concurrent.ListenableFuture<Void> InstanceAsyncClient.setRamdiskForInstanceInRegion(String region, String instanceId, String ramdisk)
           
 com.google.common.util.concurrent.ListenableFuture<Void> InstanceAsyncClient.setUserDataForInstanceInRegion(String region, String instanceId, byte[] unencodedData)
           
 com.google.common.util.concurrent.ListenableFuture<Set<? extends InstanceStateChange>> InstanceAsyncClient.startInstancesInRegion(String region, String... instanceIds)
           
 com.google.common.util.concurrent.ListenableFuture<Set<? extends InstanceStateChange>> InstanceAsyncClient.stopInstancesInRegion(String region, boolean force, String... instanceIds)
           
 com.google.common.util.concurrent.ListenableFuture<Set<? extends InstanceStateChange>> InstanceAsyncClient.terminateInstancesInRegion(String region, String... instanceIds)
           
 

Uses of EndpointParam in org.jclouds.elb
 

Method parameters in org.jclouds.elb with annotations of type EndpointParam
 AvailabilityZoneAsyncApi ELBAsyncApi.getAvailabilityZoneApiForRegion(String region)
           
 AvailabilityZoneApi ELBApi.getAvailabilityZoneApiForRegion(String region)
           
 InstanceAsyncApi ELBAsyncApi.getInstanceApiForRegion(String region)
           
 InstanceApi ELBApi.getInstanceApiForRegion(String region)
           
 LoadBalancerAsyncApi ELBAsyncApi.getLoadBalancerApiForRegion(String region)
           
 LoadBalancerApi ELBApi.getLoadBalancerApiForRegion(String region)
           
 PolicyAsyncApi ELBAsyncApi.getPolicyApiForRegion(String region)
           
 PolicyApi ELBApi.getPolicyApiForRegion(String region)
           
 

Uses of EndpointParam in org.jclouds.joyent.cloudapi.v6_5
 

Method parameters in org.jclouds.joyent.cloudapi.v6_5 with annotations of type EndpointParam
 DatasetAsyncApi JoyentCloudAsyncApi.getDatasetApiForDatacenter(String datacenter)
          Provides asynchronous access to Dataset features.
 DatasetApi JoyentCloudApi.getDatasetApiForDatacenter(String datacenter)
          Provides synchronous access to Dataset features.
 MachineAsyncApi JoyentCloudAsyncApi.getMachineApiForDatacenter(String datacenter)
          Provides asynchronous access to Machine features.
 MachineApi JoyentCloudApi.getMachineApiForDatacenter(String datacenter)
          Provides synchronous access to Machine features.
 PackageAsyncApi JoyentCloudAsyncApi.getPackageApiForDatacenter(String datacenter)
          Provides asynchronous access to Package features.
 PackageApi JoyentCloudApi.getPackageApiForDatacenter(String datacenter)
          Provides synchronous access to Package features.
 

Uses of EndpointParam in org.jclouds.openstack.glance.v1_0
 

Method parameters in org.jclouds.openstack.glance.v1_0 with annotations of type EndpointParam
 ImageAsyncApi GlanceAsyncApi.getImageApiForRegion(String region)
          Provides asynchronous access to Image features.
 ImageApi GlanceApi.getImageApiForRegion(String region)
          Provides synchronous access to Image features.
 

Uses of EndpointParam in org.jclouds.openstack.nova.ec2.services
 

Method parameters in org.jclouds.openstack.nova.ec2.services with annotations of type EndpointParam
 com.google.common.util.concurrent.ListenableFuture<KeyPair> NovaEC2KeyPairAsyncClient.importKeyPairInRegion(String region, String keyName, String publicKeyMaterial)
           
 

Uses of EndpointParam in org.jclouds.openstack.nova.v2_0
 

Method parameters in org.jclouds.openstack.nova.v2_0 with annotations of type EndpointParam
 com.google.common.base.Optional<AdminActionsAsyncApi> NovaAsyncApi.getAdminActionsExtensionForZone(String zone)
          Provides asynchronous access to Server Admin Actions features.
 com.google.common.base.Optional<AdminActionsApi> NovaApi.getAdminActionsExtensionForZone(String zone)
          Provides synchronous access to Server Admin Actions features.
 ExtensionAsyncApi NovaAsyncApi.getExtensionApiForZone(String zone)
          Provides asynchronous access to Extension features.
 ExtensionApi NovaApi.getExtensionApiForZone(String zone)
          Provides synchronous access to Extension features.
 FlavorAsyncApi NovaAsyncApi.getFlavorApiForZone(String zone)
          Provides asynchronous access to Flavor features.
 FlavorApi NovaApi.getFlavorApiForZone(String zone)
          Provides synchronous access to Flavor features.
 com.google.common.base.Optional<FlavorExtraSpecsAsyncApi> NovaAsyncApi.getFlavorExtraSpecsExtensionForZone(String zone)
          Provides asynchronous access to Flavor extra specs features.
 com.google.common.base.Optional<FlavorExtraSpecsApi> NovaApi.getFlavorExtraSpecsExtensionForZone(String zone)
          Provides synchronous access to Flavor extra specs features.
 com.google.common.base.Optional<FloatingIPAsyncApi> NovaAsyncApi.getFloatingIPExtensionForZone(String zone)
          Provides asynchronous access to Floating IP features.
 com.google.common.base.Optional<FloatingIPApi> NovaApi.getFloatingIPExtensionForZone(String zone)
          Provides synchronous access to Floating IP features.
 com.google.common.base.Optional<HostAdministrationAsyncApi> NovaAsyncApi.getHostAdministrationExtensionForZone(String zone)
          Provides asynchronous access to Host Administration features.
 com.google.common.base.Optional<HostAdministrationApi> NovaApi.getHostAdministrationExtensionForZone(String zone)
          Provides synchronous access to Host Administration features.
 com.google.common.base.Optional<HostAggregateAsyncApi> NovaAsyncApi.getHostAggregateExtensionForZone(String zone)
          Provides asynchronous access to HostAggregate features.
 com.google.common.base.Optional<HostAggregateApi> NovaApi.getHostAggregateExtensionForZone(String zone)
          Provides synchronous access to Aggregate features.
 ImageAsyncApi NovaAsyncApi.getImageApiForZone(String zone)
          Provides asynchronous access to Image features.
 ImageApi NovaApi.getImageApiForZone(String zone)
          Provides synchronous access to Image features.
 com.google.common.base.Optional<KeyPairAsyncApi> NovaAsyncApi.getKeyPairExtensionForZone(String zone)
          Provides asynchronous access to Key Pair features.
 com.google.common.base.Optional<KeyPairApi> NovaApi.getKeyPairExtensionForZone(String zone)
          Provides synchronous access to Key Pair features.
 com.google.common.base.Optional<QuotaClassAsyncApi> NovaAsyncApi.getQuotaClassExtensionForZone(String zone)
          Provides asynchronous access to Quota Classes features.
 com.google.common.base.Optional<QuotaClassApi> NovaApi.getQuotaClassExtensionForZone(String zone)
          Provides synchronous access to Quota Classes features.
 com.google.common.base.Optional<QuotaAsyncApi> NovaAsyncApi.getQuotaExtensionForZone(String zone)
          Provides asynchronous access to Quota features.
 com.google.common.base.Optional<QuotaApi> NovaApi.getQuotaExtensionForZone(String zone)
          Provides synchronous access to Quota features.
 com.google.common.base.Optional<SecurityGroupAsyncApi> NovaAsyncApi.getSecurityGroupExtensionForZone(String zone)
          Provides asynchronous access to Security Group features.
 com.google.common.base.Optional<SecurityGroupApi> NovaApi.getSecurityGroupExtensionForZone(String zone)
          Provides synchronous access to Security Group features.
 ServerAsyncApi NovaAsyncApi.getServerApiForZone(String zone)
          Provides asynchronous access to Server features.
 ServerApi NovaApi.getServerApiForZone(String zone)
          Provides synchronous access to Server features.
 com.google.common.base.Optional<ServerWithSecurityGroupsAsyncApi> NovaAsyncApi.getServerWithSecurityGroupsExtensionForZone(String zone)
          Provides asynchronous access to Server Extra Data features.
 com.google.common.base.Optional<ServerWithSecurityGroupsApi> NovaApi.getServerWithSecurityGroupsExtensionForZone(String zone)
          Provides synchronous access to Server Extra Data features.
 com.google.common.base.Optional<SimpleTenantUsageAsyncApi> NovaAsyncApi.getSimpleTenantUsageExtensionForZone(String zone)
          Provides asynchronous access to Simple Tenant Usage features.
 com.google.common.base.Optional<SimpleTenantUsageApi> NovaApi.getSimpleTenantUsageExtensionForZone(String zone)
          Provides synchronous access to Simple Tenant Usage features.
 com.google.common.base.Optional<VirtualInterfaceAsyncApi> NovaAsyncApi.getVirtualInterfaceExtensionForZone(String zone)
          Provides asynchronous access to Virtual Interface features.
 com.google.common.base.Optional<VirtualInterfaceApi> NovaApi.getVirtualInterfaceExtensionForZone(String zone)
          Provides synchronous access to Virtual Interface features.
 com.google.common.base.Optional<VolumeAsyncApi> NovaAsyncApi.getVolumeExtensionForZone(String zone)
          Provides asynchronous access to Volume features.
 com.google.common.base.Optional<VolumeApi> NovaApi.getVolumeExtensionForZone(String zone)
          Provides synchronous access to Volume features.
 com.google.common.base.Optional<VolumeTypeAsyncApi> NovaAsyncApi.getVolumeTypeExtensionForZone(String zone)
          Provides asynchronous access to Volume Type features.
 com.google.common.base.Optional<VolumeTypeApi> NovaApi.getVolumeTypeExtensionForZone(String zone)
          Provides synchronous access to Volume Type features.
 

Uses of EndpointParam in org.jclouds.openstack.quantum.v1_0
 

Method parameters in org.jclouds.openstack.quantum.v1_0 with annotations of type EndpointParam
 NetworkAsyncApi QuantumAsyncApi.getNetworkApiForRegion(String region)
          Provides asynchronous access to Network features.
 NetworkApi QuantumApi.getNetworkApiForRegion(String region)
          Provides synchronous access to Network features.
 PortAsyncApi QuantumAsyncApi.getPortApiForRegionAndNetwork(String region, String networkId)
          Provides asynchronous access to Port features.
 PortApi QuantumApi.getPortApiForRegionAndNetwork(String region, String networkId)
          Provides synchronous access to Port features.
 

Uses of EndpointParam in org.jclouds.openstack.swift.v1
 

Method parameters in org.jclouds.openstack.swift.v1 with annotations of type EndpointParam
 AccountAsyncApi SwiftAsyncApi.getAccountApiForRegion(String region)
          Provides asynchronous access to Account features.
 AccountApi SwiftApi.getAccountApiForRegion(String region)
          Provides synchronous access to Account features.
 ContainerAsyncApi SwiftAsyncApi.getContainerApiForRegion(String region)
          Provides asynchronous access to Container features.
 ContainerApi SwiftApi.getContainerApiForRegion(String region)
          Provides synchronous access to Container features.
 ObjectAsyncApi SwiftAsyncApi.getObjectApiForRegion(String region)
          Provides asynchronous access to Object features.
 ObjectApi SwiftApi.getObjectApiForRegion(String region)
          Provides synchronous access to Object features.
 

Uses of EndpointParam in org.jclouds.rds
 

Method parameters in org.jclouds.rds with annotations of type EndpointParam
 InstanceAsyncApi RDSAsyncApi.getInstanceApiForRegion(String region)
           
 InstanceApi RDSApi.getInstanceApiForRegion(String region)
           
 SecurityGroupAsyncApi RDSAsyncApi.getSecurityGroupApiForRegion(String region)
           
 SecurityGroupApi RDSApi.getSecurityGroupApiForRegion(String region)
           
 SubnetGroupAsyncApi RDSAsyncApi.getSubnetGroupApiForRegion(String region)
           
 SubnetGroupApi RDSApi.getSubnetGroupApiForRegion(String region)
           
 

Uses of EndpointParam in org.jclouds.rest
 

Method parameters in org.jclouds.rest with annotations of type EndpointParam
 com.google.common.util.concurrent.ListenableFuture<Boolean> HttpAsyncClient.delete(URI location)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HttpAsyncClient.exists(URI location)
           
 com.google.common.util.concurrent.ListenableFuture<InputStream> HttpAsyncClient.get(URI location)
           
 com.google.common.util.concurrent.ListenableFuture<String> HttpAsyncClient.post(URI location, Payload payload)
           
 com.google.common.util.concurrent.ListenableFuture<String> HttpAsyncClient.put(URI location, Payload payload)
           
 

Uses of EndpointParam in org.jclouds.s3
 

Method parameters in org.jclouds.s3 with annotations of type EndpointParam
 com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> S3AsyncClient.copyObject(String sourceBucket, String sourceObject, String destinationBucket, String destinationObject, CopyObjectOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.deleteBucketIfEmpty(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<Void> S3AsyncClient.deleteObject(String bucketName, String key)
           
 com.google.common.util.concurrent.ListenableFuture<Void> S3AsyncClient.disableBucketLogging(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<Void> S3AsyncClient.enableBucketLogging(String bucketName, BucketLogging logging)
           
 com.google.common.util.concurrent.ListenableFuture<AccessControlList> S3AsyncClient.getBucketACL(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<BucketLogging> S3AsyncClient.getBucketLogging(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<Payer> S3AsyncClient.getBucketPayer(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<S3Object> S3AsyncClient.getObject(String bucketName, String key, GetOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<AccessControlList> S3AsyncClient.getObjectACL(String bucketName, String key)
           
 com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> S3AsyncClient.headObject(String bucketName, String key)
           
 com.google.common.util.concurrent.ListenableFuture<ListBucketResponse> S3AsyncClient.listBucket(String bucketName, ListBucketOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.objectExists(String bucketName, String key)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.putBucketACL(String bucketName, AccessControlList acl)
           
 com.google.common.util.concurrent.ListenableFuture<String> S3AsyncClient.putObject(String bucketName, S3Object object, PutObjectOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.putObjectACL(String bucketName, String key, AccessControlList acl)
           
 com.google.common.util.concurrent.ListenableFuture<Void> S3AsyncClient.setBucketPayer(String bucketName, Payer payer)
           
 

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

Method parameters in org.jclouds.savvis.vpdc.features with annotations of type EndpointParam
 com.google.common.util.concurrent.ListenableFuture<Set<Task>> VMAsyncApi.addMultipleVMsIntoVDC(URI vpdc, Iterable<VMSpec> vmSpecs)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncApi.addVMIntoVDC(URI vpdc, VMSpec spec)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncApi.cloneVApp(URI vAppUri, String newVAppName, String networkTierName)
           
 com.google.common.util.concurrent.ListenableFuture<VM> BrowsingAsyncApi.getVM(URI vm, GetVMOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncApi.powerOffVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> ServiceManagementAsyncApi.powerOffVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncApi.powerOnVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> ServiceManagementAsyncApi.powerOnVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncApi.removeVM(URI vm)
           
 

Uses of EndpointParam in org.jclouds.trmk.ecloud
 

Method parameters in org.jclouds.trmk.ecloud with annotations of type EndpointParam
 com.google.common.util.concurrent.ListenableFuture<PublicIpAddress> TerremarkECloudAsyncClient.activatePublicIpInVDC(URI vDCId)
           
 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<Void> TerremarkECloudAsyncClient.deleteKeyPair(URI keyId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> TerremarkECloudAsyncClient.findKeyPairInOrg(URI org, String keyName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Network> TerremarkECloudAsyncClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Network> TerremarkECloudAsyncClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Network> TerremarkECloudAsyncClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends ECloudOrg> TerremarkECloudAsyncClient.findOrgNamed(String orgName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> TerremarkECloudAsyncClient.generateKeyPairInOrg(URI org, String name, boolean makeDefault)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> TerremarkECloudAsyncClient.getAllInternetServicesInVDC(URI vDCId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends InternetService> TerremarkECloudAsyncClient.getInternetService(URI internetServiceId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> TerremarkECloudAsyncClient.getInternetServicesOnPublicIp(URI ipId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<IpAddress>> TerremarkECloudAsyncClient.getIpAddresses(URI network)
           
 com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> TerremarkECloudAsyncClient.getKeyPair(URI keyId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Network> TerremarkECloudAsyncClient.getNetwork(URI network)
           
 com.google.common.util.concurrent.ListenableFuture<? extends NetworkExtendedInfo> TerremarkECloudAsyncClient.getNetworkExtendedInfo(URI network)
           
 com.google.common.util.concurrent.ListenableFuture<? extends ECloudOrg> TerremarkECloudAsyncClient.getOrg(URI orgId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VAppExtendedInfo> TerremarkECloudAsyncClient.getVAppExtendedInfo(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> TerremarkECloudAsyncClient.listKeyPairs(URI keysList)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> TerremarkECloudAsyncClient.listKeyPairsInOrg(URI org)
           
 

Uses of EndpointParam in org.jclouds.trmk.ecloud.features
 

Method parameters in org.jclouds.trmk.ecloud.features with annotations of type EndpointParam
 com.google.common.util.concurrent.ListenableFuture<? extends Map<String,Integer>> TagOperationsAsyncClient.getTagNameToUsageCount(URI tagList)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Map<String,Integer>> TagOperationsAsyncClient.getTagNameToUsageCountInOrg(URI org)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<DataCenter>> DataCenterOperationsAsyncClient.listDataCenters(URI dataCenters)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> DataCenterOperationsAsyncClient.listDataCentersInOrg(URI org)
           
 

Uses of EndpointParam in org.jclouds.trmk.vcloud_0_8
 

Method parameters in org.jclouds.trmk.vcloud_0_8 with annotations of type EndpointParam
 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<Void> TerremarkVCloudAsyncClient.cancelTask(URI taskId)
           
 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<Void> TerremarkVCloudAsyncClient.deleteInternetService(URI internetServiceId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> TerremarkVCloudAsyncClient.deleteNode(URI nodeId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> TerremarkVCloudAsyncClient.deletePublicIp(URI ipId)
           
 com.google.common.util.concurrent.ListenableFuture<Task> TerremarkVCloudAsyncClient.deleteVApp(URI vAppId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> TerremarkVCloudAsyncClient.deployVApp(URI vAppId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> TerremarkVCloudAsyncClient.findCatalogInOrgNamed(String orgName, String catalogName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> TerremarkVCloudAsyncClient.findCatalogInOrgNamed(String orgName, String catalogName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> TerremarkVCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> TerremarkVCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> TerremarkVCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Network> TerremarkVCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Network> TerremarkVCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Network> TerremarkVCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Org> TerremarkVCloudAsyncClient.findOrgNamed(String orgName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends TasksList> TerremarkVCloudAsyncClient.findTasksListInOrgNamed(String orgName, String tasksListName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends TasksList> TerremarkVCloudAsyncClient.findTasksListInOrgNamed(String orgName, String tasksListName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> TerremarkVCloudAsyncClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> TerremarkVCloudAsyncClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> TerremarkVCloudAsyncClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> TerremarkVCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> TerremarkVCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> TerremarkVCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VDC> TerremarkVCloudAsyncClient.findVDCInOrgNamed(String orgName, String vdcName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VDC> TerremarkVCloudAsyncClient.findVDCInOrgNamed(String orgName, String vdcName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> TerremarkVCloudAsyncClient.getAllInternetServicesInVDC(URI vDCId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> TerremarkVCloudAsyncClient.getCatalog(URI catalogId)
          Terremark does not have multiple catalogs, so we ignore this parameter.
 com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> TerremarkVCloudAsyncClient.getCatalogItem(URI catalogItem)
           
 com.google.common.util.concurrent.ListenableFuture<? extends CustomizationParameters> TerremarkVCloudAsyncClient.getCustomizationOptions(URI customization)
           
 com.google.common.util.concurrent.ListenableFuture<? extends InternetService> TerremarkVCloudAsyncClient.getInternetService(URI internetServiceId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> TerremarkVCloudAsyncClient.getInternetServicesOnPublicIp(URI ipId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Network> TerremarkVCloudAsyncClient.getNetwork(URI network)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Node> TerremarkVCloudAsyncClient.getNode(URI nodeId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Node>> TerremarkVCloudAsyncClient.getNodes(URI internetServiceId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Org> TerremarkVCloudAsyncClient.getOrg(URI orgId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> TerremarkVCloudAsyncClient.getPublicIp(URI ipId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<PublicIpAddress>> TerremarkVCloudAsyncClient.getPublicIpsAssociatedWithVDC(URI vDCId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> TerremarkVCloudAsyncClient.getTask(URI taskId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends TasksList> TerremarkVCloudAsyncClient.getTasksList(URI tasksListId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> TerremarkVCloudAsyncClient.getVApp(URI vApp)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> TerremarkVCloudAsyncClient.getVAppTemplate(URI vAppTemplate)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VDC> TerremarkVCloudAsyncClient.getVDC(URI vdc)
           
 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 Task> TerremarkVCloudAsyncClient.powerOffVApp(URI vAppId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> TerremarkVCloudAsyncClient.powerOnVApp(URI vAppId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> TerremarkVCloudAsyncClient.resetVApp(URI vAppId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> TerremarkVCloudAsyncClient.shutdownVApp(URI vAppId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> TerremarkVCloudAsyncClient.suspendVApp(URI vAppId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> TerremarkVCloudAsyncClient.undeployVApp(URI vAppId)
           
 

Uses of EndpointParam in org.jclouds.trmk.vcloudexpress
 

Method parameters in org.jclouds.trmk.vcloudexpress with annotations of type EndpointParam
 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<Void> TerremarkVCloudExpressAsyncClient.deleteKeyPair(URI keyId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> TerremarkVCloudExpressAsyncClient.findKeyPairInOrg(URI org, String keyName)
           
 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.getKeyPair(URI keyId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> TerremarkVCloudExpressAsyncClient.listKeyPairs(URI keysList)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> TerremarkVCloudExpressAsyncClient.listKeyPairsInOrg(URI org)
           
 

Uses of EndpointParam in org.jclouds.vcloud.director.v1_5.features
 

Method parameters in org.jclouds.vcloud.director.v1_5.features with annotations of type EndpointParam
 com.google.common.util.concurrent.ListenableFuture<CatalogItem> CatalogAsyncApi.addCatalogItem(URI catalogUri, CatalogItem catalogItem)
          Creates a catalog item in a catalog.
 com.google.common.util.concurrent.ListenableFuture<Void> VmAsyncApi.answerQuestion(URI vmURI, VmQuestionAnswer answer)
           
 com.google.common.util.concurrent.ListenableFuture<Void> TaskAsyncApi.cancelTask(URI taskURI)
           
 com.google.common.util.concurrent.ListenableFuture<VAppTemplate> VdcAsyncApi.captureVApp(URI vdcURI, CaptureVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Media> VdcAsyncApi.cloneMedia(URI vdcURI, CloneMediaParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Media> MediaAsyncApi.cloneMedia(URI vdcRef, CloneMediaParams params)
           
 com.google.common.util.concurrent.ListenableFuture<VApp> VdcAsyncApi.cloneVApp(URI vdcURI, CloneVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<VAppTemplate> VdcAsyncApi.cloneVAppTemplate(URI vdcURI, CloneVAppTemplateParams params)
           
 com.google.common.util.concurrent.ListenableFuture<VApp> VdcAsyncApi.composeVApp(URI vdcURI, ComposeVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.consolidateVm(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.consolidateVm(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<Media> VdcAsyncApi.createMedia(URI vdcURI, Media media)
           
 com.google.common.util.concurrent.ListenableFuture<Media> MediaAsyncApi.createMedia(URI link, Media media)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CatalogAsyncApi.deleteCatalogItem(URI catalogItemUri)
          Deletes a catalog item.
 com.google.common.util.concurrent.ListenableFuture<Task> MediaAsyncApi.deleteMedia(URI uri)
           
 com.google.common.util.concurrent.ListenableFuture<Task> MetadataAsyncApi.Writeable.deleteMetadataEntry(URI metaDataUri, String key)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.deleteVApp(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.deleteVappTemplate(URI templateUri)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.deleteVm(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.deploy(URI vmURI, DeployVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.deploy(URI vAppURI, DeployVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Void> VAppTemplateAsyncApi.disableDownload(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.discardSuspendedState(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.discardSuspendedState(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.ejectMedia(URI vmURI, MediaInsertOrEjectParams mediaParams)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.enableDownload(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<Void> VAppAsyncApi.enterMaintenanceMode(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Void> VAppAsyncApi.exitMaintenanceMode(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> CatalogAsyncApi.getCatalog(URI catalogUri)
          Retrieves a catalog.
 com.google.common.util.concurrent.ListenableFuture<CatalogItem> CatalogAsyncApi.getCatalogItem(URI catalogItemUri)
          Retrieves a catalog item.
 com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> VAppAsyncApi.getControlAccess(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> OrgAsyncApi.getControlAccess(URI orgRef, String catalogId)
           
 com.google.common.util.concurrent.ListenableFuture<CustomizationSection> VAppTemplateAsyncApi.getCustomizationSection(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<GuestCustomizationSection> VmAsyncApi.getGuestCustomizationSection(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<GuestCustomizationSection> VAppTemplateAsyncApi.getGuestCustomizationSection(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> VAppTemplateAsyncApi.getLeaseSettingsSection(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> VAppAsyncApi.getLeaseSettingsSection(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Media> MediaAsyncApi.getMedia(URI uri)
           
 com.google.common.util.concurrent.ListenableFuture<Metadata> MetadataAsyncApi.Readable.getMetadata(URI metaDataUri)
           
 com.google.common.util.concurrent.ListenableFuture<MetadataValue> MetadataAsyncApi.Readable.getMetadataValue(URI metaDataUri, String key)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Network> NetworkAsyncApi.getNetwork(URI networkUri)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> VAppTemplateAsyncApi.getNetworkConfigSection(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> VAppAsyncApi.getNetworkConfigSection(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> VmAsyncApi.getNetworkConnectionSection(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> VAppTemplateAsyncApi.getNetworkConnectionSection(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkSection> VAppTemplateAsyncApi.getNetworkSection(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkSection> VAppAsyncApi.getNetworkSection(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<OperatingSystemSection> VmAsyncApi.getOperatingSystemSection(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Org> OrgAsyncApi.getOrg(URI orgUri)
           
 com.google.common.util.concurrent.ListenableFuture<Envelope> VAppTemplateAsyncApi.getOvf(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<Owner> VAppTemplateAsyncApi.getOwner(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<Owner> VAppAsyncApi.getOwner(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Owner> MediaAsyncApi.getOwner(URI uri)
           
 com.google.common.util.concurrent.ListenableFuture<VmPendingQuestion> VmAsyncApi.getPendingQuestion(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<ProductSectionList> VmAsyncApi.getProductSections(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<ProductSectionList> VAppTemplateAsyncApi.getProductSections(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<ProductSectionList> VAppAsyncApi.getProductSections(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<RuntimeInfoSection> VmAsyncApi.getRuntimeInfoSection(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<byte[]> VmAsyncApi.getScreenImage(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<ScreenTicket> VmAsyncApi.getScreenTicket(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<References> VAppTemplateAsyncApi.getShadowVms(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<StartupSection> VAppAsyncApi.getStartupSection(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> TaskAsyncApi.getTask(URI taskURI)
           
 com.google.common.util.concurrent.ListenableFuture<TasksList> TaskAsyncApi.getTaskList(URI orgURI)
           
 com.google.common.util.concurrent.ListenableFuture<VApp> VAppAsyncApi.getVApp(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<VAppTemplate> VAppTemplateAsyncApi.getVAppTemplate(URI reference)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> VAppTemplateAsyncApi.getVAppTemplateNetworkConnectionSection(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Vdc> VdcAsyncApi.getVdc(URI vdcURI)
           
 com.google.common.util.concurrent.ListenableFuture<VirtualHardwareSection> VmAsyncApi.getVirtualHardwareSection(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<RasdItem> VmAsyncApi.getVirtualHardwareSectionCpu(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<RasdItemsList> VmAsyncApi.getVirtualHardwareSectionDisks(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<RasdItemsList> VmAsyncApi.getVirtualHardwareSectionMedia(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<RasdItem> VmAsyncApi.getVirtualHardwareSectionMemory(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<RasdItemsList> VmAsyncApi.getVirtualHardwareSectionNetworkCards(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<RasdItemsList> VmAsyncApi.getVirtualHardwareSectionSerialPorts(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Vm> VmAsyncApi.getVm(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.insertMedia(URI vmURI, MediaInsertOrEjectParams mediaParams)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.installVMwareTools(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<VApp> VdcAsyncApi.instantiateVApp(URI vdcURI, InstantiateVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> MetadataAsyncApi.Writeable.mergeMetadata(URI metaDataUri, Metadata metadata)
           
 com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> VAppAsyncApi.modifyControlAccess(URI vAppURI, ControlAccessParams params)
           
 com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> OrgAsyncApi.modifyControlAccess(URI orgRef, String catalogId, ControlAccessParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.modifyCustomizationSection(URI templateURI, CustomizationSection sectionType)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyGuestCustomizationSection(URI vmURI, GuestCustomizationSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.modifyGuestCustomizationSection(URI templateURI, GuestCustomizationSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.modifyLeaseSettingsSection(URI templateURI, LeaseSettingsSection settingsSection)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.modifyLeaseSettingsSection(URI vAppURI, LeaseSettingsSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.modifyNetworkConfigSection(URI templateURI, NetworkConfigSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.modifyNetworkConfigSection(URI vAppURI, NetworkConfigSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyNetworkConnectionSection(URI vmURI, NetworkConnectionSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.modifyNetworkConnectionSection(URI templateURI, NetworkConnectionSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyOperatingSystemSection(URI vmURI, OperatingSystemSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Void> VAppAsyncApi.modifyOwner(URI vAppURI, Owner owner)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyProductSections(URI vmURI, ProductSectionList sectionList)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.modifyProductSections(URI templateURI, ProductSectionList sections)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.modifyProductSections(URI vAppURI, ProductSectionList sectionList)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.modifyStartupSection(URI vAppURI, StartupSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.modifyVApp(URI vAppURI, VApp vApp)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.modifyVAppTemplate(URI templateURI, VAppTemplate template)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyVirtualHardwareSection(URI vmURI, VirtualHardwareSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyVirtualHardwareSectionCpu(URI vmURI, RasdItem rasd)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyVirtualHardwareSectionDisks(URI vmURI, RasdItemsList rasdItemsList)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyVirtualHardwareSectionMemory(URI vmURI, RasdItem rasd)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyVirtualHardwareSectionNetworkCards(URI vmURI, RasdItemsList rasdItemsList)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyVirtualHardwareSectionSerialPorts(URI vmURI, RasdItemsList rasdItemsList)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyVm(URI vmURI, Vm vApp)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.powerOff(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.powerOff(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.powerOn(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.powerOn(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.reboot(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.reboot(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.recompose(URI vAppURI, RecomposeVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.relocateVm(URI vmURI, RelocateParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.relocateVm(URI templateURI, RelocateParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.reset(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.reset(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> MetadataAsyncApi.Writeable.setMetadata(URI metaDataUri, String key, MetadataValue metadataValue)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.shutdown(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.shutdown(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.suspend(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.suspend(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.undeploy(URI vmURI, UndeployVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.undeploy(URI vAppURI, UndeployVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<CatalogItem> CatalogAsyncApi.updateCatalogItem(URI catalogItemUri, CatalogItem catalogItem)
          Modifies a catalog item.
 com.google.common.util.concurrent.ListenableFuture<Task> MediaAsyncApi.updateMedia(URI uri, Media media)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.upgradeHardwareVersion(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Void> UploadAsyncApi.upload(URI location, Payload payload)
           
 com.google.common.util.concurrent.ListenableFuture<VAppTemplate> VdcAsyncApi.uploadVAppTemplate(URI vdcURI, UploadVAppTemplateParams params)
           
 

Uses of EndpointParam in org.jclouds.vcloud.director.v1_5.features.admin
 

Method parameters in org.jclouds.vcloud.director.v1_5.features.admin with annotations of type EndpointParam
 com.google.common.util.concurrent.ListenableFuture<AdminCatalog> AdminCatalogAsyncApi.createCatalog(URI orgRef, AdminCatalog catalog)
           
 com.google.common.util.concurrent.ListenableFuture<Group> GroupAsyncApi.createGroup(URI adminOrgUri, Group group)
           
 com.google.common.util.concurrent.ListenableFuture<User> UserAsyncApi.createUser(URI userRef, User user)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AdminCatalogAsyncApi.deleteCatalog(URI catalogRef)
           
 com.google.common.util.concurrent.ListenableFuture<Void> GroupAsyncApi.deleteGroup(URI groupRef)
           
 com.google.common.util.concurrent.ListenableFuture<Void> UserAsyncApi.deleteUser(URI userRef)
           
 com.google.common.util.concurrent.ListenableFuture<Task> AdminVdcAsyncApi.deleteVdc(URI vdcRef)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AdminVdcAsyncApi.disableVdc(URI vdcRef)
           
 com.google.common.util.concurrent.ListenableFuture<Task> AdminVdcAsyncApi.editVdc(URI vdcRef, AdminVdc vdc)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AdminVdcAsyncApi.enableVdc(URI vdcRef)
           
 void AdminVdcApi.enableVdc(URI vdcRef)
          Enables a Virtual Data Center.
 com.google.common.util.concurrent.ListenableFuture<AdminCatalog> AdminCatalogAsyncApi.getCatalog(URI catalogRef)
           
 com.google.common.util.concurrent.ListenableFuture<OrgEmailSettings> AdminOrgAsyncApi.getEmailSettings(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<OrgGeneralSettings> AdminOrgAsyncApi.getGeneralSettings(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<Group> GroupAsyncApi.getGroup(URI groupUri)
           
 com.google.common.util.concurrent.ListenableFuture<OrgLdapSettings> AdminOrgAsyncApi.getLdapSettings(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<ExternalNetwork> AdminNetworkAsyncApi.getNetwork(URI networkRef)
           
 com.google.common.util.concurrent.ListenableFuture<AdminOrg> AdminOrgAsyncApi.getOrg(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<Owner> AdminCatalogAsyncApi.getOwner(URI catalogRef)
           
 com.google.common.util.concurrent.ListenableFuture<OrgPasswordPolicySettings> AdminOrgAsyncApi.getPasswordPolicy(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<OrgSettings> AdminOrgAsyncApi.getSettings(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<User> UserAsyncApi.getUser(URI userRef)
           
 com.google.common.util.concurrent.ListenableFuture<OrgLeaseSettings> AdminOrgAsyncApi.getVAppLeaseSettings(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<OrgVAppTemplateLeaseSettings> AdminOrgAsyncApi.getVAppTemplateLeaseSettings(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<AdminVdc> AdminVdcAsyncApi.getVdc(URI vdcRef)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AdminCatalogAsyncApi.publishCatalog(URI catalogRef, PublishCatalogParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> AdminNetworkAsyncApi.resetNetwork(URI networkRef)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AdminCatalogAsyncApi.setOwner(URI catalogRef, Owner newOwner)
           
 com.google.common.util.concurrent.ListenableFuture<Void> UserAsyncApi.unlockUser(URI userRef)
           
 com.google.common.util.concurrent.ListenableFuture<AdminCatalog> AdminCatalogAsyncApi.updateCatalog(URI catalogRef, AdminCatalog catalog)
           
 com.google.common.util.concurrent.ListenableFuture<OrgEmailSettings> AdminOrgAsyncApi.updateEmailSettings(URI orgRef, OrgEmailSettings settings)
           
 com.google.common.util.concurrent.ListenableFuture<OrgGeneralSettings> AdminOrgAsyncApi.updateGeneralSettings(URI orgRef, OrgGeneralSettings settings)
           
 com.google.common.util.concurrent.ListenableFuture<Group> GroupAsyncApi.updateGroup(URI groupRef, Group group)
           
 com.google.common.util.concurrent.ListenableFuture<Task> AdminNetworkAsyncApi.updateNetwork(URI networkRef, OrgNetwork network)
           
 com.google.common.util.concurrent.ListenableFuture<OrgPasswordPolicySettings> AdminOrgAsyncApi.updatePasswordPolicy(URI orgRef, OrgPasswordPolicySettings settings)
           
 com.google.common.util.concurrent.ListenableFuture<OrgSettings> AdminOrgAsyncApi.updateSettings(URI orgRef, OrgSettings settings)
           
 com.google.common.util.concurrent.ListenableFuture<User> UserAsyncApi.updateUser(URI userRef, User user)
           
 com.google.common.util.concurrent.ListenableFuture<OrgLeaseSettings> AdminOrgAsyncApi.updateVAppLeaseSettings(URI orgRef, OrgLeaseSettings settings)
           
 com.google.common.util.concurrent.ListenableFuture<OrgVAppTemplateLeaseSettings> AdminOrgAsyncApi.updateVAppTemplateLeaseSettings(URI orgRef, OrgVAppTemplateLeaseSettings settings)
           
 

Uses of EndpointParam in org.jclouds.vcloud.director.v1_5.login
 

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

Uses of EndpointParam in org.jclouds.vcloud.features
 

Method parameters in org.jclouds.vcloud.features with annotations of type EndpointParam
 com.google.common.util.concurrent.ListenableFuture<CatalogItem> CatalogAsyncClient.addVAppTemplateOrMediaImageToCatalogAndNameItem(URI entity, URI catalog, String name, CatalogItemOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> TaskAsyncClient.cancelTask(URI taskId)
           
 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> 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<Void> CatalogAsyncClient.deleteCatalogItem(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncClient.deleteVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncClient.deleteVAppTemplate(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncClient.deployAndPowerOnVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncClient.deployAndPowerOnVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncClient.deployVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncClient.deployVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Catalog> CatalogAsyncClient.findCatalogInOrgNamed(String orgName, String catalogName)
           
 com.google.common.util.concurrent.ListenableFuture<Catalog> CatalogAsyncClient.findCatalogInOrgNamed(String orgName, String catalogName)
           
 com.google.common.util.concurrent.ListenableFuture<CatalogItem> CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<CatalogItem> CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<CatalogItem> CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<OrgNetwork> NetworkAsyncClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 com.google.common.util.concurrent.ListenableFuture<OrgNetwork> NetworkAsyncClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 com.google.common.util.concurrent.ListenableFuture<OrgNetwork> NetworkAsyncClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 com.google.common.util.concurrent.ListenableFuture<Org> OrgAsyncClient.findOrgNamed(String orgName)
           
 com.google.common.util.concurrent.ListenableFuture<TasksList> TaskAsyncClient.findTasksListInOrgNamed(String orgName)
           
 com.google.common.util.concurrent.ListenableFuture<VApp> VAppAsyncClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
           
 com.google.common.util.concurrent.ListenableFuture<VApp> VAppAsyncClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
           
 com.google.common.util.concurrent.ListenableFuture<VApp> VAppAsyncClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
           
 com.google.common.util.concurrent.ListenableFuture<VAppTemplate> VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<VAppTemplate> VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<VAppTemplate> VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<VDC> VDCAsyncClient.findVDCInOrgNamed(String orgName, String vdcName)
           
 com.google.common.util.concurrent.ListenableFuture<VDC> VDCAsyncClient.findVDCInOrgNamed(String orgName, String vdcName)
           
 com.google.common.util.concurrent.ListenableFuture<Catalog> CatalogAsyncClient.getCatalog(URI catalogId)
           
 com.google.common.util.concurrent.ListenableFuture<CatalogItem> CatalogAsyncClient.getCatalogItem(URI catalogItem)
           
 com.google.common.util.concurrent.ListenableFuture<OrgNetwork> NetworkAsyncClient.getNetwork(URI network)
           
 com.google.common.util.concurrent.ListenableFuture<Org> OrgAsyncClient.getOrg(URI orgId)
           
 com.google.common.util.concurrent.ListenableFuture<Envelope> VAppTemplateAsyncClient.getOvfEnvelopeForVAppTemplate(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<InputStream> VmAsyncClient.getScreenThumbnailForVm(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> TaskAsyncClient.getTask(URI taskId)
           
 com.google.common.util.concurrent.ListenableFuture<TasksList> TaskAsyncClient.getTasksList(URI tasksListId)
           
 com.google.common.util.concurrent.ListenableFuture<VApp> VAppAsyncClient.getVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<VAppTemplate> VAppTemplateAsyncClient.getVAppTemplate(URI vAppTemplate)
           
 com.google.common.util.concurrent.ListenableFuture<VDC> VDCAsyncClient.getVDC(URI vdc)
           
 com.google.common.util.concurrent.ListenableFuture<Vm> VmAsyncClient.getVm(URI href)
           
 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.powerOffVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncClient.powerOffVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncClient.powerOnVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncClient.powerOnVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Void> VAppAsyncClient.rebootVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Void> VmAsyncClient.rebootVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncClient.resetVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncClient.resetVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Void> VAppAsyncClient.shutdownVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Void> VmAsyncClient.shutdownVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncClient.suspendVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncClient.suspendVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncClient.undeployAndSaveStateOfVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncClient.undeployAndSaveStateOfVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncClient.undeployVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncClient.undeployVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncClient.updateCPUCountOfVm(int cpuCount, URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncClient.updateGuestCustomizationOfVm(GuestCustomizationSection guestCustomizationSection, URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncClient.updateMemoryMBOfVm(int memoryInMB, URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncClient.updateNetworkConnectionOfVm(NetworkConnectionSection networkConnectionSection, URI href)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.