| Package | Description | 
|---|---|
| org.jclouds.openstack.nova.v2_0.domain | |
| org.jclouds.openstack.nova.v2_0.extensions | 
| Modifier and Type | Field and Description | 
|---|---|
protected Set<VolumeAttachment> | 
Volume.Builder.attachments  | 
| Modifier and Type | Method and Description | 
|---|---|
VolumeAttachment | 
VolumeAttachment.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<VolumeAttachment> | 
Volume.getAttachments()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Volume.Builder.attachments(VolumeAttachment... in)  | 
T | 
VolumeAttachment.Builder.fromVolumeAttachment(VolumeAttachment in)  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Volume.Builder.attachments(Set<VolumeAttachment> attachments)  | 
| Constructor and Description | 
|---|
Volume(String id,
      Volume.Status status,
      int size,
      String zone,
      Date created,
      Set<VolumeAttachment> attachments,
      String volumeType,
      String snapshotId,
      String name,
      String description,
      Map<String,String> metadata)  | 
| Modifier and Type | Method and Description | 
|---|---|
VolumeAttachment | 
VolumeAttachmentApi.attachVolumeToServerAsDevice(String volumeId,
                            String serverId,
                            String device)
Attach a Volume to a Server. 
 | 
VolumeAttachment | 
VolumeApi.attachVolumeToServerAsDevice(String volumeId,
                            String serverId,
                            String device)
Deprecated. 
 
To be removed in jclouds 1.7 
 | 
VolumeAttachment | 
VolumeAttachmentApi.getAttachmentForVolumeOnServer(String volumeId,
                              String serverId)
Get a specific Volume Attachment for a Volume and Server. 
 | 
VolumeAttachment | 
VolumeApi.getAttachmentForVolumeOnServer(String volumeId,
                              String serverId)
Deprecated. 
 
To be removed in jclouds 1.7 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 VolumeAttachment> | 
VolumeAttachmentAsyncApi.getAttachmentForVolumeOnServer(String volumeId,
                              String serverId)  | 
com.google.common.util.concurrent.ListenableFuture<? extends VolumeAttachment> | 
VolumeAsyncApi.getAttachmentForVolumeOnServer(String volumeId,
                              String serverId)
Deprecated. 
 
To be removed in jclouds 1.7 
 | 
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends VolumeAttachment>> | 
VolumeAttachmentAsyncApi.listAttachmentsOnServer(String serverId)  | 
com.google.common.collect.FluentIterable<? extends VolumeAttachment> | 
VolumeAttachmentApi.listAttachmentsOnServer(String serverId)
List Volume Attachments for a given Server. 
 | 
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends VolumeAttachment>> | 
VolumeAsyncApi.listAttachmentsOnServer(String serverId)
Deprecated. 
 
To be removed in jclouds 1.7 
 | 
com.google.common.collect.FluentIterable<? extends VolumeAttachment> | 
VolumeApi.listAttachmentsOnServer(String serverId)
Deprecated. 
 
To be removed in jclouds 1.7 
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.