Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.extensions | |
org.jclouds.openstack.quantum.v1_0.features | |
org.jclouds.rackspace.cloudloadbalancers.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<Port> |
PortAsyncApi.create(Port.State state) |
com.google.common.util.concurrent.ListenableFuture<? extends 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) |
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<LoadBalancer> |
LoadBalancerAsyncApi.create(LoadBalancerRequest lb) |
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.