Uses of Class
org.jclouds.rest.annotations.Unwrap

Packages that use Unwrap
org.jclouds.cloudservers   
org.jclouds.cloudstack.features   
org.jclouds.openstack.nova   
org.jclouds.openstack.nova.v2_0.extensions   
org.jclouds.openstack.nova.v2_0.features   
org.jclouds.rimuhosting.miro   
 

Uses of Unwrap in org.jclouds.cloudservers
 

Methods in org.jclouds.cloudservers with annotations of type Unwrap
 com.google.common.util.concurrent.ListenableFuture<Image> CloudServersAsyncClient.createImageFromServer(String imageName, int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Server> CloudServersAsyncClient.createServer(String name, int imageId, int flavorId, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> CloudServersAsyncClient.createSharedIpGroup(String name, CreateSharedIpGroupOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Addresses> CloudServersAsyncClient.getAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<BackupSchedule> CloudServersAsyncClient.getBackupSchedule(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Flavor> CloudServersAsyncClient.getFlavor(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Image> CloudServersAsyncClient.getImage(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Limits> CloudServersAsyncClient.getLimits()
           
 com.google.common.util.concurrent.ListenableFuture<Server> CloudServersAsyncClient.getServer(int id)
           
 com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> CloudServersAsyncClient.getSharedIpGroup(int id)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> CloudServersAsyncClient.listFlavors(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> CloudServersAsyncClient.listImages(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> CloudServersAsyncClient.listPrivateAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> CloudServersAsyncClient.listPublicAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> CloudServersAsyncClient.listServers(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<SharedIpGroup>> CloudServersAsyncClient.listSharedIpGroups(ListOptions... options)
           
 

Uses of Unwrap in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with annotations of type Unwrap
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> AddressAsyncClient.associateIPAddressInZone(String zoneId, AssociateIPAddressOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> ISOAsyncClient.attachISO(String isoId, String vmId)
          Attaches an ISO to a virtual machine.
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> VolumeAsyncClient.attachVolume(String volumeId, String virtualMachineId)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> ISOAsyncClient.copyISO(String isoId, String sourceZoneId, String destZoneId)
          Copies a template from one zone to another.
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> TemplateAsyncClient.copyTemplateToZone(String id, String sourceZoneId, String destZoneId)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> FirewallAsyncClient.createFirewallRuleForIpAndProtocol(String ipAddressId, FirewallRule.Protocol protocol, CreateFirewallRuleOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> FirewallAsyncClient.createFirewallRuleForIpProtocolAndPort(String ipAddressId, FirewallRule.Protocol protocol, int startPort, int endPort)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> NATAsyncClient.createIPForwardingRule(String IPAddressId, String protocol, int startPort, CreateIPForwardingRuleOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> FirewallAsyncClient.createPortForwardingRuleForVirtualMachine(String ipAddressId, PortForwardingRule.Protocol protocol, int publicPort, String virtualMachineId, int privatePort)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> SnapshotAsyncClient.createSnapshot(String volumeId, CreateSnapshotOptions... options)
          Creates an instant snapshot of a volume.
 com.google.common.util.concurrent.ListenableFuture<SnapshotPolicy> SnapshotAsyncClient.createSnapshotPolicy(SnapshotPolicySchedule schedule, String numberToRetain, String timezone, String volumeId)
          Creates a snapshot policy for the account.
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> TemplateAsyncClient.createTemplate(TemplateMetadata templateMetadata, CreateTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> VolumeAsyncClient.createVolumeFromDiskOfferingInZone(String name, String diskOfferingId, String zoneId)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> VolumeAsyncClient.createVolumeFromSnapshotInZone(String name, String snapshotId, String zoneId)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> ISOAsyncClient.deleteISO(String id, DeleteISOOptions... options)
          Deletes an ISO file.
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> TemplateAsyncClient.deleteTemplate(String id, DeleteTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> VirtualMachineAsyncClient.deployVirtualMachineInZone(String zoneId, String serviceOfferingId, String templateId, DeployVirtualMachineOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> ISOAsyncClient.detachISO(String vmId)
          Detaches any ISO file (if any) currently attached to a virtual machine.
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> VolumeAsyncClient.detachVolume(String volumeId)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> DomainAccountAsyncClient.disableAccount(String accountName, String domainId, boolean onlyLock)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> DomainUserAsyncClient.disableUser(String userId)
           
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> ISOAsyncClient.extractISO(String id, ExtractMode mode, String zoneId, ExtractISOOptions... options)
          Extracts an ISO
 com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> TemplateAsyncClient.extractTemplate(String id, ExtractMode mode, String zoneId, ExtractTemplateOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<SnapshotPolicy>> SnapshotAsyncClient.listSnapshotPolicies(String volumeId, ListSnapshotPoliciesOptions... options)
          Lists snapshot policies.
 com.google.common.util.concurrent.ListenableFuture<Set<Snapshot>> SnapshotAsyncClient.listSnapshots(ListSnapshotsOptions... options)
          Lists all available snapshots for the account, matching the query described by the options.
 com.google.common.util.concurrent.ListenableFuture<Set<TemplatePermission>> TemplateAsyncClient.listTemplatePermissions(String id, AccountInDomainOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<ISO> ISOAsyncClient.registerISO(String name, String displayText, String url, String zoneId, RegisterISOOptions... options)
          Registers an existing ISO into the Cloud.com Cloud.
 com.google.common.util.concurrent.ListenableFuture<ISO> ISOAsyncClient.updateISO(String id, UpdateISOOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ISOAsyncClient.updateISOPermissions(String id, UpdateISOPermissionsOptions... options)
          Updates iso permissions
 

Uses of Unwrap in org.jclouds.openstack.nova
 

Methods in org.jclouds.openstack.nova with annotations of type Unwrap
 com.google.common.util.concurrent.ListenableFuture<Image> NovaAsyncClient.createImageFromServer(String imageName, int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Server> NovaAsyncClient.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Addresses> NovaAsyncClient.getAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Flavor> NovaAsyncClient.getFlavor(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Flavor> NovaAsyncClient.getFlavor(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<FloatingIP> NovaAsyncClient.getFloatingIP(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Image> NovaAsyncClient.getImage(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Image> NovaAsyncClient.getImage(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<SecurityGroup> NovaAsyncClient.getSecurityGroup(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Server> NovaAsyncClient.getServer(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Server> NovaAsyncClient.getServer(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> NovaAsyncClient.listFlavors(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<FloatingIP>> NovaAsyncClient.listFloatingIPs()
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> NovaAsyncClient.listImages(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> NovaAsyncClient.listPrivateAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> NovaAsyncClient.listPublicAddresses(int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> NovaAsyncClient.listSecurityGroups()
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> NovaAsyncClient.listServers(ListOptions... options)
           
 

Uses of Unwrap in org.jclouds.openstack.nova.v2_0.extensions
 

Methods in org.jclouds.openstack.nova.v2_0.extensions with annotations of type Unwrap
 com.google.common.util.concurrent.ListenableFuture<String> VolumeTypeAsyncApi.getExtraSpec(String id, String key)
           
 com.google.common.util.concurrent.ListenableFuture<String> FlavorExtraSpecsAsyncApi.getExtraSpec(String flavorId, String key)
           
 

Uses of Unwrap in org.jclouds.openstack.nova.v2_0.features
 

Methods in org.jclouds.openstack.nova.v2_0.features with annotations of type Unwrap
 com.google.common.util.concurrent.ListenableFuture<ServerCreated> ServerAsyncApi.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
           
 

Uses of Unwrap in org.jclouds.rimuhosting.miro
 

Methods in org.jclouds.rimuhosting.miro with annotations of type Unwrap
 com.google.common.util.concurrent.ListenableFuture<NewServerResponse> RimuHostingAsyncClient.createServer(String name, String imageId, String planId, CreateServerOptions... options)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.