|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
| Methods in org.jclouds.cloudstack.domain that return AsyncCreateResponse | |
|---|---|
AsyncCreateResponse |
AsyncCreateResponse.Builder.build()
|
| Methods in org.jclouds.cloudstack.domain with parameters of type AsyncCreateResponse | |
|---|---|
T |
AsyncCreateResponse.Builder.fromAsyncCreateResponse(AsyncCreateResponse in)
|
| Uses of AsyncCreateResponse in org.jclouds.cloudstack.features |
|---|
| Methods in org.jclouds.cloudstack.features that return AsyncCreateResponse | |
|---|---|
AsyncCreateResponse |
AddressApi.associateIPAddressInZone(String zoneId,
AssociateIPAddressOptions... options)
Acquires and associates a public IP to an account. |
AsyncCreateResponse |
ISOApi.attachISO(String isoId,
String vmId)
Attaches an ISO to a virtual machine. |
AsyncCreateResponse |
VolumeApi.attachVolume(String volumeId,
String virtualMachineId)
Deletes a attached disk volume |
AsyncCreateResponse |
ISOApi.copyISO(String isoId,
String sourceZoneId,
String destZoneId)
Copies a template from one zone to another. |
AsyncCreateResponse |
TemplateApi.copyTemplateToZone(String id,
String sourceZoneId,
String destZoneId)
Copies a template from one zone to another. |
AsyncCreateResponse |
FirewallApi.createEgressFirewallRuleForNetworkAndProtocol(String networkId,
FirewallRule.Protocol protocol,
CreateFirewallRuleOptions... options)
|
AsyncCreateResponse |
FirewallApi.createEgressFirewallRuleForNetworkProtocolAndPort(String networkId,
FirewallRule.Protocol protocol,
int startPort,
int endPort)
|
AsyncCreateResponse |
FirewallApi.createFirewallRuleForIpAndProtocol(String ipAddressId,
FirewallRule.Protocol protocol,
CreateFirewallRuleOptions... options)
|
AsyncCreateResponse |
FirewallApi.createFirewallRuleForIpProtocolAndPort(String ipAddressId,
FirewallRule.Protocol protocol,
int startPort,
int endPort)
|
AsyncCreateResponse |
NATApi.createIPForwardingRule(String IPAddressId,
String protocol,
int startPort,
CreateIPForwardingRuleOptions... options)
Creates an ip forwarding rule |
AsyncCreateResponse |
FirewallApi.createPortForwardingRuleForVirtualMachine(String ipAddressId,
PortForwardingRule.Protocol protocol,
int publicPort,
String virtualMachineId,
int privatePort)
|
AsyncCreateResponse |
SnapshotApi.createSnapshot(String volumeId,
CreateSnapshotOptions... options)
Creates an instant snapshot of a volume. |
AsyncCreateResponse |
TemplateApi.createTemplate(TemplateMetadata templateMetadata,
CreateTemplateOptions... options)
Creates a template of a virtual machine. |
AsyncCreateResponse |
VolumeApi.createVolumeFromCustomDiskOfferingInZone(String name,
String diskOfferingId,
String zoneId,
int size)
List volumes |
AsyncCreateResponse |
VolumeApi.createVolumeFromDiskOfferingInZone(String name,
String diskOfferingId,
String zoneId)
Create a volume with given name and snapshotId |
AsyncCreateResponse |
VolumeApi.createVolumeFromSnapshotInZone(String name,
String snapshotId,
String zoneId)
Get volume by id |
AsyncCreateResponse |
ISOApi.deleteISO(String id,
DeleteISOOptions... options)
Deletes an ISO file. |
AsyncCreateResponse |
TemplateApi.deleteTemplate(String id,
DeleteTemplateOptions... options)
Deletes a template from the system. |
AsyncCreateResponse |
VirtualMachineApi.deployVirtualMachineInZone(String zoneId,
String serviceOfferingId,
String templateId,
DeployVirtualMachineOptions... options)
Creates and automatically starts a virtual machine based on a service offering, disk offering, and template. |
AsyncCreateResponse |
ISOApi.detachISO(String vmId)
Detaches any ISO file (if any) currently attached to a virtual machine. |
AsyncCreateResponse |
VolumeApi.detachVolume(String volumeId)
Attaches a disk volume to a virtual machine. |
AsyncCreateResponse |
DomainAccountApi.disableAccount(String accountName,
String domainId,
boolean onlyLock)
Disable or lock an account |
AsyncCreateResponse |
DomainUserApi.disableUser(String userId)
Disable a user with a specific ID |
AsyncCreateResponse |
ISOApi.extractISO(String id,
ExtractMode mode,
String zoneId,
ExtractISOOptions... options)
Extracts an ISO |
AsyncCreateResponse |
TemplateApi.extractTemplate(String id,
ExtractMode mode,
String zoneId,
ExtractTemplateOptions... options)
|
| Uses of AsyncCreateResponse in org.jclouds.cloudstack.strategy |
|---|
| Methods in org.jclouds.cloudstack.strategy with parameters of type AsyncCreateResponse | ||
|---|---|---|
|
BlockUntilJobCompletesAndReturnResult.apply(AsyncCreateResponse job)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||