public class VolumeManagementDto extends SingleResourceTransportDto
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_ISCSI_MEDIA_TYPE |
static String |
ISCSI_MEDIA_TYPE |
static String |
MEDIA_TYPE_24 |
static String |
REL_PREFIX |
static String |
SHORT_MEDIA_TYPE_XML |
API_VERSION, API_VERSION_20, API_VERSION_22, API_VERSION_23, API_VERSION_24, API_VERSION_26, API_VERSION_27, API_VERSION_28, API_VERSION_29, APPLICATION, editLink, JSON, links, VERSION_PARAM, XML| Constructor and Description |
|---|
VolumeManagementDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseMediaType() |
String |
getDescription()
Description of the volume
|
Integer |
getId()
Identifier of the entity
|
Integer |
getIdImage()
Returns the identifier of the image if the volume is persistent, returns null otherwise
|
String |
getIdScsi()
iSCSI address for the volume in the target device.
|
String |
getMediaType() |
String |
getName()
Name of the volume
|
Integer |
getSequence()
The attachment order of this volume when attached to a virtual machine
|
long |
getSizeInMB()
Size in MB of the volume
|
String |
getState()
State of the volume (attached/detached)
|
String |
getUuid()
Unique universal identifier of the volume.
|
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setIdImage(Integer idImage) |
void |
setIdScsi(String idScsi) |
void |
setName(String name) |
void |
setSequence(Integer sequence) |
void |
setSizeInMB(long sizeInMB) |
void |
setState(String state) |
void |
setUuid(String uuid) |
addEditLink, addLink, addLinks, getEditLink, getIdFromLink, getLinks, modifyLink, searchLink, searchLink, searchLinkByHref, searchLinks, setLinkspublic static final String BASE_ISCSI_MEDIA_TYPE
public static final String SHORT_MEDIA_TYPE_XML
public static final String MEDIA_TYPE_24
public static final String ISCSI_MEDIA_TYPE
public static final String REL_PREFIX
public Integer getId()
public void setId(Integer id)
public String getIdScsi()
public void setIdScsi(String idScsi)
public String getState()
public void setState(String state)
public String getUuid()
public void setUuid(String uuid)
@NotNull public String getName()
public void setName(String name)
@NotNull public long getSizeInMB()
public void setSizeInMB(long sizeInMB)
public Integer getSequence()
public void setSequence(Integer sequence)
public String getDescription()
public void setDescription(String description)
public Integer getIdImage()
public void setIdImage(Integer idImage)
public String getMediaType()
getMediaType in class SingleResourceTransportDtopublic String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDtoCopyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.