Package org.openstack4j.model.compute
Interface VolumeAttachment
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
NovaVolumeAttachment
public interface VolumeAttachment extends ModelEntity
Provides volume attachment result- Author:
- Octopus Zhang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDevice()the device name in the server,like /dev/vddStringgetId()Gets the id.StringgetServerId()the server's id int this attachmentStringgetVolumeId()the volume's id int this attachment
-
-
-
Method Detail
-
getDevice
String getDevice()
the device name in the server,like /dev/vdd- Returns:
- device name
-
getId
String getId()
Gets the id.- Returns:
- the id
-
getServerId
String getServerId()
the server's id int this attachment- Returns:
- the id
-
getVolumeId
String getVolumeId()
the volume's id int this attachment- Returns:
- the id
-
-