|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VolumeAttachment | |
|---|---|
| org.jclouds.openstack.nova.v2_0.domain | |
| org.jclouds.openstack.nova.v2_0.extensions | |
| Uses of VolumeAttachment in org.jclouds.openstack.nova.v2_0.domain |
|---|
| Fields in org.jclouds.openstack.nova.v2_0.domain with type parameters of type VolumeAttachment | |
|---|---|
protected Set<VolumeAttachment> |
Volume.Builder.attachments
|
| Methods in org.jclouds.openstack.nova.v2_0.domain that return VolumeAttachment | |
|---|---|
VolumeAttachment |
VolumeAttachment.Builder.build()
|
| Methods in org.jclouds.openstack.nova.v2_0.domain that return types with arguments of type VolumeAttachment | |
|---|---|
Set<VolumeAttachment> |
Volume.getAttachments()
|
| Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type VolumeAttachment | |
|---|---|
T |
Volume.Builder.attachments(VolumeAttachment... in)
|
T |
VolumeAttachment.Builder.fromVolumeAttachment(VolumeAttachment in)
|
| Method parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type VolumeAttachment | |
|---|---|
T |
Volume.Builder.attachments(Set<VolumeAttachment> attachments)
|
| Constructor parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type VolumeAttachment | |
|---|---|
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)
|
|
| Uses of VolumeAttachment in org.jclouds.openstack.nova.v2_0.extensions |
|---|
| Methods in org.jclouds.openstack.nova.v2_0.extensions that return VolumeAttachment | |
|---|---|
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 |
| Methods in org.jclouds.openstack.nova.v2_0.extensions that return types with arguments of type VolumeAttachment | |
|---|---|
com.google.common.collect.FluentIterable<VolumeAttachment> |
VolumeAttachmentApi.listAttachmentsOnServer(String serverId)
List Volume Attachments for a given Server. |
com.google.common.collect.FluentIterable<VolumeAttachment> |
VolumeApi.listAttachmentsOnServer(String serverId)
Deprecated. To be removed in jclouds 1.7 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||