Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features | |
org.jclouds.cloudstack.strategy |
Modifier and Type | Field and Description |
---|---|
static AsyncCreateResponse |
AsyncCreateResponse.UNINITIALIZED |
Modifier and Type | Method and Description |
---|---|
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) |
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<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) |
Modifier and Type | Method and Description |
---|---|
<T> T |
BlockUntilJobCompletesAndReturnResult.apply(AsyncCreateResponse job) |
Copyright © 2009-2012 jclouds. All Rights Reserved.