Package | Description |
---|---|
org.jclouds.atmos | |
org.jclouds.aws.s3 | |
org.jclouds.azure.management.features | |
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.fujitsu.fgcp.services | |
org.jclouds.gogrid.services | |
org.jclouds.hpcloud.objectstorage |
This package contains an HP Cloud Object Storage client implemented by
HttpCommandExecutorService commands. |
org.jclouds.hpcloud.objectstorage.extensions | |
org.jclouds.openstack.nova | |
org.jclouds.openstack.swift | |
org.jclouds.openstack.swift.v1.features | |
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.softlayer.features | |
org.jclouds.vcloud.director.v1_5.features | |
org.jclouds.vcloud.director.v1_5.features.admin | |
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<DeleteResult> |
AWSS3AsyncClient.deleteObjects(String bucketName,
Iterable<String> keys) |
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<HostedServiceWithDetailedProperties> |
HostedServiceAsyncApi.getDetails(String serviceName) |
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(String zoneId,
String clusterName,
Host.ClusterType clusterType,
String hypervisor,
AddClusterOptions... options)
Adds a new cluster.
|
com.google.common.util.concurrent.ListenableFuture<Host> |
GlobalHostAsyncClient.addHost(String 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<VirtualMachine> |
VirtualMachineAsyncClient.assignVirtualMachine(String virtualMachineId,
AssignVirtualMachineOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
LoadBalancerAsyncClient.assignVirtualMachinesToLoadBalancerRule(String id,
Iterable<String> virtualMachineIds) |
com.google.common.util.concurrent.ListenableFuture<String> |
LoadBalancerAsyncClient.assignVirtualMachinesToLoadBalancerRule(String id,
String... virtualMachineIds) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
AddressAsyncClient.associateIPAddressInZone(String zoneId,
AssociateIPAddressOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
ISOAsyncClient.attachISO(String isoId,
String vmId)
Attaches an ISO to a virtual machine.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
VolumeAsyncClient.attachVolume(String volumeId,
String virtualMachineId) |
com.google.common.util.concurrent.ListenableFuture<String> |
SecurityGroupAsyncClient.authorizeIngressICMPToCIDRs(String securityGroupId,
int ICMPCode,
int ICMPType,
Iterable<String> cidrList,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
SecurityGroupAsyncClient.authorizeIngressICMPToSecurityGroups(String securityGroupId,
int ICMPCode,
int ICMPType,
com.google.common.collect.Multimap<String,String> accountToGroup,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
SecurityGroupAsyncClient.authorizeIngressPortsToCIDRs(String securityGroupId,
String protocol,
int startPort,
int endPort,
Iterable<String> cidrList,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
SecurityGroupAsyncClient.authorizeIngressPortsToSecurityGroups(String securityGroupId,
String protocol,
int startPort,
int endPort,
com.google.common.collect.Multimap<String,String> accountToGroup,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
GlobalHostAsyncClient.cancelHostMaintenance(String hostId)
Cancels host maintenance.
|
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualMachineAsyncClient.changeServiceForVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
ISOAsyncClient.copyISO(String isoId,
String sourceZoneId,
String destZoneId)
Copies a template from one zone to another.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
TemplateAsyncClient.copyTemplateToZone(String id,
String sourceZoneId,
String 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(String ipAddressId,
FirewallRule.Protocol protocol,
CreateFirewallRuleOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
FirewallAsyncClient.createFirewallRuleForIpProtocolAndPort(String ipAddressId,
FirewallRule.Protocol protocol,
int startPort,
int endPort) |
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(String IPAddressId,
String protocol,
int startPort,
CreateIPForwardingRuleOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
LoadBalancerAsyncClient.createLoadBalancerRuleForPublicIP(String publicIPId,
LoadBalancerRule.Algorithm algorithm,
String name,
int privatePort,
int publicPort,
CreateLoadBalancerRuleOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Network> |
NetworkAsyncClient.createNetworkInZone(String zoneId,
String networkOfferingId,
String name,
String displayText,
CreateNetworkOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.createPod(String name,
String zoneId,
String startIp,
String gateway,
String netmask,
CreatePodOptions... createPodOptions)
Creates a new Pod.
|
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.createPod(String name,
String zoneId,
String startIp,
String endIp,
String gateway,
String netmask,
CreatePodOptions... createPodOptions)
Creates a new Pod.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
FirewallAsyncClient.createPortForwardingRuleForVirtualMachine(String ipAddressId,
PortForwardingRule.Protocol protocol,
int publicPort,
String 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(String volumeId,
CreateSnapshotOptions... options)
Creates an instant snapshot of a volume.
|
com.google.common.util.concurrent.ListenableFuture<SnapshotPolicy> |
SnapshotAsyncClient.createSnapshotPolicy(SnapshotPolicySchedule schedule,
String numberToRetain,
String timezone,
String 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,
String diskOfferingId,
String zoneId) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
VolumeAsyncClient.createVolumeFromSnapshotInZone(String name,
String snapshotId,
String 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(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalHostAsyncClient.deleteCluster(String clusterId)
Deletes a cluster.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalOfferingAsyncClient.deleteDiskOffering(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalDomainAsyncClient.deleteDomainAndAttachedResources(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
FirewallAsyncClient.deleteFirewallRule(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalHostAsyncClient.deleteHost(String hostId,
DeleteHostOptions... options)
Deletes a host.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
VMGroupAsyncClient.deleteInstanceGroup(String id)
Delete a VM group
|
com.google.common.util.concurrent.ListenableFuture<String> |
NATAsyncClient.deleteIPForwardingRule(String id) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
ISOAsyncClient.deleteISO(String id,
DeleteISOOptions... options)
Deletes an ISO file.
|
com.google.common.util.concurrent.ListenableFuture<String> |
LoadBalancerAsyncClient.deleteLoadBalancerRule(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
NetworkAsyncClient.deleteNetwork(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalDomainAsyncClient.deleteOnlyDomain(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalPodAsyncClient.deletePod(String id)
Deletes a Pod.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
FirewallAsyncClient.deletePortForwardingRule(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SecurityGroupAsyncClient.deleteSecurityGroup(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalOfferingAsyncClient.deleteServiceOffering(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SnapshotAsyncClient.deleteSnapshot(String id)
Deletes a snapshot of a disk volume.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SnapshotAsyncClient.deleteSnapshotPolicies(Iterable<String> id)
Deletes snapshot policies for the account.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
SnapshotAsyncClient.deleteSnapshotPolicy(String 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(String id,
DeleteTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalUserAsyncClient.deleteUser(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalVlanAsyncClient.deleteVlanIPRange(String rangeId)
Deletes a VLAN IP range.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
VolumeAsyncClient.deleteVolume(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalZoneAsyncClient.deleteZone(String id) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
VirtualMachineAsyncClient.deployVirtualMachineInZone(String zoneId,
String serviceOfferingId,
String templateId,
DeployVirtualMachineOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualMachineAsyncClient.destroyVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
ISOAsyncClient.detachISO(String vmId)
Detaches any ISO file (if any) currently attached to a virtual machine.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
VolumeAsyncClient.detachVolume(String volumeId) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
DomainAccountAsyncClient.disableAccount(String accountName,
String domainId,
boolean onlyLock) |
com.google.common.util.concurrent.ListenableFuture<String> |
NATAsyncClient.disableStaticNATOnPublicIP(String IPAddressId) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
DomainUserAsyncClient.disableUser(String userId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AddressAsyncClient.disassociateIPAddress(String id) |
com.google.common.util.concurrent.ListenableFuture<Account> |
DomainAccountAsyncClient.enableAccount(String accountName,
String domainId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
NATAsyncClient.enableStaticNATForVirtualMachine(String virtualMachineId,
String IPAddressId) |
com.google.common.util.concurrent.ListenableFuture<User> |
DomainUserAsyncClient.enableUser(String userId) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
ISOAsyncClient.extractISO(String id,
ExtractMode mode,
String zoneId,
ExtractISOOptions... options)
Extracts an ISO
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
TemplateAsyncClient.extractTemplate(String id,
ExtractMode mode,
String 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(String id) |
<T> com.google.common.util.concurrent.ListenableFuture<AsyncJob<T>> |
AsyncJobAsyncClient.getAsyncJob(String id) |
com.google.common.util.concurrent.ListenableFuture<DiskOffering> |
OfferingAsyncClient.getDiskOffering(String id) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainDomainAsyncClient.getDomainById(String domainId) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualMachineAsyncClient.getEncryptedPasswordForVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<FirewallRule> |
FirewallAsyncClient.getFirewallRule(String id) |
com.google.common.util.concurrent.ListenableFuture<VMGroup> |
VMGroupAsyncClient.getInstanceGroup(String id) |
com.google.common.util.concurrent.ListenableFuture<IPForwardingRule> |
NATAsyncClient.getIPForwardingRule(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<IPForwardingRule>> |
NATAsyncClient.getIPForwardingRulesForIPAddress(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<IPForwardingRule>> |
NATAsyncClient.getIPForwardingRulesForVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<ISO> |
ISOAsyncClient.getISO(String id)
Gets information about an ISO by its ID.
|
com.google.common.util.concurrent.ListenableFuture<LoadBalancerRule> |
LoadBalancerAsyncClient.getLoadBalancerRule(String id) |
com.google.common.util.concurrent.ListenableFuture<Network> |
NetworkAsyncClient.getNetwork(String id) |
com.google.common.util.concurrent.ListenableFuture<NetworkOffering> |
OfferingAsyncClient.getNetworkOffering(String id) |
com.google.common.util.concurrent.ListenableFuture<Map.Entry<String,String>> |
GuestOSAsyncClient.getOSCategory(String id) |
com.google.common.util.concurrent.ListenableFuture<OSType> |
GuestOSAsyncClient.getOSType(String id) |
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.getPod(String id) |
com.google.common.util.concurrent.ListenableFuture<PortForwardingRule> |
FirewallAsyncClient.getPortForwardingRule(String id) |
com.google.common.util.concurrent.ListenableFuture<PublicIPAddress> |
AddressAsyncClient.getPublicIPAddress(String id) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
SecurityGroupAsyncClient.getSecurityGroup(String id) |
com.google.common.util.concurrent.ListenableFuture<ServiceOffering> |
OfferingAsyncClient.getServiceOffering(String id) |
com.google.common.util.concurrent.ListenableFuture<Snapshot> |
SnapshotAsyncClient.getSnapshot(String 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(String templateId,
String zoneId) |
com.google.common.util.concurrent.ListenableFuture<VirtualMachine> |
VirtualMachineAsyncClient.getVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<VlanIPRange> |
GlobalVlanAsyncClient.getVlanIPRange(String id)
Get the details of an IP range by its id.
|
com.google.common.util.concurrent.ListenableFuture<Volume> |
VolumeAsyncClient.getVolume(String id) |
com.google.common.util.concurrent.ListenableFuture<Zone> |
ZoneAsyncClient.getZone(String 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(String 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(String 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<String,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(String 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(String 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(String 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<String> |
GlobalHostAsyncClient.prepareHostForMaintenance(String hostId)
Prepares a host for maintenance.
|
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualMachineAsyncClient.rebootVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
GlobalHostAsyncClient.reconnectHost(String hostId)
Reconnects a host.
|
com.google.common.util.concurrent.ListenableFuture<ISO> |
ISOAsyncClient.registerISO(String name,
String displayText,
String url,
String 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,
String zoneId,
RegisterTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ApiKeyPair> |
GlobalUserAsyncClient.registerUserKeys(String userId) |
com.google.common.util.concurrent.ListenableFuture<String> |
LoadBalancerAsyncClient.removeVirtualMachinesFromLoadBalancerRule(String id,
Iterable<String> virtualMachineIds) |
com.google.common.util.concurrent.ListenableFuture<String> |
LoadBalancerAsyncClient.removeVirtualMachinesFromLoadBalancerRule(String id,
String... virtualMachineIds) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualMachineAsyncClient.resetPasswordForVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
SecurityGroupAsyncClient.revokeIngressRule(String id,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualMachineAsyncClient.startVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualMachineAsyncClient.stopVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<Account> |
GlobalAccountAsyncClient.updateAccount(String accountName,
String domainId,
String newName,
UpdateAccountOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Cluster> |
GlobalHostAsyncClient.updateCluster(String clusterId,
UpdateClusterOptions... options)
Updates an existing cluster.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalHostAsyncClient.updateClusterPassword(String 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(String id,
UpdateDiskOfferingOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
GlobalDomainAsyncClient.updateDomain(String domainId,
UpdateDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Host> |
GlobalHostAsyncClient.updateHost(String hostId,
UpdateHostOptions... options)
Updates a host.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
GlobalHostAsyncClient.updateHostPassword(String hostId,
String username,
String password)
Update password of a host on management server.
|
com.google.common.util.concurrent.ListenableFuture<VMGroup> |
VMGroupAsyncClient.updateInstanceGroup(String id,
UpdateVMGroupOptions... options)
Modify a VM group
|
com.google.common.util.concurrent.ListenableFuture<ISO> |
ISOAsyncClient.updateISO(String id,
UpdateISOOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ISOAsyncClient.updateISOPermissions(String id,
UpdateISOPermissionsOptions... options)
Updates iso permissions
|
com.google.common.util.concurrent.ListenableFuture<LoadBalancerRule> |
LoadBalancerAsyncClient.updateLoadBalancerRule(String id,
UpdateLoadBalancerRuleOptions... options) |
com.google.common.util.concurrent.ListenableFuture<NetworkOffering> |
GlobalOfferingAsyncClient.updateNetworkOffering(String id,
UpdateNetworkOfferingOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.updatePod(String 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(String id,
UpdateServiceOfferingOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Template> |
TemplateAsyncClient.updateTemplate(String id,
UpdateTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
TemplateAsyncClient.updateTemplatePermissions(String id,
UpdateTemplatePermissionsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<User> |
GlobalUserAsyncClient.updateUser(String id,
UpdateUserOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualMachineAsyncClient.updateVirtualMachine(String id) |
com.google.common.util.concurrent.ListenableFuture<Zone> |
GlobalZoneAsyncClient.updateZone(String id,
UpdateZoneOptions... options) |
Modifier and Type | Interface and Description |
---|---|
interface |
AdditionalDiskAsyncApi
Non-blocking API relating to additional storage.
|
interface |
BuiltinServerAsyncApi
Non-blocking API relating to built-in servers, also called extended function
module (EFM), such as a firewall or load balancer (SLB).
|
interface |
DiskImageAsyncApi
Non-blocking API relating to disk images.
|
interface |
FirewallAsyncApi
Non-blocking API relating to a built-in server, also called extended function
module (EFM), of type firewall.
|
interface |
LoadBalancerAsyncApi
Non-blocking API relating to a built-in server, also called extended function
module (EFM), of type load balancer (SLB).
|
interface |
PublicIPAddressAsyncApi
Non-blocking API relating to public IP addresses.
|
interface |
SystemTemplateAsyncApi
Non-blocking API relating to system templates, also referred to as virtual
system descriptors.
|
interface |
VirtualDCAsyncApi
Non-blocking API relating to the virtual data center.
|
interface |
VirtualServerAsyncApi
Non-blocking API relating to virtual servers.
|
interface |
VirtualSystemAsyncApi
Non-blocking API relating to virtual systems.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualDCAsyncApi.addAddressRange(String pipFrom,
String pipTo) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualSystemAsyncApi.allocatePublicIP(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
PublicIPAddressAsyncApi.attach(String systemId,
String ip) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualServerAsyncApi.attachDisk(String serverId,
String diskId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
BuiltinServerAsyncApi.backup(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdditionalDiskAsyncApi.backup(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualDCAsyncApi.createAddressPool(String pipFrom,
String pipTo) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualSystemAsyncApi.createBuiltinServer(String name,
String networkId) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualSystemAsyncApi.createDisk(String id,
String name,
int size) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualSystemAsyncApi.createServer(String name,
String type,
String diskImageId,
String networkId) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualDCAsyncApi.createVirtualSystem(String descriptorId,
String name) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualDCAsyncApi.deleteAddressRange(String pipFrom,
String pipTo) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SystemTemplateAsyncApi.deregister(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
DiskImageAsyncApi.deregister(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SystemTemplateAsyncApi.deregisterPrivateTemplate(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualSystemAsyncApi.destroy(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualServerAsyncApi.destroy(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
BuiltinServerAsyncApi.destroy(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdditionalDiskAsyncApi.destroy(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
BuiltinServerAsyncApi.destroyBackup(String id,
String backupId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdditionalDiskAsyncApi.destroyBackup(String sysId,
String backupId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
PublicIPAddressAsyncApi.detach(String systemId,
String ip) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdditionalDiskAsyncApi.detach(String diskId,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
PublicIPAddressAsyncApi.free(String systemId,
String ip) |
com.google.common.util.concurrent.ListenableFuture<VSystem> |
VirtualSystemAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<VServer> |
VirtualServerAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<VSystemDescriptor> |
SystemTemplateAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<PublicIP> |
PublicIPAddressAsyncApi.get(String ip) |
com.google.common.util.concurrent.ListenableFuture<DiskImage> |
DiskImageAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<BuiltinServer> |
BuiltinServerAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<VDisk> |
AdditionalDiskAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<AddressRange>> |
VirtualDCAsyncApi.getAddressRange() |
com.google.common.util.concurrent.ListenableFuture<BuiltinServer> |
BuiltinServerAsyncApi.getConfiguration(String id,
BuiltinServerConfiguration configuration) |
com.google.common.util.concurrent.ListenableFuture<VSystemWithDetails> |
VirtualSystemAsyncApi.getDetails(String id) |
com.google.common.util.concurrent.ListenableFuture<VServerWithDetails> |
VirtualServerAsyncApi.getDetails(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<EventLog>> |
VirtualDCAsyncApi.getEventLogs() |
com.google.common.util.concurrent.ListenableFuture<Set<EventLog>> |
VirtualDCAsyncApi.getEventLogs(boolean all) |
com.google.common.util.concurrent.ListenableFuture<Set<Information>> |
VirtualDCAsyncApi.getInformation() |
com.google.common.util.concurrent.ListenableFuture<Set<Information>> |
VirtualDCAsyncApi.getInformation(boolean all) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualServerAsyncApi.getInitialPassword(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<Rule>> |
FirewallAsyncApi.getNATConfiguration(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<PerformanceInfo>> |
VirtualServerAsyncApi.getPerformanceInformation(String id,
String interval) |
com.google.common.util.concurrent.ListenableFuture<Set<PerformanceInfo>> |
VirtualServerAsyncApi.getPerformanceInformation(String id,
String dataType,
String interval) |
com.google.common.util.concurrent.ListenableFuture<VSystemStatus> |
VirtualSystemAsyncApi.getStatus(String id) |
com.google.common.util.concurrent.ListenableFuture<VServerStatus> |
VirtualServerAsyncApi.getStatus(String id) |
com.google.common.util.concurrent.ListenableFuture<PublicIPStatus> |
PublicIPAddressAsyncApi.getStatus(String ip) |
com.google.common.util.concurrent.ListenableFuture<BuiltinServerStatus> |
BuiltinServerAsyncApi.getStatus(String id) |
com.google.common.util.concurrent.ListenableFuture<VDiskStatus> |
AdditionalDiskAsyncApi.getStatus(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<UsageInfo>> |
VirtualDCAsyncApi.getSystemUsage() |
com.google.common.util.concurrent.ListenableFuture<Set<UsageInfo>> |
VirtualDCAsyncApi.getSystemUsage(String systemIds) |
com.google.common.util.concurrent.ListenableFuture<Set<BuiltinServerBackup>> |
BuiltinServerAsyncApi.listBackups(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<BuiltinServer>> |
VirtualSystemAsyncApi.listBuiltinServers(String id,
String type) |
com.google.common.util.concurrent.ListenableFuture<Set<DiskImage>> |
VirtualDCAsyncApi.listDiskImages() |
com.google.common.util.concurrent.ListenableFuture<Set<DiskImage>> |
VirtualDCAsyncApi.listDiskImages(String serverCategory,
String vsysDescriptorId) |
com.google.common.util.concurrent.ListenableFuture<Set<VDisk>> |
VirtualSystemAsyncApi.listDisks(String id) |
com.google.common.util.concurrent.ListenableFuture<Map<PublicIP,String>> |
VirtualDCAsyncApi.listPublicIPs() |
com.google.common.util.concurrent.ListenableFuture<Set<PublicIP>> |
VirtualSystemAsyncApi.listPublicIPs(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<VServer>> |
VirtualSystemAsyncApi.listServers(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<ServerType>> |
VirtualDCAsyncApi.listServerTypes() |
com.google.common.util.concurrent.ListenableFuture<Set<VSystem>> |
VirtualDCAsyncApi.listVirtualSystems() |
com.google.common.util.concurrent.ListenableFuture<Set<VSystemDescriptor>> |
VirtualDCAsyncApi.listVSYSDescriptor() |
com.google.common.util.concurrent.ListenableFuture<Set<VSystemDescriptor>> |
VirtualDCAsyncApi.listVSYSDescriptor(String keyword,
int estimateFrom,
int estimateTo) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualServerAsyncApi.registerAsPrivateDiskImage(String xml) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualSystemAsyncApi.registerAsPrivateVSYSDescriptor(String id,
String vsysDescriptorXMLFilePath) |
com.google.common.util.concurrent.ListenableFuture<Void> |
BuiltinServerAsyncApi.restore(String id,
String backupId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdditionalDiskAsyncApi.restore(String systemId,
String backupId) |
com.google.common.util.concurrent.ListenableFuture<String> |
VirtualSystemAsyncApi.standByConsole(String id,
String networkId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualServerAsyncApi.start(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
BuiltinServerAsyncApi.start(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualServerAsyncApi.stop(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
BuiltinServerAsyncApi.stop(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualServerAsyncApi.stopForcefully(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualSystemAsyncApi.update(String id,
String name,
String value) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualServerAsyncApi.update(String id,
String name,
String value) |
com.google.common.util.concurrent.ListenableFuture<Void> |
BuiltinServerAsyncApi.update(String id,
String name,
String value) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AdditionalDiskAsyncApi.update(String id,
String name,
String value) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SystemTemplateAsyncApi.update(String id,
String localeId,
String name,
String value) |
com.google.common.util.concurrent.ListenableFuture<Void> |
DiskImageAsyncApi.update(String diskImageId,
String localeId,
String name,
String value) |
com.google.common.util.concurrent.ListenableFuture<Void> |
VirtualSystemAsyncApi.updateConfiguration(String id,
String name,
String value) |
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<ContainerMetadata>> |
HPCloudObjectStorageAsyncApi.listContainers(ListContainerOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<CDNContainer>> |
CDNContainerAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<CDNContainer>> |
CDNContainerAsyncApi.list(ListCDNContainerOptions options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.confirmResizeServer(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.confirmResize(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.createImageFromServer(String imageName,
int serverId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.createImageFromServer(String, String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
org.jclouds.openstack.nova.v2_0.features.ServerAsyncApi#create(String, String, String, CreateServerOptions) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Addresses> |
NovaAsyncClient.getAddresses(int serverId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FlavorAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(String uuid)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FlavorAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<FloatingIP> |
NovaAsyncClient.getFloatingIP(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FloatingIPAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.getImage(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ImageAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.getImage(String uuid)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ImageAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
NovaAsyncClient.getSecurityGroup(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
SecurityGroupAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.getServer(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.getServer(String uuid)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
NovaAsyncClient.listFlavors(ListOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FlavorAsyncApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<FloatingIP>> |
NovaAsyncClient.listFloatingIPs()
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FloatingIPAsyncApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> |
NovaAsyncClient.listImages(ListOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ImageAsyncApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
NovaAsyncClient.listPrivateAddresses(int serverId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
NovaAsyncClient.listPublicAddresses(int serverId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
NovaAsyncClient.listSecurityGroups()
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
SecurityGroupAsyncApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> |
NovaAsyncClient.listServers(ListOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.rebootServer(int id,
RebootType rebootType)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.reboot(String, RebootType) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.rebuildServer(int id,
RebuildServerOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
org.jclouds.openstack.nova.v2_0.features.ServerAsyncApi#rebuild(String, RebuildServerOptions) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.resizeServer(int id,
int flavorId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.resize(String, String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.revertResizeServer(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.revertResize(String) in openstack-nova. |
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<? extends com.google.common.collect.FluentIterable<? extends Container>> |
ContainerAsyncApi.list() |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Container>> |
ContainerAsyncApi.list(ListContainersOptions 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<CatalogReferences> |
QueryAsyncApi.catalogReferencesQuery(Integer page,
Integer pageSize,
String filter) |
com.google.common.util.concurrent.ListenableFuture<CatalogReferences> |
QueryAsyncApi.catalogReferencesQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<CatalogReferences> |
QueryAsyncApi.catalogReferencesQueryAll() |
com.google.common.util.concurrent.ListenableFuture<VAppReferences> |
QueryAsyncApi.vAppReferencesQuery(Integer page,
Integer pageSize,
String filter) |
com.google.common.util.concurrent.ListenableFuture<VAppReferences> |
QueryAsyncApi.vAppReferencesQuery(String filter) |
com.google.common.util.concurrent.ListenableFuture<VAppReferences> |
QueryAsyncApi.vAppReferencesQueryAll() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<RoleReferences> |
AdminQueryAsyncApi.roleReferencesQueryAll() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
WalrusAsyncClient.bucketExists(String bucketName) |
Copyright © 2009-2013 jclouds. All Rights Reserved.