Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.extensions | |
org.jclouds.openstack.nova.v2_0.features | |
org.jclouds.rackspace.cloudloadbalancers.v1.features |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends HostAggregate> |
HostAggregateAsyncApi.addHost(String id,
String host) |
com.google.common.util.concurrent.ListenableFuture<? extends VolumeAttachment> |
VolumeAttachmentAsyncApi.attachVolumeToServerAsDevice(String volumeId,
String serverId,
String device) |
com.google.common.util.concurrent.ListenableFuture<? extends VolumeAttachment> |
VolumeAsyncApi.attachVolumeToServerAsDevice(String volumeId,
String serverId,
String device)
Deprecated.
To be removed in jclouds 1.7
|
com.google.common.util.concurrent.ListenableFuture<? extends VolumeType> |
VolumeTypeAsyncApi.create(String name,
CreateVolumeTypeOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAdminAsyncApi.createBackup(String id,
String imageName,
BackupType backupType,
int rotation,
CreateBackupOfServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends HostAggregate> |
HostAggregateAsyncApi.createInAvailabilityZone(String name,
String availabilityZone) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ServerAdminAsyncApi.liveMigrate(String id,
String host,
boolean blockMigration,
boolean diskOverCommit) |
com.google.common.util.concurrent.ListenableFuture<? extends HostAggregate> |
HostAggregateAsyncApi.removeHost(String id,
String host) |
com.google.common.util.concurrent.ListenableFuture<? extends HostAggregate> |
HostAggregateAsyncApi.setMetadata(String id,
Map<String,String> metadata) |
com.google.common.util.concurrent.ListenableFuture<? extends HostAggregate> |
HostAggregateAsyncApi.updateAvailabilityZone(String id,
String availabilityZone) |
com.google.common.util.concurrent.ListenableFuture<? extends HostAggregate> |
HostAggregateAsyncApi.updateName(String id,
String name) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Flavor> |
FlavorAsyncApi.create(Flavor flavor) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Set<Node>> |
NodeAsyncApi.add(Iterable<NodeRequest> nodes) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AccessRuleAsyncApi.create(Iterable<AccessRule> accessRules) |
com.google.common.util.concurrent.ListenableFuture<LoadBalancer> |
LoadBalancerAsyncApi.create(LoadBalancerRequest lb) |
com.google.common.util.concurrent.ListenableFuture<Void> |
HealthMonitorAsyncApi.createOrUpdate(HealthMonitor healthMonitor) |
com.google.common.util.concurrent.ListenableFuture<Void> |
SSLTerminationAsyncApi.createOrUpdate(SSLTermination sslTermination) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ConnectionAsyncApi.createOrUpdateConnectionThrottle(ConnectionThrottle connectionThrottle) |
com.google.common.util.concurrent.ListenableFuture<Void> |
LoadBalancerAsyncApi.update(int id,
LoadBalancerAttributes attrs) |
com.google.common.util.concurrent.ListenableFuture<Void> |
NodeAsyncApi.update(int id,
NodeAttributes attrs) |
Copyright © 2009-2013 jclouds. All Rights Reserved.