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

Packages that use XMLResponseParser
org.jclouds.aws.ec2.services   
org.jclouds.aws.s3   
org.jclouds.azureblob   
org.jclouds.cloudwatch   
org.jclouds.deltacloud   
org.jclouds.ec2.services   
org.jclouds.s3 This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. 
org.jclouds.savvis.vpdc.features   
org.jclouds.slicehost   
org.jclouds.trmk.ecloud   
org.jclouds.trmk.ecloud.features   
org.jclouds.trmk.vcloud_0_8   
org.jclouds.trmk.vcloud_0_8.internal   
org.jclouds.trmk.vcloudexpress   
org.jclouds.vcloud   
org.jclouds.vcloud.features   
 

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

Methods in org.jclouds.aws.ec2.services with annotations of type XMLResponseParser
 com.google.common.util.concurrent.ListenableFuture<String> AWSSecurityGroupAsyncClient.createSecurityGroupInRegionAndReturnId(String region, String name, String description, CreateSecurityGroupOptions... options)
           
 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<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<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 XMLResponseParser in org.jclouds.aws.s3
 

Methods in org.jclouds.aws.s3 with annotations of type XMLResponseParser
 com.google.common.util.concurrent.ListenableFuture<String> AWSS3AsyncClient.getBucketLocation(String bucketName)
           
 

Uses of XMLResponseParser in org.jclouds.azureblob
 

Methods in org.jclouds.azureblob with annotations of type XMLResponseParser
 com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> AzureBlobAsyncClient.listBlobs(ListBlobsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> AzureBlobAsyncClient.listBlobs(String container, ListBlobsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends BoundedSet<ContainerProperties>> AzureBlobAsyncClient.listContainers(ListOptions... listOptions)
           
 

Uses of XMLResponseParser in org.jclouds.cloudwatch
 

Methods in org.jclouds.cloudwatch with annotations of type XMLResponseParser
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> CloudWatchAsyncClient.getMetricStatisticsInRegion(String region, String measureName, Date startTime, Date endTime, int period, String statistics)
           
 

Uses of XMLResponseParser in org.jclouds.deltacloud
 

Methods in org.jclouds.deltacloud with annotations of type XMLResponseParser
 com.google.common.util.concurrent.ListenableFuture<Instance> DeltacloudAsyncClient.createInstance(String imageId, CreateInstanceOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<DeltacloudCollection>> DeltacloudAsyncClient.getCollections()
           
 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<com.google.common.collect.Multimap<Instance.State,Transition>> DeltacloudAsyncClient.getInstanceStates()
           
 com.google.common.util.concurrent.ListenableFuture<Realm> DeltacloudAsyncClient.getRealm(URI realmHref)
           
 com.google.common.util.concurrent.ListenableFuture<Set<HardwareProfile>> DeltacloudAsyncClient.listHardwareProfiles()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Image>> DeltacloudAsyncClient.listImages()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Instance>> DeltacloudAsyncClient.listInstances()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Realm>> DeltacloudAsyncClient.listRealms()
           
 

Uses of XMLResponseParser in org.jclouds.ec2.services
 

Methods in org.jclouds.ec2.services with annotations of type XMLResponseParser
 com.google.common.util.concurrent.ListenableFuture<String> ElasticIPAddressAsyncClient.allocateAddressInRegion(String region)
           
 com.google.common.util.concurrent.ListenableFuture<Attachment> ElasticBlockStoreAsyncClient.attachVolumeInRegion(String region, String volumeId, String instanceId, String device)
           
 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<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<? 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 Map<String,URI>> AvailabilityZoneAndRegionAsyncClient.describeRegions(DescribeRegionsOptions... options)
           
 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<? 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<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<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<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<? extends Reservation<? extends RunningInstance>> InstanceAsyncClient.runInstancesInRegion(String region, String nullableAvailabilityZone, String imageId, int minCount, int maxCount, RunInstancesOptions... options)
           
 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 XMLResponseParser in org.jclouds.s3
 

Methods in org.jclouds.s3 with annotations of type XMLResponseParser
 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<AccessControlList> S3AsyncClient.getBucketACL(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<String> S3AsyncClient.getBucketLocation(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<AccessControlList> S3AsyncClient.getObjectACL(String bucketName, String key)
           
 com.google.common.util.concurrent.ListenableFuture<ListBucketResponse> S3AsyncClient.listBucket(String bucketName, ListBucketOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<BucketMetadata>> S3AsyncClient.listOwnedBuckets()
           
 

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

Methods in org.jclouds.savvis.vpdc.features with annotations of type XMLResponseParser
 com.google.common.util.concurrent.ListenableFuture<Task> FirewallAsyncClient.addFirewallRule(String billingSiteId, String vpdcId, FirewallRule firewallRule)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Task>> VMAsyncClient.addMultipleVMsIntoVDC(String billingSiteId, String vpdcId, Iterable<VMSpec> vmSpecs)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Task>> VMAsyncClient.addMultipleVMsIntoVDC(URI vpdc, Iterable<VMSpec> vmSpecs)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.addVMIntoVDC(String billingSiteId, String vpdcId, VMSpec spec)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.addVMIntoVDC(URI vpdc, VMSpec spec)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.captureVApp(String billingSiteId, String vpdcId, URI vAppUri)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.cloneVApp(URI vAppUri, String newVAppName, String networkTierName)
           
 com.google.common.util.concurrent.ListenableFuture<Task> FirewallAsyncClient.deleteFirewallRule(String billingSiteId, String vpdcId, FirewallRule firewallRule)
           
 com.google.common.util.concurrent.ListenableFuture<Network> BrowsingAsyncClient.getNetworkInVDC(String billingSiteId, String vpdcId, String networkTierName)
           
 com.google.common.util.concurrent.ListenableFuture<Org> BrowsingAsyncClient.getOrg(String billingSiteId)
           
 com.google.common.util.concurrent.ListenableFuture<Task> BrowsingAsyncClient.getTask(String taskId)
           
 com.google.common.util.concurrent.ListenableFuture<VDC> BrowsingAsyncClient.getVDCInOrg(String billingSiteId, String vpdcId)
           
 com.google.common.util.concurrent.ListenableFuture<VM> BrowsingAsyncClient.getVM(URI vm, GetVMOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<VM> BrowsingAsyncClient.getVMInVDC(String billingSiteId, String vpdcId, String vAppId, GetVMOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<FirewallService> BrowsingAsyncClient.listFirewallRules(String billingSiteId, String vpdcId)
           
 com.google.common.util.concurrent.ListenableFuture<Task> ServiceManagementAsyncClient.powerOffVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.powerOffVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> ServiceManagementAsyncClient.powerOffVMInVDC(String billingSiteId, String vpdcId, String vAppId)
           
 com.google.common.util.concurrent.ListenableFuture<Task> ServiceManagementAsyncClient.powerOnVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.powerOnVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> ServiceManagementAsyncClient.powerOnVMInVDC(String billingSiteId, String vpdcId, String vAppId)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.removeVM(URI vm)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VMAsyncClient.removeVMFromVDC(String billingSiteId, String vpdcId, String vAppId)
           
 

Uses of XMLResponseParser in org.jclouds.slicehost
 

Methods in org.jclouds.slicehost with annotations of type XMLResponseParser
 com.google.common.util.concurrent.ListenableFuture<Slice> SlicehostAsyncClient.createSlice(String name, int imageId, int flavorId)
           
 com.google.common.util.concurrent.ListenableFuture<Backup> SlicehostAsyncClient.getBackup(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Flavor> SlicehostAsyncClient.getFlavor(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Image> SlicehostAsyncClient.getImage(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Slice> SlicehostAsyncClient.getSlice(int id)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Backup>> SlicehostAsyncClient.listBackups()
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> SlicehostAsyncClient.listFlavors()
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> SlicehostAsyncClient.listImages()
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Slice>> SlicehostAsyncClient.listSlices()
           
 

Uses of XMLResponseParser in org.jclouds.trmk.ecloud
 

Methods in org.jclouds.trmk.ecloud with annotations of type XMLResponseParser
 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<? 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 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 XMLResponseParser in org.jclouds.trmk.ecloud.features
 

Methods in org.jclouds.trmk.ecloud.features with annotations of type XMLResponseParser
 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 XMLResponseParser in org.jclouds.trmk.vcloud_0_8
 

Methods in org.jclouds.trmk.vcloud_0_8 with annotations of type XMLResponseParser
 com.google.common.util.concurrent.ListenableFuture<? extends InternetService> TerremarkVCloudAsyncClient.addInternetServiceToExistingIp(URI publicIpId, String serviceName, Protocol protocol, int port, AddInternetServiceOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Node> TerremarkVCloudAsyncClient.addNode(URI internetServiceId, String ipAddress, String name, int port, AddNodeOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> TerremarkVCloudAsyncClient.cloneVAppInVDC(URI vdc, URI toClone, String newName, CloneVAppOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Node> TerremarkVCloudAsyncClient.configureNode(URI nodeId, String name, boolean enabled, String description)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> TerremarkVCloudAsyncClient.deployVApp(URI vAppId)
           
 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 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 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 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<? extends Task> TerremarkVCloudAsyncClient.suspendVApp(URI vAppId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> TerremarkVCloudAsyncClient.undeployVApp(URI vAppId)
           
 

Uses of XMLResponseParser in org.jclouds.trmk.vcloud_0_8.internal
 

Methods in org.jclouds.trmk.vcloud_0_8.internal with annotations of type XMLResponseParser
 com.google.common.util.concurrent.ListenableFuture<SortedMap<String,URI>> TerremarkVCloudVersionsAsyncClient.getSupportedVersions()
          Retrieve information for supported versions
 

Uses of XMLResponseParser in org.jclouds.trmk.vcloudexpress
 

Methods in org.jclouds.trmk.vcloudexpress with annotations of type XMLResponseParser
 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.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 XMLResponseParser in org.jclouds.vcloud
 

Methods in org.jclouds.vcloud with annotations of type XMLResponseParser
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> VCloudAsyncClient.captureVAppInVDC(URI vdc, URI toCapture, String templateName, CaptureVAppOptions... options)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VCloudAsyncClient.cloneVAppInVDC(URI vdc, URI toClone, String newName, CloneVAppOptions... options)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VCloudAsyncClient.deleteVApp(URI id)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VCloudAsyncClient.deployAndPowerOnVAppOrVm(URI vAppOrVmId)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VCloudAsyncClient.deployVAppOrVm(URI vAppOrVmId)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> VCloudAsyncClient.findCatalogInOrgNamed(String orgName, String catalogName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> VCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends OrgNetwork> VCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Org> VCloudAsyncClient.findOrgNamed(String orgName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends TasksList> VCloudAsyncClient.findTasksListInOrgNamed(String orgName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VCloudAsyncClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> VCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends VDC> VCloudAsyncClient.findVDCInOrgNamed(String orgName, String vdcName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> VCloudAsyncClient.getCatalog(URI catalogId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> VCloudAsyncClient.getCatalogItem(URI catalogItem)
           
 com.google.common.util.concurrent.ListenableFuture<? extends OrgNetwork> VCloudAsyncClient.getNetwork(URI network)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Org> VCloudAsyncClient.getOrg(URI orgId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Envelope> VCloudAsyncClient.getOvfEnvelopeForVAppTemplate(URI vAppTemplate)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<SortedMap<String,URI>> VCloudVersionsAsyncClient.getSupportedVersions()
          Retrieve information for supported versions
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VCloudAsyncClient.getTask(URI taskId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends TasksList> VCloudAsyncClient.getTasksList(URI tasksListId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VCloudAsyncClient.getVApp(URI vApp)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> VCloudAsyncClient.getVAppTemplate(URI vAppTemplate)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends VDC> VCloudAsyncClient.getVDC(URI vdc)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Vm> VCloudAsyncClient.getVm(URI vm)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VCloudAsyncClient.instantiateVAppTemplateInVDC(URI vdc, URI template, String appName, InstantiateVAppTemplateOptions... options)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<Map<String,ReferenceType>> VCloudAsyncClient.listOrgs()
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VCloudAsyncClient.powerOffVAppOrVm(URI vAppOrVmId)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VCloudAsyncClient.powerOnVAppOrVm(URI vAppOrVmId)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VCloudAsyncClient.resetVAppOrVm(URI vAppOrVmId)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VCloudAsyncClient.suspendVAppOrVm(URI vAppOrVmId)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VCloudAsyncClient.undeployAndSaveStateOfVAppOrVm(URI vAppOrVmId)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VCloudAsyncClient.undeployVAppOrVm(URI vAppOrVmId)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VCloudAsyncClient.updateGuestCustomizationOfVm(URI vm, GuestCustomizationSection guestCustomizationSection)
          Deprecated. 
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VCloudAsyncClient.updateNetworkConnectionOfVm(URI vm, NetworkConnectionSection networkConnectionSection)
          Deprecated. 
 

Uses of XMLResponseParser in org.jclouds.vcloud.features
 

Methods in org.jclouds.vcloud.features with annotations of type XMLResponseParser
 com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> CatalogAsyncClient.addVAppTemplateOrMediaImageToCatalogAndNameItem(URI entity, URI catalog, String name, CatalogItemOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> VAppTemplateAsyncClient.captureVAppAsTemplateInVDC(URI toCapture, String templateName, URI vdc, CaptureVAppOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppTemplateAsyncClient.copyVAppTemplateToVDCAndName(URI sourceVAppTemplate, URI vdc, String newName, CloneVAppTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppAsyncClient.copyVAppToVDCAndName(URI sourceVApp, URI vdc, String newName, CloneVAppOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VAppTemplateAsyncClient.createVAppInVDCByInstantiatingTemplate(String appName, URI vdc, URI template, InstantiateVAppTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppAsyncClient.deleteVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppTemplateAsyncClient.deleteVAppTemplate(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppAsyncClient.deployAndPowerOnVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VmAsyncClient.deployAndPowerOnVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppAsyncClient.deployVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VmAsyncClient.deployVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> CatalogAsyncClient.findCatalogInOrgNamed(String orgName, String catalogName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends OrgNetwork> NetworkAsyncClient.findNetworkInOrgVDCNamed(String orgName, String catalogName, String networkName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Org> OrgAsyncClient.findOrgNamed(String orgName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends TasksList> TaskAsyncClient.findTasksListInOrgNamed(String orgName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VAppAsyncClient.findVAppInOrgVDCNamed(String orgName, String catalogName, String vAppName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName, String catalogName, String itemName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VDC> VDCAsyncClient.findVDCInOrgNamed(String orgName, String vdcName)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> CatalogAsyncClient.getCatalog(URI catalogId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> CatalogAsyncClient.getCatalogItem(URI catalogItem)
           
 com.google.common.util.concurrent.ListenableFuture<? extends OrgNetwork> NetworkAsyncClient.getNetwork(URI network)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Org> OrgAsyncClient.getOrg(URI orgId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Envelope> VAppTemplateAsyncClient.getOvfEnvelopeForVAppTemplate(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> TaskAsyncClient.getTask(URI taskId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends TasksList> TaskAsyncClient.getTasksList(URI tasksListId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VApp> VAppAsyncClient.getVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> VAppTemplateAsyncClient.getVAppTemplate(URI vAppTemplate)
           
 com.google.common.util.concurrent.ListenableFuture<? extends VDC> VDCAsyncClient.getVDC(URI vdc)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Vm> VmAsyncClient.getVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<Map<String,ReferenceType>> OrgAsyncClient.listOrgs()
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppTemplateAsyncClient.moveVAppTemplateToVDCAndRename(URI toClone, URI vdc, String newName, CloneVAppTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppAsyncClient.moveVAppToVDCAndRename(URI sourceVApp, URI vdc, String newName, CloneVAppOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppAsyncClient.powerOffVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VmAsyncClient.powerOffVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppAsyncClient.powerOnVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VmAsyncClient.powerOnVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppAsyncClient.resetVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VmAsyncClient.resetVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppAsyncClient.suspendVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VmAsyncClient.suspendVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppAsyncClient.undeployAndSaveStateOfVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VmAsyncClient.undeployAndSaveStateOfVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VAppAsyncClient.undeployVApp(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VmAsyncClient.undeployVm(URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VmAsyncClient.updateCPUCountOfVm(int cpuCount, URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VmAsyncClient.updateGuestCustomizationOfVm(GuestCustomizationSection guestCustomizationSection, URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VmAsyncClient.updateMemoryMBOfVm(int memoryInMB, URI href)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Task> VmAsyncClient.updateNetworkConnectionOfVm(NetworkConnectionSection networkConnectionSection, URI href)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.