public class NicDto extends SingleResourceTransportDto
IpPoolManagementDto20 when we retrieve it from a VirtualMachine. It
represents a Virtual NIC in a Virtual Machine. It is a readOnly object.| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPE |
static String |
MEDIA_TYPE_20 |
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 |
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 |
|---|
NicDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseMediaType() |
Integer |
getId()
Identifier of the entity
|
String |
getIp()
Ip address asociated to a NIC
|
String |
getMac()
MAC address of the NIC
|
String |
getMediaType() |
Integer |
getSequence()
Sequence of the NIC inside its Virtual Machine
|
Integer |
getTag() |
void |
setId(Integer id) |
void |
setIp(String ip) |
void |
setMac(String mac) |
void |
setSequence(Integer sequence) |
void |
setTag(Integer tag) |
addEditLink, addLink, addLinks, getEditLink, getIdFromLink, getLinks, modifyLink, searchLink, searchLink, searchLinkByHref, searchLinks, setLinkspublic 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_20
public static final String REL_PREFIX
public String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDtopublic Integer getId()
public String getIp()
public String getMac()
public String getMediaType()
getMediaType in class SingleResourceTransportDtopublic Integer getSequence()
public Integer getTag()
public void setId(Integer id)
public void setIp(String ip)
public void setMac(String mac)
public void setSequence(Integer sequence)
public void setTag(Integer tag)
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.