Uses of Class
org.jclouds.cloudstack.domain.AsyncCreateResponse

Packages that use AsyncCreateResponse
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.strategy   
 

Uses of AsyncCreateResponse in org.jclouds.cloudstack.domain
 

Fields in org.jclouds.cloudstack.domain declared as AsyncCreateResponse
static AsyncCreateResponse AsyncCreateResponse.UNINITIALIZED
           
 

Uses of AsyncCreateResponse in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return AsyncCreateResponse
 AsyncCreateResponse AddressClient.associateIPAddressInZone(long zoneId, AssociateIPAddressOptions... options)
          Acquires and associates a public IP to an account.
 AsyncCreateResponse ISOClient.attachISO(long isoId, long vmId)
          Attaches an ISO to a virtual machine.
 AsyncCreateResponse VolumeClient.attachVolume(long volumeId, long virtualMachineId)
          Attaches a disk volume to a virtual machine.
 AsyncCreateResponse ISOClient.copyISO(long isoId, long sourceZoneId, long destZoneId)
          Copies a template from one zone to another.
 AsyncCreateResponse TemplateClient.copyTemplateToZone(long id, long sourceZoneId, long destZoneId)
          Copies a template from one zone to another.
 AsyncCreateResponse FirewallClient.createFirewallRuleForIpAndProtocol(long ipAddressId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options)
          Create new firewall rule for a specific IP address
 AsyncCreateResponse NATClient.createIPForwardingRule(long IPAddressId, String protocol, int startPort, CreateIPForwardingRuleOptions... options)
          Creates an ip forwarding rule
 AsyncCreateResponse FirewallClient.createPortForwardingRuleForVirtualMachine(long ipAddressId, PortForwardingRule.Protocol protocol, int publicPort, long virtualMachineId, int privatePort)
          Creates an port forwarding rule
 AsyncCreateResponse SnapshotClient.createSnapshot(long volumeId, CreateSnapshotOptions... options)
          Creates an instant snapshot of a volume.
 AsyncCreateResponse TemplateClient.createTemplate(TemplateMetadata templateMetadata, CreateTemplateOptions... options)
          Creates a template of a virtual machine.
 AsyncCreateResponse VolumeClient.createVolumeFromDiskOfferingInZone(String name, long diskOfferingId, long zoneId)
          Create a volume with given name and diskOfferingId
 AsyncCreateResponse VolumeClient.createVolumeFromSnapshotInZone(String name, long snapshotId, long zoneId)
          Create a volume with given name and snapshotId
 AsyncCreateResponse ISOClient.deleteISO(long id, DeleteISOOptions... options)
          Deletes an ISO file.
 AsyncCreateResponse TemplateClient.deleteTemplate(long id, DeleteTemplateOptions... options)
          Deletes a template from the system.
 AsyncCreateResponse VirtualMachineClient.deployVirtualMachineInZone(long zoneId, long serviceOfferingId, long templateId, DeployVirtualMachineOptions... options)
          Creates and automatically starts a virtual machine based on a service offering, disk offering, and template.
 AsyncCreateResponse ISOClient.detachISO(long vmId)
          Detaches any ISO file (if any) currently attached to a virtual machine.
 AsyncCreateResponse VolumeClient.detachVolume(long volumeId)
          Detaches a disk volume to a virtual machine.
 AsyncCreateResponse DomainAccountClient.disableAccount(String accountName, long domainId, boolean onlyLock)
          Disable or lock an account
 AsyncCreateResponse DomainUserClient.disableUser(long userId)
          Disable a user with a specific ID
 AsyncCreateResponse ISOClient.extractISO(long id, ExtractMode mode, long zoneId, ExtractISOOptions... options)
          Extracts an ISO
 AsyncCreateResponse TemplateClient.extractTemplate(long id, ExtractMode mode, long zoneId, ExtractTemplateOptions... options)
           
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type AsyncCreateResponse
 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<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)
           
 

Uses of AsyncCreateResponse in org.jclouds.cloudstack.strategy
 

Methods in org.jclouds.cloudstack.strategy with parameters of type AsyncCreateResponse
<T> T
BlockUntilJobCompletesAndReturnResult.apply(AsyncCreateResponse job)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.