public class VirtualMachineWithNodeDto extends VirtualMachineDto
| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPE |
static String |
MEDIA_TYPE_22 |
static String |
MEDIA_TYPE_23 |
static String |
MEDIA_TYPE_24 |
static String |
MEDIA_TYPE_26 |
static String |
MEDIA_TYPE_27 |
static String |
MEDIA_TYPE_JSON |
static String |
MEDIA_TYPE_JSON_26 |
static String |
MEDIA_TYPE_JSON_27 |
static String |
MEDIA_TYPE_XML |
static String |
SHORT_MEDIA_TYPE_JSON |
static String |
SHORT_MEDIA_TYPE_XML |
static String |
TYPE |
MEDIA_TYPE_XML_26API_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 |
|---|
VirtualMachineWithNodeDto() |
VirtualMachineWithNodeDto(VirtualMachineDto dto,
Integer nodeId,
String nodeName,
Integer x,
Integer y) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseMediaType() |
String |
getMediaType() |
Integer |
getNodeId()
Node ID, nothing to do with the virtual machine ID
|
String |
getNodeName()
Friendly name to be displayed.
|
int |
getX()
X coordinate
|
int |
getY()
Y coordinate
|
void |
setNodeId(Integer nodeId) |
void |
setNodeName(String nodeName) |
void |
setX(int x) |
void |
setY(int y) |
getCoresPerSocket, getCpu, getDescription, getDvd, getHdInBytes, getHighDisponibility, getId, getIdState, getIdType, getKeymap, getLabel, getMetadata, getName, getPassword, getRam, getRunlist, getState, getType, getUuid, getVdrpEnabled, getVdrpIP, getVdrpPort, setCoresPerSocket, setCpu, setDescription, setDvd, setHdInBytes, setHighDisponibility, setId, setIdState, setIdType, setKeymap, setLabel, setMetadata, setName, setNicLinks, setPassword, setRam, setRunlist, setState, setType, setUuid, setVdrpEnabled, setVdrpIP, setVdrpPortaddEditLink, 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 MEDIA_TYPE_JSON_26
public static final String MEDIA_TYPE_JSON_27
public static final String MEDIA_TYPE_22
public static final String MEDIA_TYPE_23
public static final String MEDIA_TYPE_24
public static final String MEDIA_TYPE_26
public static final String MEDIA_TYPE_27
public VirtualMachineWithNodeDto()
public VirtualMachineWithNodeDto(VirtualMachineDto dto, Integer nodeId, String nodeName, Integer x, Integer y)
public String getBaseMediaType()
getBaseMediaType in class VirtualMachineDtopublic String getMediaType()
getMediaType in class VirtualMachineDtopublic Integer getNodeId()
@NotNull public String getNodeName()
@NotNull public int getX()
@NotNull public int getY()
public void setNodeId(Integer nodeId)
public void setNodeName(String nodeName)
public void setX(int x)
public void setY(int y)
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.