| Package | Description | 
|---|---|
| org.jclouds.cloudservers | |
| org.jclouds.cloudstack.features | |
| org.jclouds.openstack.nova.v2_0.extensions | |
| org.jclouds.openstack.nova.v2_0.features | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Image> | 
CloudServersAsyncClient.createImageFromServer(String imageName,
                     int serverId)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Server> | 
CloudServersAsyncClient.createServer(String name,
            int imageId,
            int flavorId,
            CreateServerOptions... options)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> | 
CloudServersAsyncClient.createSharedIpGroup(String name,
                   CreateSharedIpGroupOptions... options)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Addresses> | 
CloudServersAsyncClient.getAddresses(int serverId)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<BackupSchedule> | 
CloudServersAsyncClient.getBackupSchedule(int serverId)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Flavor> | 
CloudServersAsyncClient.getFlavor(int id)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Image> | 
CloudServersAsyncClient.getImage(int id)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Limits> | 
CloudServersAsyncClient.getLimits()
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Server> | 
CloudServersAsyncClient.getServer(int id)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> | 
CloudServersAsyncClient.getSharedIpGroup(int id)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> | 
CloudServersAsyncClient.listFlavors(ListOptions... options)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> | 
CloudServersAsyncClient.listImages(ListOptions... options)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> | 
CloudServersAsyncClient.listPrivateAddresses(int serverId)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> | 
CloudServersAsyncClient.listPublicAddresses(int serverId)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> | 
CloudServersAsyncClient.listServers(ListOptions... options)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<SharedIpGroup>> | 
CloudServersAsyncClient.listSharedIpGroups(ListOptions... options)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
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<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<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<AsyncCreateResponse> | 
NATAsyncClient.createIPForwardingRule(String IPAddressId,
                      String protocol,
                      int startPort,
                      CreateIPForwardingRuleOptions... options)  | 
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<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<AsyncCreateResponse> | 
TemplateAsyncClient.createTemplate(TemplateMetadata templateMetadata,
              CreateTemplateOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> | 
VolumeAsyncClient.createVolumeFromCustomDiskOfferingInZone(String name,
                                        String diskOfferingId,
                                        String zoneId,
                                        int size)  | 
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<AsyncCreateResponse> | 
ISOAsyncClient.deleteISO(String id,
         DeleteISOOptions... options)
Deletes an ISO file. 
 | 
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> | 
TemplateAsyncClient.deleteTemplate(String id,
              DeleteTemplateOptions... options)  | 
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<AsyncCreateResponse> | 
DomainUserAsyncClient.disableUser(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<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<TemplatePermission>> | 
TemplateAsyncClient.listTemplatePermissions(String id,
                       AccountInDomainOptions... options)  | 
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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<String> | 
VolumeTypeAsyncApi.getExtraSpec(String id,
            String key)  | 
com.google.common.util.concurrent.ListenableFuture<String> | 
FlavorExtraSpecsAsyncApi.getMetadataKey(String flavorId,
              String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Flavor> | 
FlavorAsyncApi.create(Flavor flavor)  | 
com.google.common.util.concurrent.ListenableFuture<ServerCreated> | 
ServerAsyncApi.create(String name,
      String imageRef,
      String flavorRef,
      CreateServerOptions... options)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.