public class NIC extends BaseDevice
Java class for NIC complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NIC">
<complexContent>
<extension base="{}BaseDevice">
<sequence>
<element ref="{}network" minOccurs="0"/>
<element name="interface" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}mac" minOccurs="0"/>
<element name="statistics" type="{}Statistics" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_interface |
protected MAC |
mac |
protected Network |
network |
protected Statistics |
statistics |
template, vmactions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
NIC() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInterface()
Gets the value of the interface property.
|
MAC |
getMac()
Gets the value of the mac property.
|
Network |
getNetwork()
Gets the value of the network property.
|
Statistics |
getStatistics()
Gets the value of the statistics property.
|
boolean |
isSetInterface() |
boolean |
isSetMac() |
boolean |
isSetNetwork() |
boolean |
isSetStatistics() |
void |
setInterface(String value)
Sets the value of the interface property.
|
void |
setMac(MAC value)
Sets the value of the mac property.
|
void |
setNetwork(Network value)
Sets the value of the network property.
|
void |
setStatistics(Statistics value)
Sets the value of the statistics property.
|
getTemplate, getVm, isSetTemplate, isSetVm, setTemplate, setVmgetActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected Network network
protected String _interface
protected MAC mac
protected Statistics statistics
public Network getNetwork()
Networkpublic void setNetwork(Network value)
value - allowed object is
Networkpublic boolean isSetNetwork()
public String getInterface()
Stringpublic void setInterface(String value)
value - allowed object is
Stringpublic boolean isSetInterface()
public void setMac(MAC value)
value - allowed object is
MACpublic boolean isSetMac()
public Statistics getStatistics()
Statisticspublic void setStatistics(Statistics value)
value - allowed object is
Statisticspublic boolean isSetStatistics()
Copyright © 2012. All Rights Reserved.