Uses of Class
org.jclouds.openstack.nova.v2_0.domain.VolumeAttachment
Packages that use VolumeAttachment
Package
Description
-
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 VolumeAttachmentMethods in org.jclouds.openstack.nova.v2_0.domain that return VolumeAttachmentMethods in org.jclouds.openstack.nova.v2_0.domain that return types with arguments of type VolumeAttachmentMethods in org.jclouds.openstack.nova.v2_0.domain with parameters of type VolumeAttachmentModifier and TypeMethodDescriptionVolume.Builder.attachments
(VolumeAttachment... in) VolumeAttachment.Builder.fromVolumeAttachment
(VolumeAttachment in) Method parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type VolumeAttachmentConstructor parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type VolumeAttachment -
Uses of VolumeAttachment in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions that return VolumeAttachmentModifier and TypeMethodDescriptionVolumeAttachmentApi.attachVolumeToServerAsDevice
(String volumeId, String serverId, String device) Attaches a Volume to a Server.VolumeAttachmentApi.getAttachmentForVolumeOnServer
(String volumeId, String serverId) Gets a specific Volume Attachment for a Volume and Server.Methods in org.jclouds.openstack.nova.v2_0.extensions that return types with arguments of type VolumeAttachmentModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<VolumeAttachment> VolumeAttachmentApi.listAttachmentsOnServer
(String serverId) Lists Volume Attachments for a given Server.