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

Packages that use WrapWith
org.jclouds.cloudloadbalancers.features   
org.jclouds.openstack.nova.v2_0.extensions   
org.jclouds.openstack.quantum.v1_0.features   
 

Uses of WrapWith in org.jclouds.cloudloadbalancers.features
 

Method parameters in org.jclouds.cloudloadbalancers.features with annotations of type WrapWith
 com.google.common.util.concurrent.ListenableFuture<LoadBalancer> LoadBalancerAsyncClient.createLoadBalancer(LoadBalancerRequest lb)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Node>> NodeAsyncClient.createNodesInLoadBalancer(Set<NodeRequest> nodes, int lbid)
           
 com.google.common.util.concurrent.ListenableFuture<Void> NodeAsyncClient.updateAttributesForNodeInLoadBalancer(NodeAttributes attrs, int nid, int lbid)
           
 com.google.common.util.concurrent.ListenableFuture<Void> LoadBalancerAsyncClient.updateLoadBalancerAttributes(int id, LoadBalancerAttributes attrs)
           
 

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

Methods in org.jclouds.openstack.nova.v2_0.extensions with annotations of type WrapWith
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.addHost(String id, String host)
           
 com.google.common.util.concurrent.ListenableFuture<VolumeAttachment> VolumeAsyncApi.attachVolumeToServerAsDevice(String volumeId, String serverId, String device)
          Attach a volume to an instance
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.createAggregate(String name, String availablityZone)
           
 com.google.common.util.concurrent.ListenableFuture<String> AdminActionsAsyncApi.createBackupOfServer(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<VolumeType> VolumeTypeAsyncApi.createVolumeType(String name, CreateVolumeTypeOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AdminActionsAsyncApi.liveMigrateServer(String id, String host, boolean blockMigration, boolean diskOverCommit)
           
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.removeHost(String id, String host)
           
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.setMetadata(String id, Map<String,String> metadata)
           
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.updateAvailabilityZone(String id, String availabilityZone)
           
 com.google.common.util.concurrent.ListenableFuture<HostAggregate> HostAggregateAsyncApi.updateName(String id, String name)
           
 

Uses of WrapWith in org.jclouds.openstack.quantum.v1_0.features
 

Methods in org.jclouds.openstack.quantum.v1_0.features with annotations of type WrapWith
 com.google.common.util.concurrent.ListenableFuture<Port> PortAsyncApi.create(Port.State state)
           
 com.google.common.util.concurrent.ListenableFuture<Reference> NetworkAsyncApi.create(String name)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> PortAsyncApi.plugAttachment(String portId, String attachmentId)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> NetworkAsyncApi.rename(String id, String name)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> PortAsyncApi.updateState(String id, Port.State state)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.