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

Packages that use Payload
org.jclouds.cloudservers   
org.jclouds.cloudsigma   
org.jclouds.joyent.cloudapi.v6_5.features   
org.jclouds.openstack.nova   
org.jclouds.openstack.nova.v2_0.extensions   
org.jclouds.openstack.nova.v2_0.features   
 

Uses of Payload in org.jclouds.cloudservers
 

Methods in org.jclouds.cloudservers with annotations of type Payload
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.changeAdminPass(int id, String adminPass)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.confirmResizeServer(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Image> CloudServersAsyncClient.createImageFromServer(String imageName, int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.rebootServer(int id, RebootType rebootType)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.renameServer(int id, String newName)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.resizeServer(int id, int flavorId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.revertResizeServer(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.shareIp(String addressToShare, int serverToTosignBindressTo, int sharedIpGroup, boolean configureServer)
           
 

Uses of Payload in org.jclouds.cloudsigma
 

Methods in org.jclouds.cloudsigma with annotations of type Payload
 com.google.common.util.concurrent.ListenableFuture<VLANInfo> CloudSigmaAsyncClient.createVLAN(String name)
           
 com.google.common.util.concurrent.ListenableFuture<VLANInfo> CloudSigmaAsyncClient.renameVLAN(String uuid, String name)
           
 

Uses of Payload in org.jclouds.joyent.cloudapi.v6_5.features
 

Methods in org.jclouds.joyent.cloudapi.v6_5.features with annotations of type Payload
 com.google.common.util.concurrent.ListenableFuture<Void> MachineAsyncApi.reboot(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> MachineAsyncApi.resize(String id, String packageJoyentCloud)
           
 com.google.common.util.concurrent.ListenableFuture<Void> MachineAsyncApi.start(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> MachineAsyncApi.stop(String id)
           
 

Uses of Payload in org.jclouds.openstack.nova
 

Methods in org.jclouds.openstack.nova with annotations of type Payload
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.addFloatingIP(int serverId, String ip)
           
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.changeAdminPass(int id, String adminPass)
           
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.confirmResizeServer(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Image> NovaAsyncClient.createImageFromServer(String imageName, int serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.rebootServer(int id, RebootType rebootType)
           
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.renameServer(int id, String newName)
           
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.resizeServer(int id, int flavorId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.revertResizeServer(int id)
           
 

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

Methods in org.jclouds.openstack.nova.v2_0.extensions with annotations of type Payload
 com.google.common.util.concurrent.ListenableFuture<Void> FloatingIPAsyncApi.addFloatingIPToServer(String address, String serverId)
           
 com.google.common.util.concurrent.ListenableFuture<FloatingIP> FloatingIPAsyncApi.allocate()
           
 com.google.common.util.concurrent.ListenableFuture<KeyPair> KeyPairAsyncApi.createKeyPair(String name)
           
 com.google.common.util.concurrent.ListenableFuture<KeyPair> KeyPairAsyncApi.createKeyPairWithPublicKey(String name, String publicKey)
           
 com.google.common.util.concurrent.ListenableFuture<SecurityGroup> SecurityGroupAsyncApi.createSecurityGroupWithNameAndDescription(String name, String description)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HostAdministrationAsyncApi.disableHost(String hostId)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HostAdministrationAsyncApi.enableHost(String hostId)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AdminActionsAsyncApi.injectNetworkInfoIntoServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AdminActionsAsyncApi.lockServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AdminActionsAsyncApi.migrateServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AdminActionsAsyncApi.pauseServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> FloatingIPAsyncApi.removeFloatingIPFromServer(String address, String serverId)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AdminActionsAsyncApi.resetNetworkOfServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AdminActionsAsyncApi.resumeServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> VolumeTypeAsyncApi.setExtraSpec(String id, String key, String value)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> FlavorExtraSpecsAsyncApi.setExtraSpec(String flavorId, String key, String value)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HostAdministrationAsyncApi.startHostMaintenance(String hostId)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HostAdministrationAsyncApi.stopHostMaintenance(String hostId)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AdminActionsAsyncApi.suspendServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AdminActionsAsyncApi.unlockServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AdminActionsAsyncApi.unpauseServer(String id)
           
 

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

Methods in org.jclouds.openstack.nova.v2_0.features with annotations of type Payload
 com.google.common.util.concurrent.ListenableFuture<Void> ServerAsyncApi.changeAdminPass(String id, String adminPass)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ServerAsyncApi.confirmResizeServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<String> ServerAsyncApi.createImageFromServer(String name, String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ServerAsyncApi.rebootServer(String id, RebootType rebootType)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ServerAsyncApi.renameServer(String id, String newName)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ServerAsyncApi.resizeServer(String id, String flavorId)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ServerAsyncApi.revertResizeServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ServerAsyncApi.startServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> ServerAsyncApi.stopServer(String id)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.