@Beta
public interface VolumeAttachmentAsyncApi
VolumeAttachmentApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends VolumeAttachment> |
attachVolumeToServerAsDevice(String volumeId,
String serverId,
String device) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
detachVolumeFromServer(String volumeId,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends VolumeAttachment> |
getAttachmentForVolumeOnServer(String volumeId,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends VolumeAttachment>> |
listAttachmentsOnServer(String serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends VolumeAttachment>> listAttachmentsOnServer(String serverId)
com.google.common.util.concurrent.ListenableFuture<? extends VolumeAttachment> getAttachmentForVolumeOnServer(String volumeId, String serverId)
com.google.common.util.concurrent.ListenableFuture<? extends VolumeAttachment> attachVolumeToServerAsDevice(String volumeId, String serverId, String device)
Copyright © 2009-2013 jclouds. All Rights Reserved.