Uses of Class
org.jclouds.cloudstack.domain.AsyncCreateResponse
Packages that use AsyncCreateResponse
Package
Description
-
Uses of AsyncCreateResponse in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as AsyncCreateResponseModifier and TypeFieldDescriptionstatic final AsyncCreateResponse
AsyncCreateResponse.UNINITIALIZED
Methods in org.jclouds.cloudstack.domain that return AsyncCreateResponseMethods in org.jclouds.cloudstack.domain with parameters of type AsyncCreateResponseModifier and TypeMethodDescriptionAsyncCreateResponse.Builder.fromAsyncCreateResponse
(AsyncCreateResponse in) -
Uses of AsyncCreateResponse in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return AsyncCreateResponseModifier and TypeMethodDescriptionAddressApi.associateIPAddressInZone
(String zoneId, AssociateIPAddressOptions... options) Acquires and associates a public IP to an account.Attaches an ISO to a virtual machine.VolumeApi.attachVolume
(String volumeId, String virtualMachineId) Attaches a disk volume to a virtual machine.Copies a template from one zone to another.TemplateApi.copyTemplateToZone
(String id, String sourceZoneId, String destZoneId) Copies a template from one zone to another.FirewallApi.createEgressFirewallRuleForNetworkAndProtocol
(String networkId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options) FirewallApi.createEgressFirewallRuleForNetworkProtocolAndPort
(String networkId, FirewallRule.Protocol protocol, int startPort, int endPort) FirewallApi.createFirewallRuleForIpAndProtocol
(String ipAddressId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options) FirewallApi.createFirewallRuleForIpProtocolAndPort
(String ipAddressId, FirewallRule.Protocol protocol, int startPort, int endPort) NATApi.createIPForwardingRule
(String IPAddressId, String protocol, int startPort, CreateIPForwardingRuleOptions... options) Creates an ip forwarding ruleFirewallApi.createPortForwardingRuleForVirtualMachine
(String ipAddressId, PortForwardingRule.Protocol protocol, int publicPort, String virtualMachineId, int privatePort) SnapshotApi.createSnapshot
(String volumeId, CreateSnapshotOptions... options) Creates an instant snapshot of a volume.TagApi.createTags
(CreateTagsOptions options) Creates one or more tags on the specified resources.TemplateApi.createTemplate
(TemplateMetadata templateMetadata, CreateTemplateOptions... options) Creates a template of a virtual machine.VolumeApi.createVolumeFromCustomDiskOfferingInZone
(String name, String diskOfferingId, String zoneId, int size) Create a volume with given name, size and diskOfferingIdVolumeApi.createVolumeFromDiskOfferingInZone
(String name, String diskOfferingId, String zoneId) Create a volume with given name and diskOfferingIdVolumeApi.createVolumeFromSnapshotInZone
(String name, String snapshotId, String zoneId) Create a volume with given name and snapshotIdISOApi.deleteISO
(String id, DeleteISOOptions... options) Deletes an ISO file.TagApi.deleteTags
(DeleteTagsOptions options) Deletes one or more tags from the specified resources.TemplateApi.deleteTemplate
(String id, DeleteTemplateOptions... options) Deletes a template from the system.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.Detaches any ISO file (if any) currently attached to a virtual machine.VolumeApi.detachVolume
(String volumeId) Detaches a disk volume from a virtual machine.DomainAccountApi.disableAccount
(String accountName, String domainId, boolean onlyLock) Disable or lock an accountDomainUserApi.disableUser
(String userId) Disable a user with a specific IDISOApi.extractISO
(String id, ExtractMode mode, String zoneId, ExtractISOOptions... options) Extracts an ISOTemplateApi.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 AsyncCreateResponseModifier and TypeMethodDescription<T> T
BlockUntilJobCompletesAndReturnResult.apply
(AsyncCreateResponse job)