Package | Description |
---|---|
org.jclouds.cloudloadbalancers.features | |
org.jclouds.openstack.nova.v2_0.extensions | |
org.jclouds.openstack.quantum.v1_0.features |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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 availabilityZone) |
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) |
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) |
Copyright © 2009-2012 jclouds. All Rights Reserved.