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 |
VolumeApi.attachVolumeToServerAsDevice(String volumeId,
String serverId,
String device)
Attach a volume to an instance
|
VolumeAttachment |
VolumeApi.getAttachmentForVolumeOnServer(String volumeId,
String serverId)
Get a specific attached volume.
|
Modifier and Type | Method and Description |
---|---|
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<VolumeAttachment> |
VolumeAsyncApi.getAttachmentForVolumeOnServer(String volumeId,
String serverId)
Get a specific attached volume.
|
com.google.common.util.concurrent.ListenableFuture<Set<VolumeAttachment>> |
VolumeAsyncApi.listAttachmentsOnServer(String serverId)
List volume attachments for a given instance.
|
Set<VolumeAttachment> |
VolumeApi.listAttachmentsOnServer(String serverId)
List volume attachments for a given instance.
|
Copyright © 2009-2012 jclouds. All Rights Reserved.