Package | Description |
---|---|
org.jclouds.aws.ec2.services | |
org.jclouds.aws.s3 | |
org.jclouds.cloudwatch | |
org.jclouds.ec2 | |
org.jclouds.ec2.services | |
org.jclouds.openstack.cinder.v1 | |
org.jclouds.openstack.nova.ec2.services | |
org.jclouds.openstack.nova.v2_0 | |
org.jclouds.rackspace.cloudloadbalancers.v1 | |
org.jclouds.rest | |
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.sqs |
This package contains an Amazon SQS api implemented by
HttpCommandExecutorService commands. |
org.jclouds.sqs.features | |
org.jclouds.trmk.ecloud | |
org.jclouds.trmk.ecloud.features | |
org.jclouds.trmk.vcloud_0_8 | |
org.jclouds.trmk.vcloudexpress | |
org.jclouds.vcloud.features |
Modifier and Type | Method and Description |
---|---|
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> |
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<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<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) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
AWSS3AsyncClient.abortMultipartUpload(String bucketName,
String key,
String uploadId)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.completeMultipartUpload(String bucketName,
String key,
String uploadId,
Map<Integer,String> parts)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<DeleteResult> |
AWSS3AsyncClient.deleteObjects(String bucketName,
Iterable<String> keys)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.initiateMultipartUpload(String bucketName,
ObjectMetadata objectMetadata,
PutObjectOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.uploadPart(String bucketName,
String key,
int partNumber,
String uploadId,
Payload part)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AlarmAsyncApi |
CloudWatchAsyncApi.getAlarmApiForRegion(String region)
Deprecated.
Provides asynchronous access to Metric features.
|
AlarmApi |
CloudWatchApi.getAlarmApiForRegion(String region)
Provides synchronous access to Alarm features.
|
MetricAsyncApi |
CloudWatchAsyncApi.getMetricApiForRegion(String region)
Deprecated.
Provides asynchronous access to Metric features.
|
MetricApi |
CloudWatchApi.getMetricApiForRegion(String region)
Provides synchronous access to Metric features.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<? extends SubnetAsyncApi> |
EC2AsyncApi.getSubnetApiForRegion(String region) |
com.google.common.base.Optional<? extends SubnetApi> |
EC2Api.getSubnetApiForRegion(String region) |
com.google.common.base.Optional<? extends TagAsyncApi> |
EC2AsyncApi.getTagApiForRegion(String region) |
com.google.common.base.Optional<? extends TagApi> |
EC2Api.getTagApiForRegion(String region) |
com.google.common.base.Optional<? extends WindowsAsyncApi> |
EC2AsyncApi.getWindowsApiForRegion(String region) |
com.google.common.base.Optional<? extends WindowsApi> |
EC2Api.getWindowsApiForRegion(String region) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
ExtensionAsyncApi |
CinderAsyncApi.getExtensionApiForZone(String zone)
Deprecated.
Provides asynchronous access to Extension features.
|
ExtensionApi |
CinderApi.getExtensionApiForZone(String zone)
Provides synchronous access to Extension features.
|
SnapshotAsyncApi |
CinderAsyncApi.getSnapshotApiForZone(String zone)
Deprecated.
Provides asynchronous access to Snapshot features.
|
SnapshotApi |
CinderApi.getSnapshotApiForZone(String zone)
Provides synchronous access to Snapshot features.
|
VolumeAsyncApi |
CinderAsyncApi.getVolumeApiForZone(String zone)
Deprecated.
Provides asynchronous access to Volume features.
|
VolumeApi |
CinderApi.getVolumeApiForZone(String zone)
Provides synchronous access to Volume features.
|
VolumeTypeAsyncApi |
CinderAsyncApi.getVolumeTypeApiForZone(String zone)
Deprecated.
Provides asynchronous access to VolumeType features.
|
VolumeTypeApi |
CinderApi.getVolumeTypeApiForZone(String zone)
Provides synchronous access to VolumeType features.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
NovaEC2KeyPairAsyncClient.importKeyPairInRegion(String region,
String keyName,
String publicKeyMaterial) |
Modifier and Type | Method and Description |
---|---|
ExtensionAsyncApi |
NovaAsyncApi.getExtensionApiForZone(String zone)
Deprecated.
Provides asynchronous access to Extension features.
|
ExtensionApi |
NovaApi.getExtensionApiForZone(String zone)
Provides synchronous access to Extension features.
|
FlavorAsyncApi |
NovaAsyncApi.getFlavorApiForZone(String zone)
Deprecated.
Provides asynchronous access to Flavor features.
|
FlavorApi |
NovaApi.getFlavorApiForZone(String zone)
Provides synchronous access to Flavor features.
|
com.google.common.base.Optional<? extends FlavorExtraSpecsAsyncApi> |
NovaAsyncApi.getFlavorExtraSpecsExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Flavor extra specs features.
|
com.google.common.base.Optional<? extends FlavorExtraSpecsApi> |
NovaApi.getFlavorExtraSpecsExtensionForZone(String zone)
Provides synchronous access to Flavor extra specs features.
|
com.google.common.base.Optional<? extends FloatingIPAsyncApi> |
NovaAsyncApi.getFloatingIPExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Floating IP features.
|
com.google.common.base.Optional<? extends FloatingIPApi> |
NovaApi.getFloatingIPExtensionForZone(String zone)
Provides synchronous access to Floating IP features.
|
com.google.common.base.Optional<? extends HostAdministrationAsyncApi> |
NovaAsyncApi.getHostAdministrationExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Host Administration features.
|
com.google.common.base.Optional<? extends HostAdministrationApi> |
NovaApi.getHostAdministrationExtensionForZone(String zone)
Provides synchronous access to Host Administration features.
|
com.google.common.base.Optional<? extends HostAggregateAsyncApi> |
NovaAsyncApi.getHostAggregateExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to HostAggregate features.
|
com.google.common.base.Optional<? extends HostAggregateApi> |
NovaApi.getHostAggregateExtensionForZone(String zone)
Provides synchronous access to Aggregate features.
|
ImageAsyncApi |
NovaAsyncApi.getImageApiForZone(String zone)
Deprecated.
Provides asynchronous access to Image features.
|
ImageApi |
NovaApi.getImageApiForZone(String zone)
Provides synchronous access to Image features.
|
com.google.common.base.Optional<? extends KeyPairAsyncApi> |
NovaAsyncApi.getKeyPairExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Key Pair features.
|
com.google.common.base.Optional<? extends KeyPairApi> |
NovaApi.getKeyPairExtensionForZone(String zone)
Provides synchronous access to Key Pair features.
|
com.google.common.base.Optional<? extends QuotaClassAsyncApi> |
NovaAsyncApi.getQuotaClassExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Quota Classes features.
|
com.google.common.base.Optional<? extends QuotaClassApi> |
NovaApi.getQuotaClassExtensionForZone(String zone)
Provides synchronous access to Quota Classes features.
|
com.google.common.base.Optional<? extends QuotaAsyncApi> |
NovaAsyncApi.getQuotaExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Quota features.
|
com.google.common.base.Optional<? extends QuotaApi> |
NovaApi.getQuotaExtensionForZone(String zone)
Provides synchronous access to Quota features.
|
com.google.common.base.Optional<? extends SecurityGroupAsyncApi> |
NovaAsyncApi.getSecurityGroupExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Security Group features.
|
com.google.common.base.Optional<? extends SecurityGroupApi> |
NovaApi.getSecurityGroupExtensionForZone(String zone)
Provides synchronous access to Security Group features.
|
com.google.common.base.Optional<? extends ServerAdminAsyncApi> |
NovaAsyncApi.getServerAdminExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Server Admin Actions features.
|
com.google.common.base.Optional<? extends ServerAdminApi> |
NovaApi.getServerAdminExtensionForZone(String zone)
Provides synchronous access to Server Admin Actions features.
|
ServerAsyncApi |
NovaAsyncApi.getServerApiForZone(String zone)
Deprecated.
Provides asynchronous access to Server features.
|
ServerApi |
NovaApi.getServerApiForZone(String zone)
Provides synchronous access to Server features.
|
com.google.common.base.Optional<? extends ServerWithSecurityGroupsAsyncApi> |
NovaAsyncApi.getServerWithSecurityGroupsExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Server Extra Data features.
|
com.google.common.base.Optional<? extends ServerWithSecurityGroupsApi> |
NovaApi.getServerWithSecurityGroupsExtensionForZone(String zone)
Provides synchronous access to Server Extra Data features.
|
com.google.common.base.Optional<? extends SimpleTenantUsageAsyncApi> |
NovaAsyncApi.getSimpleTenantUsageExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Simple Tenant Usage features.
|
com.google.common.base.Optional<? extends SimpleTenantUsageApi> |
NovaApi.getSimpleTenantUsageExtensionForZone(String zone)
Provides synchronous access to Simple Tenant Usage features.
|
com.google.common.base.Optional<? extends VirtualInterfaceAsyncApi> |
NovaAsyncApi.getVirtualInterfaceExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Virtual Interface features.
|
com.google.common.base.Optional<? extends VirtualInterfaceApi> |
NovaApi.getVirtualInterfaceExtensionForZone(String zone)
Provides synchronous access to Virtual Interface features.
|
com.google.common.base.Optional<? extends VolumeAttachmentAsyncApi> |
NovaAsyncApi.getVolumeAttachmentExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Volume features.
|
com.google.common.base.Optional<? extends VolumeAttachmentApi> |
NovaApi.getVolumeAttachmentExtensionForZone(String zone)
Provides synchronous access to Volume Attachment features.
|
com.google.common.base.Optional<? extends VolumeAsyncApi> |
NovaAsyncApi.getVolumeExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Volume features.
|
com.google.common.base.Optional<? extends VolumeApi> |
NovaApi.getVolumeExtensionForZone(String zone)
Provides synchronous access to Volume features.
|
com.google.common.base.Optional<? extends VolumeTypeAsyncApi> |
NovaAsyncApi.getVolumeTypeExtensionForZone(String zone)
Deprecated.
Provides asynchronous access to Volume Type features.
|
com.google.common.base.Optional<? extends VolumeTypeApi> |
NovaApi.getVolumeTypeExtensionForZone(String zone)
Provides synchronous access to Volume Type features.
|
Modifier and Type | Method and Description |
---|---|
AccessRuleApi |
CloudLoadBalancersApi.getAccessRuleApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Access Rule features.
|
ConnectionApi |
CloudLoadBalancersApi.getConnectionApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Connection features.
|
ContentCachingApi |
CloudLoadBalancersApi.getContentCachingApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Content Caching features.
|
ErrorPageApi |
CloudLoadBalancersApi.getErrorPageApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Error Page features.
|
HealthMonitorApi |
CloudLoadBalancersApi.getHealthMonitorApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Health Monitor features.
|
LoadBalancerApi |
CloudLoadBalancersApi.getLoadBalancerApiForZone(String zone)
Provides access to Load Balancer features.
|
NodeApi |
CloudLoadBalancersApi.getNodeApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Node features.
|
ReportApi |
CloudLoadBalancersApi.getReportApiForZone(String zone)
Provides access to Report features.
|
SessionPersistenceApi |
CloudLoadBalancersApi.getSessionPersistenceApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Session Persistence features.
|
SSLTerminationApi |
CloudLoadBalancersApi.getSSLTerminationApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to SSL Termination features.
|
VirtualIPApi |
CloudLoadBalancersApi.getVirtualIPApiForZoneAndLoadBalancer(String zone,
int lbId)
Provides access to Virtual IP features.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpClient.delete(URI location) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HttpAsyncClient.delete(URI location)
Deprecated.
|
boolean |
HttpClient.exists(URI location) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HttpAsyncClient.exists(URI location)
Deprecated.
|
InputStream |
HttpClient.get(URI location) |
com.google.common.util.concurrent.ListenableFuture<InputStream> |
HttpAsyncClient.get(URI location)
Deprecated.
|
String |
HttpClient.post(URI location,
Payload payload) |
com.google.common.util.concurrent.ListenableFuture<String> |
HttpAsyncClient.post(URI location,
Payload payload)
Deprecated.
|
String |
HttpClient.put(URI location,
Payload payload) |
com.google.common.util.concurrent.ListenableFuture<String> |
HttpAsyncClient.put(URI location,
Payload payload)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.bucketExists(String bucketName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
S3AsyncClient.copyObject(String sourceBucket,
String sourceObject,
String destinationBucket,
String destinationObject,
CopyObjectOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.deleteBucketIfEmpty(String bucketName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.deleteObject(String bucketName,
String key)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.disableBucketLogging(String bucketName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.enableBucketLogging(String bucketName,
BucketLogging logging)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<AccessControlList> |
S3AsyncClient.getBucketACL(String bucketName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<BucketLogging> |
S3AsyncClient.getBucketLogging(String bucketName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Payer> |
S3AsyncClient.getBucketPayer(String bucketName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<S3Object> |
S3AsyncClient.getObject(String bucketName,
String key,
GetOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<AccessControlList> |
S3AsyncClient.getObjectACL(String bucketName,
String key)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
S3AsyncClient.headObject(String bucketName,
String key)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ListBucketResponse> |
S3AsyncClient.listBucket(String bucketName,
ListBucketOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.objectExists(String bucketName,
String key)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putBucketACL(String bucketName,
AccessControlList acl)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
S3AsyncClient.putObject(String bucketName,
S3Object object,
PutObjectOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putObjectACL(String bucketName,
String key,
AccessControlList acl)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.setBucketPayer(String bucketName,
Payer payer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MessageAsyncApi |
SQSAsyncApi.getMessageApiForQueue(URI queue)
Deprecated.
Provides asynchronous access to Message features.
|
MessageApi |
SQSApi.getMessageApiForQueue(URI queue)
Provides synchronous access to Message features.
|
PermissionAsyncApi |
SQSAsyncApi.getPermissionApiForQueue(URI queue)
Deprecated.
Provides asynchronous access to Permission features.
|
PermissionApi |
SQSApi.getPermissionApiForQueue(URI queue)
Provides synchronous access to Permission features.
|
QueueAsyncApi |
SQSAsyncApi.getQueueApiForRegion(String region)
Deprecated.
|
QueueApi |
SQSApi.getQueueApiForRegion(String region) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
QueueAsyncApi.delete(URI queue) |
com.google.common.util.concurrent.ListenableFuture<String> |
QueueAsyncApi.getAttribute(URI queue,
String attributeName) |
com.google.common.util.concurrent.ListenableFuture<? extends QueueAttributes> |
QueueAsyncApi.getAttributes(URI queue) |
com.google.common.util.concurrent.ListenableFuture<Map<String,String>> |
QueueAsyncApi.getAttributes(URI queue,
Iterable<String> attributeNames) |
com.google.common.util.concurrent.ListenableFuture<Void> |
QueueAsyncApi.setAttribute(URI queue,
String name,
String value) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PublicIpAddress> |
TerremarkECloudAsyncClient.activatePublicIpInVDC(URI vDCId)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkECloudAsyncClient.addInternetServiceToExistingIp(URI existingIpId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
TerremarkECloudAsyncClient.deleteKeyPair(URI keyId)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkECloudAsyncClient.findKeyPairInOrg(URI org,
String keyName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends ECloudOrg> |
TerremarkECloudAsyncClient.findOrgNamed(String orgName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkECloudAsyncClient.generateKeyPairInOrg(URI org,
String name,
boolean makeDefault)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkECloudAsyncClient.getAllInternetServicesInVDC(URI vDCId)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkECloudAsyncClient.getInternetService(URI internetServiceId)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkECloudAsyncClient.getInternetServicesOnPublicIp(URI ipId)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<IpAddress>> |
TerremarkECloudAsyncClient.getIpAddresses(URI network)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkECloudAsyncClient.getKeyPair(URI keyId)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkECloudAsyncClient.getNetwork(URI network)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends NetworkExtendedInfo> |
TerremarkECloudAsyncClient.getNetworkExtendedInfo(URI network)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends ECloudOrg> |
TerremarkECloudAsyncClient.getOrg(URI orgId)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends VAppExtendedInfo> |
TerremarkECloudAsyncClient.getVAppExtendedInfo(URI href)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkECloudAsyncClient.listKeyPairs(URI keysList)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkECloudAsyncClient.listKeyPairsInOrg(URI org)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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 Org> |
TerremarkVCloudAsyncClient.findOrgNamed(String orgName) |
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) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudExpressAsyncClient.addInternetServiceToVDC(URI vDCId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
TerremarkVCloudExpressAsyncClient.deleteKeyPair(URI keyId)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkVCloudExpressAsyncClient.findKeyPairInOrg(URI org,
String keyName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkVCloudExpressAsyncClient.generateKeyPairInOrg(URI org,
String name,
boolean makeDefault)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkVCloudExpressAsyncClient.getKeyPair(URI keyId)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkVCloudExpressAsyncClient.listKeyPairs(URI keysList)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<KeyPair>> |
TerremarkVCloudExpressAsyncClient.listKeyPairsInOrg(URI org)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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<Org> |
OrgAsyncClient.findOrgNamed(String orgName) |
com.google.common.util.concurrent.ListenableFuture<TasksList> |
TaskAsyncClient.findTasksListInOrgNamed(String orgName) |
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-2013 jclouds. All Rights Reserved.