Uses of Annotation Interface
org.jclouds.rest.annotations.Unwrap
Packages that use Unwrap
Package
Description
-
Uses of Unwrap in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with annotations of type UnwrapModifier 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.SnapshotApi.createSnapshotPolicy
(SnapshotPolicySchedule schedule, String numberToRetain, String timezone, String volumeId) Creates a snapshot policy for the account.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.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) SnapshotApi.listSnapshotPolicies
(String volumeId, ListSnapshotPoliciesOptions... options) Lists snapshot policies.SnapshotApi.listSnapshots
(ListSnapshotsOptions... options) Lists all available snapshots for the account, matching the query described by the options.TemplateApi.listTemplatePermissions
(String id, AccountInDomainOptions... options) List template visibility and all accounts that have permissions to view this template.ISOApi.updateISO
(String id, UpdateISOOptions... options) void
ISOApi.updateISOPermissions
(String id, UpdateISOPermissionsOptions... options) Updates iso permissions -
Uses of Unwrap in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions with annotations of type UnwrapModifier and TypeMethodDescriptionVolumeTypeApi.getExtraSpec
(String id, String key) Retrieve a single extra spec valueFlavorExtraSpecsApi.getMetadataKey
(String flavorId, String key) Return a single extra spec value -
Uses of Unwrap in org.jclouds.openstack.nova.v2_0.features
Methods in org.jclouds.openstack.nova.v2_0.features with annotations of type UnwrapModifier and TypeMethodDescriptionCreate flavor according to the provided objectServerApi.create
(String name, String imageRef, String flavorRef, CreateServerOptions... options) Create a new server