public class NetworkInterfaceDto extends SingleResourceTransportDto
| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPE |
static String |
MEDIA_TYPE_JSON |
static String |
MEDIA_TYPE_XML |
static String |
NETWORK_SERVICE_TYPE_REL |
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 |
|---|
NetworkInterfaceDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseMediaType() |
Integer |
getId()
Identifier of the entity
|
String |
getMac()
MAC address of the Network Interface in the target Hypervisor
|
String |
getMediaType() |
String |
getName()
Name of the Network Interface in the target Hypervisor
|
RESTLink |
getNetworkServiceTypeLink() |
void |
setId(Integer id) |
void |
setMac(String mac) |
void |
setName(String name) |
void |
setNetworkServiceTypeLink(String href) |
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 NETWORK_SERVICE_TYPE_REL
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public String getMac()
public void setMac(String mac)
public void setNetworkServiceTypeLink(String href)
public RESTLink getNetworkServiceTypeLink()
public String getMediaType()
getMediaType in class SingleResourceTransportDtopublic String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDtoCopyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.