public class VolumeManagementDto extends SingleResourceTransportDto
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_ISCSI_MEDIA_TYPE |
static String |
ISCSI_MEDIA_TYPE |
static String |
ISCSI_MEDIA_TYPE_JSON |
static String |
MEDIA_TYPE |
static String |
MEDIA_TYPE_JSON |
static String |
MEDIA_TYPE_XML |
static String |
REL_PREFIX |
static String |
SHORT_MEDIA_TYPE_JSON |
static String |
SHORT_MEDIA_TYPE_XML |
static String |
TYPE |
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 |
getConnection()
Address for the volume in the target device.
|
String |
getDescription()
Description of the volume
|
Integer |
getId()
Identifier of the entity
|
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.
|
boolean |
isAllowResize() |
void |
setAllowResize(boolean allowResize) |
void |
setConnection(String connection) |
void |
setDescription(String description) |
void |
setId(Integer id) |
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 TYPE
public static final String MEDIA_TYPE
public static final String SHORT_MEDIA_TYPE_JSON
public static final String SHORT_MEDIA_TYPE_XML
public static final String MEDIA_TYPE_XML
public static final String MEDIA_TYPE_JSON
public static final String BASE_ISCSI_MEDIA_TYPE
public static final String ISCSI_MEDIA_TYPE_JSON
public static final String ISCSI_MEDIA_TYPE
public static final String REL_PREFIX
public Integer getId()
public void setId(Integer id)
public String getConnection()
public void setConnection(String connection)
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 boolean isAllowResize()
public void setAllowResize(boolean allowResize)
public String getMediaType()
getMediaType in class SingleResourceTransportDtopublic String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDtoCopyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.