Package com.woorea.openstack.nova.model
Class VolumeAttachment
- java.lang.Object
-
- com.woorea.openstack.nova.model.VolumeAttachment
-
- All Implemented Interfaces:
Serializable
public class VolumeAttachment extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VolumeAttachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDevice()StringgetId()StringgetServerId()StringgetVolumeId()voidsetDevice(String device)voidsetId(String id)voidsetServerId(String serverId)voidsetVolumeId(String volumeId)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getVolumeId
public String getVolumeId()
-
setVolumeId
public void setVolumeId(String volumeId)
-
getServerId
public String getServerId()
-
setServerId
public void setServerId(String serverId)
-
getDevice
public String getDevice()
-
setDevice
public void setDevice(String device)
-
-