Package | Description |
---|---|
org.jclouds.atmos | |
org.jclouds.aws.s3 | |
org.jclouds.azureblob | |
org.jclouds.cloudfiles |
This package contains an Rackspace Cloud Files client implemented by
HttpCommandExecutorService commands. |
org.jclouds.cloudservers | |
org.jclouds.cloudstack.features | |
org.jclouds.gogrid.services | |
org.jclouds.hpcloud.objectstorage.lvs |
This package contains an HP Cloud Object StorageLasVegas client implemented by
HttpCommandExecutorService commands. |
org.jclouds.openstack.nova | |
org.jclouds.openstack.swift | |
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.softlayer.features | |
org.jclouds.walrus |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<UserMetadata> |
AtmosAsyncClient.getUserMetadata(String path) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.getBucketLocation(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.initiateMultipartUpload(String bucketName,
ObjectMetadata objectMetadata,
PutObjectOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AzureBlobAsyncClient.containerExists(String container) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AzureBlobAsyncClient.createContainer(String container,
CreateContainerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AzureBlobAsyncClient.createRootContainer(CreateContainerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AzureBlobAsyncClient.deleteContainer(String container) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AzureBlobAsyncClient.deleteRootContainer() |
com.google.common.util.concurrent.ListenableFuture<ContainerProperties> |
AzureBlobAsyncClient.getContainerProperties(String container) |
com.google.common.util.concurrent.ListenableFuture<PublicAccess> |
AzureBlobAsyncClient.getPublicAccessForContainer(String container) |
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) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AzureBlobAsyncClient.setBlobMetadata(String container,
String name,
Map<String,String> metadata) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AzureBlobAsyncClient.setResourceMetadata(String container,
Map<String,String> metadata) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerCDNMetadata>> |
CloudFilesAsyncClient.listCDNContainers(ListCdnContainerOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.confirmResizeServer(int id) |
com.google.common.util.concurrent.ListenableFuture<Image> |
CloudServersAsyncClient.createImageFromServer(String imageName,
int serverId) |
com.google.common.util.concurrent.ListenableFuture<Server> |
CloudServersAsyncClient.createServer(String name,
int imageId,
int flavorId,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> |
CloudServersAsyncClient.createSharedIpGroup(String name,
CreateSharedIpGroupOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Addresses> |
CloudServersAsyncClient.getAddresses(int serverId) |
com.google.common.util.concurrent.ListenableFuture<BackupSchedule> |
CloudServersAsyncClient.getBackupSchedule(int serverId) |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
CloudServersAsyncClient.getFlavor(int id) |
com.google.common.util.concurrent.ListenableFuture<Image> |
CloudServersAsyncClient.getImage(int id) |
com.google.common.util.concurrent.ListenableFuture<Limits> |
CloudServersAsyncClient.getLimits() |
com.google.common.util.concurrent.ListenableFuture<Server> |
CloudServersAsyncClient.getServer(int id) |
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> |
CloudServersAsyncClient.getSharedIpGroup(int id) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
CloudServersAsyncClient.listFlavors(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> |
CloudServersAsyncClient.listImages(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
CloudServersAsyncClient.listPrivateAddresses(int serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
CloudServersAsyncClient.listPublicAddresses(int serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> |
CloudServersAsyncClient.listServers(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SharedIpGroup>> |
CloudServersAsyncClient.listSharedIpGroups(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.rebootServer(int id,
RebootType rebootType) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.rebuildServer(int id,
RebuildServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.resizeServer(int id,
int flavorId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.revertResizeServer(int id) |
Modifier and Type | Interface and Description |
---|---|
interface |
AccountAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
AddressAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
AsyncJobAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
ConfigurationAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
DomainAccountAsyncClient
Provides asynchronous access to CloudStack Account features available to Domain
Admin users.
|
interface |
DomainDomainAsyncClient
Provides asynchronous access to CloudStack Domain features available to Domain
Admin users.
|
interface |
DomainLimitAsyncClient
Provides asynchronous access to CloudStack Limit features available to Domain
Admin users.
|
interface |
DomainUserAsyncClient
Provides asynchronous access to CloudStack User features available to Domain
Admin users.
|
interface |
EventAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
FirewallAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
GlobalAccountAsyncClient
Provides asynchronous access to CloudStack Account features available to Global
Admin users.
|
interface |
GlobalAlertAsyncClient
Provides asynchronous access to CloudStack Account features available to Global
Admin users.
|
interface |
GlobalCapacityAsyncClient
Provides asynchronous access to CloudStack Account features available to Global
Admin users.
|
interface |
GlobalConfigurationAsyncClient
Provides asynchronous access to CloudStack Configuration features available to Global
Admin users.
|
interface |
GlobalDomainAsyncClient
Provides asynchronous access to CloudStack Domain features available to Global
Admin users.
|
interface |
GlobalHostAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
GlobalOfferingAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
GlobalPodAsyncClient
Provides asynchronous access to CloudStack Pod features available to Global
Admin users.
|
interface |
GlobalStoragePoolAsyncClient
Provides asynchronous access to CloudStack storage pool features.
|
interface |
GlobalUsageAsyncClient
Provides asynchronous access to CloudStack usage features.
|
interface |
GlobalUserAsyncClient
Provides asynchronous access to CloudStack User features available to Global
Admin users.
|
interface |
GlobalVlanAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
GlobalZoneAsyncClient
Provides asynchronous access to CloudStack Account features available to Global
Admin users.
|
interface |
GuestOSAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
HypervisorAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
ISOAsyncClient
|
interface |
LimitAsyncClient
Provides asynchronous access to CloudStack SSHKeyPair features.
|
interface |
LoadBalancerAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
NATAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
NetworkAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
OfferingAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
SecurityGroupAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
SessionAsyncClient
Provides asynchronous access to Cloudstack Sessions
|
interface |
SnapshotAsyncClient
Provides synchronous access to CloudStack Snapshot features.
|
interface |
SSHKeyPairAsyncClient
Provides asynchronous access to CloudStack SSHKeyPair features.
|
interface |
TemplateAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
VirtualMachineAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
VMGroupAsyncClient
Provides asynchronous access to CloudStack VM group features.
|
interface |
VolumeAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
interface |
ZoneAsyncClient
Provides asynchronous access to cloudstack via their REST API.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Cluster> |
GlobalHostAsyncClient.addCluster(long zoneId,
String clusterName,
Host.ClusterType clusterType,
String hypervisor,
AddClusterOptions... options)
Adds a new cluster.
|
com.google.common.util.concurrent.ListenableFuture<Host> |
GlobalHostAsyncClient.addHost(long zoneId,
String url,
String hypervisor,
String username,
String password,
AddHostOptions... options)
Adds a new host.
|
com.google.common.util.concurrent.ListenableFuture<Host> |
GlobalHostAsyncClient.addSecondaryStorage(String url,
AddSecondaryStorageOptions... options)
Adds secondary storage.
|
com.google.common.util.concurrent.ListenableFuture<Long> |
LoadBalancerAsyncClient.assignVirtualMachinesToLoadBalancerRule(long id,
Iterable<Long> virtualMachineIds) |
com.google.common.util.concurrent.ListenableFuture<Long> |
LoadBalancerAsyncClient.assignVirtualMachinesToLoadBalancerRule(long id,
long... virtualMachineIds) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
AddressAsyncClient.associateIPAddressInZone(long zoneId,
AssociateIPAddressOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
ISOAsyncClient.attachISO(long isoId,
long vmId)
Attaches an ISO to a virtual machine.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
VolumeAsyncClient.attachVolume(long volumeId,
long virtualMachineId) |
com.google.common.util.concurrent.ListenableFuture<Long> |
SecurityGroupAsyncClient.authorizeIngressICMPToCIDRs(long securityGroupId,
int ICMPCode,
int ICMPType,
Iterable<String> cidrList,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
SecurityGroupAsyncClient.authorizeIngressICMPToSecurityGroups(long securityGroupId,
int ICMPCode,
int ICMPType,
com.google.common.collect.Multimap<String,String> accountToGroup,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
SecurityGroupAsyncClient.authorizeIngressPortsToCIDRs(long securityGroupId,
String protocol,
int startPort,
int endPort,
Iterable<String> cidrList,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
SecurityGroupAsyncClient.authorizeIngressPortsToSecurityGroups(long securityGroupId,
String protocol,
int startPort,
int endPort,
com.google.common.collect.Multimap<String,String> accountToGroup,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
GlobalHostAsyncClient.cancelHostMaintenance(long hostId)
Cancels host maintenance.
|
com.google.common.util.concurrent.ListenableFuture<Long> |
VirtualMachineAsyncClient.changeServiceForVirtualMachine(long id) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
ISOAsyncClient.copyISO(long isoId,
long sourceZoneId,
long destZoneId)
Copies a template from one zone to another.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
TemplateAsyncClient.copyTemplateToZone(long id,
long sourceZoneId,
long destZoneId) |
com.google.common.util.concurrent.ListenableFuture<Account> |
GlobalAccountAsyncClient.createAccount(String userName,
Account.Type accountType,
String email,
String firstName,
String lastName,
String hashedPassword,
CreateAccountOptions... options) |
com.google.common.util.concurrent.ListenableFuture<DiskOffering> |
GlobalOfferingAsyncClient.createDiskOffering(String name,
String displayText,
CreateDiskOfferingOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
GlobalDomainAsyncClient.createDomain(String name,
CreateDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
FirewallAsyncClient.createFirewallRuleForIpAndProtocol(long ipAddressId,
FirewallRule.Protocol protocol,
CreateFirewallRuleOptions... options) |
com.google.common.util.concurrent.ListenableFuture<VMGroup> |
VMGroupAsyncClient.createInstanceGroup(String name,
CreateVMGroupOptions... options)
Creates a VM group
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
NATAsyncClient.createIPForwardingRule(long IPAddressId,
String protocol,
int startPort,
CreateIPForwardingRuleOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
LoadBalancerAsyncClient.createLoadBalancerRuleForPublicIP(long publicIPId,
LoadBalancerRule.Algorithm algorithm,
String name,
int privatePort,
int publicPort,
CreateLoadBalancerRuleOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Network> |
NetworkAsyncClient.createNetworkInZone(long zoneId,
long networkOfferingId,
String name,
String displayText,
CreateNetworkOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.createPod(String name,
long zoneId,
String startIp,
String gateway,
String netmask,
CreatePodOptions... createPodOptions)
Creates a new Pod.
|
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.createPod(String name,
long zoneId,
String startIp,
String endIp,
String gateway,
String netmask,
CreatePodOptions... createPodOptions)
Creates a new Pod.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
FirewallAsyncClient.createPortForwardingRuleForVirtualMachine(long ipAddressId,
PortForwardingRule.Protocol protocol,
int publicPort,
long virtualMachineId,
int privatePort) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
SecurityGroupAsyncClient.createSecurityGroup(String name) |
com.google.common.util.concurrent.ListenableFuture<ServiceOffering> |
GlobalOfferingAsyncClient.createServiceOffering(String name,
String displayText,
int cpuNumber,
int cpuSpeedInMHz,
int memoryInMB,
CreateServiceOfferingOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
SnapshotAsyncClient.createSnapshot(long volumeId,
CreateSnapshotOptions... options)
Creates an instant snapshot of a volume.
|
com.google.common.util.concurrent.ListenableFuture<SnapshotPolicy> |
SnapshotAsyncClient.createSnapshotPolicy(SnapshotPolicySchedule schedule,
long numberToRetain,
String timezone,
long volumeId)
Creates a snapshot policy for the account.
|
com.google.common.util.concurrent.ListenableFuture<SshKeyPair> |
SSHKeyPairAsyncClient.createSSHKeyPair(String name) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
TemplateAsyncClient.createTemplate(TemplateMetadata templateMetadata,
CreateTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<User> |
GlobalUserAsyncClient.createUser(String userName,
String accountName,
String email,
String hashedPassword,
String firstName,
String lastName,
CreateUserOptions... options) |
com.google.common.util.concurrent.ListenableFuture<VlanIPRange> |
GlobalVlanAsyncClient.createVlanIPRange(String startIP,
String endIP,
CreateVlanIPRangeOptions... options)
Creates a VLAN IP range.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
VolumeAsyncClient.createVolumeFromDiskOfferingInZone(String name,
long diskOfferingId,
long zoneId) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
VolumeAsyncClient.createVolumeFromSnapshotInZone(String name,
long snapshotId,
long zoneId) |
com.google.common.util.concurrent.ListenableFuture<Zone> |
GlobalZoneAsyncClient.createZone(String name,
NetworkType networkType,
String externalDns1,
String internalDns1,
CreateZoneOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalAccountAsyncClient.deleteAccount(long id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalHostAsyncClient.deleteCluster(long clusterId)
Deletes a cluster.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalOfferingAsyncClient.deleteDiskOffering(long id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalDomainAsyncClient.deleteDomainAndAttachedResources(long id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
FirewallAsyncClient.deleteFirewallRule(long id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalHostAsyncClient.deleteHost(long hostId,
DeleteHostOptions... options)
Deletes a host.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
VMGroupAsyncClient.deleteInstanceGroup(long id)
Delete a VM group
|
com.google.common.util.concurrent.ListenableFuture<Long> |
NATAsyncClient.deleteIPForwardingRule(long id) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
ISOAsyncClient.deleteISO(long id,
DeleteISOOptions... options)
Deletes an ISO file.
|
com.google.common.util.concurrent.ListenableFuture<Long> |
LoadBalancerAsyncClient.deleteLoadBalancerRule(long id) |
com.google.common.util.concurrent.ListenableFuture<Long> |
NetworkAsyncClient.deleteNetwork(long id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalDomainAsyncClient.deleteOnlyDomain(long id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalPodAsyncClient.deletePod(long id)
Deletes a Pod.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
FirewallAsyncClient.deletePortForwardingRule(long id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.deleteSecurityGroup(long id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalOfferingAsyncClient.deleteServiceOffering(long id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SnapshotAsyncClient.deleteSnapshot(long id)
Deletes a snapshot of a disk volume.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SnapshotAsyncClient.deleteSnapshotPolicies(Iterable<Long> id)
Deletes snapshot policies for the account.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SnapshotAsyncClient.deleteSnapshotPolicy(long id)
Deletes a snapshot policy for the account.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SSHKeyPairAsyncClient.deleteSSHKeyPair(String name) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
TemplateAsyncClient.deleteTemplate(long id,
DeleteTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalUserAsyncClient.deleteUser(long id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalVlanAsyncClient.deleteVlanIPRange(long rangeId)
Deletes a VLAN IP range.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
VolumeAsyncClient.deleteVolume(long id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalZoneAsyncClient.deleteZone(long id) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
VirtualMachineAsyncClient.deployVirtualMachineInZone(long zoneId,
long serviceOfferingId,
long templateId,
DeployVirtualMachineOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
VirtualMachineAsyncClient.destroyVirtualMachine(long id) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
ISOAsyncClient.detachISO(long vmId)
Detaches any ISO file (if any) currently attached to a virtual machine.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
VolumeAsyncClient.detachVolume(long volumeId) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
DomainAccountAsyncClient.disableAccount(String accountName,
long domainId,
boolean onlyLock) |
com.google.common.util.concurrent.ListenableFuture<Long> |
NATAsyncClient.disableStaticNATOnPublicIP(long IPAddressId) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
DomainUserAsyncClient.disableUser(long userId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AddressAsyncClient.disassociateIPAddress(long id) |
com.google.common.util.concurrent.ListenableFuture<Account> |
DomainAccountAsyncClient.enableAccount(String accountName,
long domainId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
NATAsyncClient.enableStaticNATForVirtualMachine(long virtualMachineId,
long IPAddressId) |
com.google.common.util.concurrent.ListenableFuture<User> |
DomainUserAsyncClient.enableUser(long userId) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
ISOAsyncClient.extractISO(long id,
ExtractMode mode,
long zoneId,
ExtractISOOptions... options)
Extracts an ISO
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
TemplateAsyncClient.extractTemplate(long id,
ExtractMode mode,
long zoneId,
ExtractTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<JobResult> |
GlobalUsageAsyncClient.generateUsageRecords(Date start,
Date end,
GenerateUsageRecordsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Account> |
AccountAsyncClient.getAccount(long id) |
<T> com.google.common.util.concurrent.ListenableFuture<AsyncJob<T>> |
AsyncJobAsyncClient.getAsyncJob(long id) |
com.google.common.util.concurrent.ListenableFuture<DiskOffering> |
OfferingAsyncClient.getDiskOffering(long id) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainDomainAsyncClient.getDomainById(long domainId) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualMachineAsyncClient.getEncryptedPasswordForVirtualMachine(long id) |
com.google.common.util.concurrent.ListenableFuture<FirewallRule> |
FirewallAsyncClient.getFirewallRule(long id) |
com.google.common.util.concurrent.ListenableFuture<VMGroup> |
VMGroupAsyncClient.getInstanceGroup(long id) |
com.google.common.util.concurrent.ListenableFuture<IPForwardingRule> |
NATAsyncClient.getIPForwardingRule(long id) |
com.google.common.util.concurrent.ListenableFuture<Set<IPForwardingRule>> |
NATAsyncClient.getIPForwardingRulesForIPAddress(long id) |
com.google.common.util.concurrent.ListenableFuture<Set<IPForwardingRule>> |
NATAsyncClient.getIPForwardingRulesForVirtualMachine(long id) |
com.google.common.util.concurrent.ListenableFuture<ISO> |
ISOAsyncClient.getISO(long id)
Gets information about an ISO by its ID.
|
com.google.common.util.concurrent.ListenableFuture<LoadBalancerRule> |
LoadBalancerAsyncClient.getLoadBalancerRule(long id) |
com.google.common.util.concurrent.ListenableFuture<Network> |
NetworkAsyncClient.getNetwork(long id) |
com.google.common.util.concurrent.ListenableFuture<NetworkOffering> |
OfferingAsyncClient.getNetworkOffering(long id) |
com.google.common.util.concurrent.ListenableFuture<Map.Entry<Long,String>> |
GuestOSAsyncClient.getOSCategory(long id) |
com.google.common.util.concurrent.ListenableFuture<OSType> |
GuestOSAsyncClient.getOSType(long id) |
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.getPod(long id) |
com.google.common.util.concurrent.ListenableFuture<PortForwardingRule> |
FirewallAsyncClient.getPortForwardingRule(long id) |
com.google.common.util.concurrent.ListenableFuture<PublicIPAddress> |
AddressAsyncClient.getPublicIPAddress(long id) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
SecurityGroupAsyncClient.getSecurityGroup(long id) |
com.google.common.util.concurrent.ListenableFuture<ServiceOffering> |
OfferingAsyncClient.getServiceOffering(long id) |
com.google.common.util.concurrent.ListenableFuture<Snapshot> |
SnapshotAsyncClient.getSnapshot(long id)
Gets a snapshot by its ID.
|
com.google.common.util.concurrent.ListenableFuture<SshKeyPair> |
SSHKeyPairAsyncClient.getSSHKeyPair(String name) |
com.google.common.util.concurrent.ListenableFuture<Template> |
TemplateAsyncClient.getTemplateInZone(long templateId,
long zoneId) |
com.google.common.util.concurrent.ListenableFuture<VirtualMachine> |
VirtualMachineAsyncClient.getVirtualMachine(long id) |
com.google.common.util.concurrent.ListenableFuture<VlanIPRange> |
GlobalVlanAsyncClient.getVlanIPRange(long id)
Get the details of an IP range by its id.
|
com.google.common.util.concurrent.ListenableFuture<Volume> |
VolumeAsyncClient.getVolume(long id) |
com.google.common.util.concurrent.ListenableFuture<Zone> |
ZoneAsyncClient.getZone(long id) |
com.google.common.util.concurrent.ListenableFuture<Set<Account>> |
AccountAsyncClient.listAccounts(ListAccountsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Alert>> |
GlobalAlertAsyncClient.listAlerts(ListAlertsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<AsyncJob<?>>> |
AsyncJobAsyncClient.listAsyncJobs(ListAsyncJobsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Capabilities> |
ConfigurationAsyncClient.listCapabilities() |
com.google.common.util.concurrent.ListenableFuture<Set<Capacity>> |
GlobalCapacityAsyncClient.listCapacity(ListCapacityOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Cluster>> |
GlobalHostAsyncClient.listClusters(ListClustersOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<ConfigurationEntry>> |
GlobalConfigurationAsyncClient.listConfigurationEntries(ListConfigurationEntriesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<DiskOffering>> |
OfferingAsyncClient.listDiskOfferings(ListDiskOfferingsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Domain>> |
DomainDomainAsyncClient.listDomainChildren(ListDomainChildrenOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Domain>> |
DomainDomainAsyncClient.listDomains(ListDomainsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Event>> |
EventAsyncClient.listEvents(ListEventsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
EventAsyncClient.listEventTypes() |
com.google.common.util.concurrent.ListenableFuture<Set<FirewallRule>> |
FirewallAsyncClient.listFirewallRules(ListFirewallRulesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Host>> |
GlobalHostAsyncClient.listHosts(ListHostsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
HypervisorAsyncClient.listHypervisors() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
HypervisorAsyncClient.listHypervisorsInZone(long zoneId) |
com.google.common.util.concurrent.ListenableFuture<Set<VMGroup>> |
VMGroupAsyncClient.listInstanceGroups(ListVMGroupsOptions... options)
Lists VM groups
|
com.google.common.util.concurrent.ListenableFuture<Set<IPForwardingRule>> |
NATAsyncClient.listIPForwardingRules(ListIPForwardingRulesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ISOPermissions> |
ISOAsyncClient.listISOPermissions(long id,
AccountInDomainOptions... options)
List template visibility and all accounts that have permissions to view this template.
|
com.google.common.util.concurrent.ListenableFuture<Set<ISO>> |
ISOAsyncClient.listISOs(ListISOsOptions... options)
Lists all available ISO files.
|
com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancerRule>> |
LoadBalancerAsyncClient.listLoadBalancerRules(ListLoadBalancerRulesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<NetworkOffering>> |
OfferingAsyncClient.listNetworkOfferings(ListNetworkOfferingsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Network>> |
NetworkAsyncClient.listNetworks(ListNetworksOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Map<Long,String>> |
GuestOSAsyncClient.listOSCategories() |
com.google.common.util.concurrent.ListenableFuture<Set<OSType>> |
GuestOSAsyncClient.listOSTypes(ListOSTypesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Pod>> |
GlobalPodAsyncClient.listPods(ListPodsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<PortForwardingRule>> |
FirewallAsyncClient.listPortForwardingRules(ListPortForwardingRulesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<PublicIPAddress>> |
AddressAsyncClient.listPublicIPAddresses(ListPublicIPAddressesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<ResourceLimit>> |
LimitAsyncClient.listResourceLimits(ListResourceLimitsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<SecurityGroup>> |
SecurityGroupAsyncClient.listSecurityGroups(ListSecurityGroupsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<ServiceOffering>> |
OfferingAsyncClient.listServiceOfferings(ListServiceOfferingsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<SnapshotPolicy>> |
SnapshotAsyncClient.listSnapshotPolicies(long volumeId,
ListSnapshotPoliciesOptions... options)
Lists snapshot policies.
|
com.google.common.util.concurrent.ListenableFuture<Set<Snapshot>> |
SnapshotAsyncClient.listSnapshots(ListSnapshotsOptions... options)
Lists all available snapshots for the account, matching the query described by the options.
|
com.google.common.util.concurrent.ListenableFuture<Set<SshKeyPair>> |
SSHKeyPairAsyncClient.listSSHKeyPairs(ListSSHKeyPairsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<StoragePool>> |
GlobalStoragePoolAsyncClient.listStoragePools(ListStoragePoolsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<TemplatePermission>> |
TemplateAsyncClient.listTemplatePermissions(long id,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Template>> |
TemplateAsyncClient.listTemplates() |
com.google.common.util.concurrent.ListenableFuture<Set<Template>> |
TemplateAsyncClient.listTemplates(ListTemplatesOptions options) |
com.google.common.util.concurrent.ListenableFuture<Set<UsageRecord>> |
GlobalUsageAsyncClient.listUsageRecords(Date start,
Date end,
ListUsageRecordsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<User>> |
DomainUserAsyncClient.listUsers(ListUsersOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<VirtualMachine>> |
VirtualMachineAsyncClient.listVirtualMachines(ListVirtualMachinesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<VirtualMachine>> |
LoadBalancerAsyncClient.listVirtualMachinesAssignedToLoadBalancerRule(long id) |
com.google.common.util.concurrent.ListenableFuture<Set<VlanIPRange>> |
GlobalVlanAsyncClient.listVlanIPRanges(ListVlanIPRangesOptions... options)
Lists all VLAN IP ranges.
|
com.google.common.util.concurrent.ListenableFuture<Set<Volume>> |
VolumeAsyncClient.listVolumes(ListVolumesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Zone>> |
ZoneAsyncClient.listZones(ListZonesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<LoginResponse> |
SessionAsyncClient.loginUserInDomainWithHashOfPassword(String userName,
String domain,
String hashedPassword) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SessionAsyncClient.logoutUser(String sessionKey) |
com.google.common.util.concurrent.ListenableFuture<Long> |
GlobalHostAsyncClient.prepareHostForMaintenance(long hostId)
Prepares a host for maintenance.
|
com.google.common.util.concurrent.ListenableFuture<Long> |
VirtualMachineAsyncClient.rebootVirtualMachine(long id) |
com.google.common.util.concurrent.ListenableFuture<Long> |
GlobalHostAsyncClient.reconnectHost(long hostId)
Reconnects a host.
|
com.google.common.util.concurrent.ListenableFuture<ISO> |
ISOAsyncClient.registerISO(String name,
String displayText,
String url,
long zoneId,
RegisterISOOptions... options)
Registers an existing ISO into the Cloud.com Cloud.
|
com.google.common.util.concurrent.ListenableFuture<SshKeyPair> |
SSHKeyPairAsyncClient.registerSSHKeyPair(String name,
String publicKey) |
com.google.common.util.concurrent.ListenableFuture<Set<Template>> |
TemplateAsyncClient.registerTemplate(TemplateMetadata templateMetadata,
String format,
String hypervisor,
String url,
long zoneId,
RegisterTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ApiKeyPair> |
GlobalUserAsyncClient.registerUserKeys(long userId) |
com.google.common.util.concurrent.ListenableFuture<Long> |
LoadBalancerAsyncClient.removeVirtualMachinesFromLoadBalancerRule(long id,
Iterable<Long> virtualMachineIds) |
com.google.common.util.concurrent.ListenableFuture<Long> |
LoadBalancerAsyncClient.removeVirtualMachinesFromLoadBalancerRule(long id,
long... virtualMachineIds) |
com.google.common.util.concurrent.ListenableFuture<Long> |
VirtualMachineAsyncClient.resetPasswordForVirtualMachine(long id) |
com.google.common.util.concurrent.ListenableFuture<Long> |
SecurityGroupAsyncClient.revokeIngressRule(long id,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
VirtualMachineAsyncClient.startVirtualMachine(long id) |
com.google.common.util.concurrent.ListenableFuture<Long> |
VirtualMachineAsyncClient.stopVirtualMachine(long id) |
com.google.common.util.concurrent.ListenableFuture<Account> |
GlobalAccountAsyncClient.updateAccount(String accountName,
long domainId,
String newName,
UpdateAccountOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Cluster> |
GlobalHostAsyncClient.updateCluster(long clusterId,
UpdateClusterOptions... options)
Updates an existing cluster.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalHostAsyncClient.updateClusterPassword(long clusterId,
String username,
String password)
Update password of a cluster on management server.
|
com.google.common.util.concurrent.ListenableFuture<ConfigurationEntry> |
GlobalConfigurationAsyncClient.updateConfigurationEntry(String name,
String value) |
com.google.common.util.concurrent.ListenableFuture<DiskOffering> |
GlobalOfferingAsyncClient.updateDiskOffering(long id,
UpdateDiskOfferingOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
GlobalDomainAsyncClient.updateDomain(long domainId,
UpdateDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Host> |
GlobalHostAsyncClient.updateHost(long hostId,
UpdateHostOptions... options)
Updates a host.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalHostAsyncClient.updateHostPassword(long hostId,
String username,
String password)
Update password of a host on management server.
|
com.google.common.util.concurrent.ListenableFuture<VMGroup> |
VMGroupAsyncClient.updateInstanceGroup(long id,
UpdateVMGroupOptions... options)
Modify a VM group
|
com.google.common.util.concurrent.ListenableFuture<ISO> |
ISOAsyncClient.updateISO(long id,
UpdateISOOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ISOAsyncClient.updateISOPermissions(long id,
UpdateISOPermissionsOptions... options)
Updates iso permissions
|
com.google.common.util.concurrent.ListenableFuture<LoadBalancerRule> |
LoadBalancerAsyncClient.updateLoadBalancerRule(long id,
UpdateLoadBalancerRuleOptions... options) |
com.google.common.util.concurrent.ListenableFuture<NetworkOffering> |
GlobalOfferingAsyncClient.updateNetworkOffering(long id,
UpdateNetworkOfferingOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.updatePod(long id,
UpdatePodOptions... updatePodOptions)
Updates a Pod.
|
com.google.common.util.concurrent.ListenableFuture<ResourceLimit> |
DomainLimitAsyncClient.updateResourceLimit(ResourceLimit limit) |
com.google.common.util.concurrent.ListenableFuture<ServiceOffering> |
GlobalOfferingAsyncClient.updateServiceOffering(long id,
UpdateServiceOfferingOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Template> |
TemplateAsyncClient.updateTemplate(long id,
UpdateTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TemplateAsyncClient.updateTemplatePermissions(long id,
UpdateTemplatePermissionsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<User> |
GlobalUserAsyncClient.updateUser(long id,
UpdateUserOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
VirtualMachineAsyncClient.updateVirtualMachine(long id) |
com.google.common.util.concurrent.ListenableFuture<Zone> |
GlobalZoneAsyncClient.updateZone(long id,
UpdateZoneOptions... options) |
Modifier and Type | Interface and Description |
---|---|
interface |
GridImageAsyncClient |
interface |
GridIpAsyncClient |
interface |
GridJobAsyncClient |
interface |
GridLoadBalancerAsyncClient |
interface |
GridServerAsyncClient
Provides asynchronous access to GoGrid via their REST API.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
GridIpAsyncClient.getAssignedIpList() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridServerAsyncClient.getDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridLoadBalancerAsyncClient.getDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridIpAsyncClient.getDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridImageAsyncClient.getDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridServerAsyncClient.getRamSizes() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
GridServerAsyncClient.getTypes() |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
GridIpAsyncClient.getUnassignedIpList() |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
GridIpAsyncClient.getUnassignedPublicIpList() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerCDNMetadata>> |
HPCloudObjectStorageLasVegasAsyncClient.listCDNContainers(ListCDNContainerOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.confirmResizeServer(int id) |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.createImageFromServer(String imageName,
int serverId) |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Addresses> |
NovaAsyncClient.getAddresses(int serverId) |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(int id) |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(String uuid) |
com.google.common.util.concurrent.ListenableFuture<FloatingIP> |
NovaAsyncClient.getFloatingIP(int id) |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.getImage(int id) |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.getImage(String uuid) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
NovaAsyncClient.getSecurityGroup(int id) |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.getServer(int id) |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.getServer(String uuid) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
NovaAsyncClient.listFlavors(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<FloatingIP>> |
NovaAsyncClient.listFloatingIPs() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> |
NovaAsyncClient.listImages(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
NovaAsyncClient.listPrivateAddresses(int serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
NovaAsyncClient.listPublicAddresses(int serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
NovaAsyncClient.listSecurityGroups() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> |
NovaAsyncClient.listServers(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.rebootServer(int id,
RebootType rebootType) |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.rebuildServer(int id,
RebuildServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.resizeServer(int id,
int flavorId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.revertResizeServer(int id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerMetadata>> |
CommonSwiftAsyncClient.listContainers(ListContainerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<PageSet<ObjectInfo>> |
CommonSwiftAsyncClient.listObjects(String container,
ListContainerOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.bucketExists(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.disableBucketLogging(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.enableBucketLogging(String bucketName,
BucketLogging logging) |
com.google.common.util.concurrent.ListenableFuture<AccessControlList> |
S3AsyncClient.getBucketACL(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<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<Boolean> |
S3AsyncClient.putBucketACL(String bucketName,
AccessControlList acl) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncClient.putObjectACL(String bucketName,
String key,
AccessControlList acl) |
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.setBucketPayer(String bucketName,
Payer payer) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Datacenter> |
DatacenterAsyncClient.getDatacenter(long id) |
com.google.common.util.concurrent.ListenableFuture<ProductPackage> |
ProductPackageAsyncClient.getProductPackage(long id) |
com.google.common.util.concurrent.ListenableFuture<VirtualGuest> |
VirtualGuestAsyncClient.getVirtualGuest(long id) |
com.google.common.util.concurrent.ListenableFuture<Set<Datacenter>> |
DatacenterAsyncClient.listDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<VirtualGuest>> |
VirtualGuestAsyncClient.listVirtualGuests() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
WalrusAsyncClient.bucketExists(String bucketName) |
Copyright © 2009-2012 jclouds. All Rights Reserved.