public class CinderVolumeAttachment extends Object implements VolumeAttachment
Constructor and Description |
---|
CinderVolumeAttachment() |
Modifier and Type | Method and Description |
---|---|
String |
getDevice()
the device name in the server,like /dev/vdd
|
String |
getHostname()
return the host where volume is on
|
String |
getId()
Gets the id of this volume attachment
|
String |
getServerId()
the server's id in this volume attachment
|
String |
getVolumeId()
the volume's id in this volume attachment
|
String |
toString() |
public String getDevice()
VolumeAttachment
getDevice
in interface VolumeAttachment
public String getHostname()
VolumeAttachment
getHostname
in interface VolumeAttachment
public String getId()
VolumeAttachment
getId
in interface VolumeAttachment
public String getServerId()
VolumeAttachment
getServerId
in interface VolumeAttachment
public String getVolumeId()
VolumeAttachment
getVolumeId
in interface VolumeAttachment
Copyright © 2017. All rights reserved.