| Package | Description | 
|---|---|
| org.jclouds.cloudservers | |
| org.jclouds.cloudstack.features | |
| org.jclouds.openstack.nova | |
| org.jclouds.rimuhosting.miro | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
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<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<AsyncCreateResponse> | 
FirewallAsyncClient.createFirewallRuleForIpAndProtocol(long ipAddressId,
                                  FirewallRule.Protocol protocol,
                                  CreateFirewallRuleOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> | 
NATAsyncClient.createIPForwardingRule(long IPAddressId,
                      String protocol,
                      int startPort,
                      CreateIPForwardingRuleOptions... options)  | 
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<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<AsyncCreateResponse> | 
TemplateAsyncClient.createTemplate(TemplateMetadata templateMetadata,
              CreateTemplateOptions... options)  | 
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<AsyncCreateResponse> | 
ISOAsyncClient.deleteISO(long id,
         DeleteISOOptions... options)
Deletes an ISO file. 
 | 
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> | 
TemplateAsyncClient.deleteTemplate(long id,
              DeleteTemplateOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> | 
VirtualMachineAsyncClient.deployVirtualMachineInZone(long zoneId,
                          long serviceOfferingId,
                          long templateId,
                          DeployVirtualMachineOptions... options)  | 
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<AsyncCreateResponse> | 
DomainUserAsyncClient.disableUser(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<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<TemplatePermission>> | 
TemplateAsyncClient.listTemplatePermissions(long id,
                       AccountInDomainOptions... options)  | 
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<ISO> | 
ISOAsyncClient.updateISO(long id,
         UpdateISOOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
ISOAsyncClient.updateISOPermissions(long id,
                    UpdateISOPermissionsOptions... options)
Updates iso permissions 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<NewServerResponse> | 
RimuHostingAsyncClient.createServer(String name,
            String imageId,
            String planId,
            CreateServerOptions... options)  | 
Copyright © 2009-2012 jclouds. All Rights Reserved.