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, vm
actions, 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, setVm
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
protected Network network
protected String _interface
protected MAC mac
protected Statistics statistics
public Network getNetwork()
Network
public void setNetwork(Network value)
value
- allowed object is
Network
public boolean isSetNetwork()
public String getInterface()
String
public void setInterface(String value)
value
- allowed object is
String
public boolean isSetInterface()
public void setMac(MAC value)
value
- allowed object is
MAC
public boolean isSetMac()
public Statistics getStatistics()
Statistics
public void setStatistics(Statistics value)
value
- allowed object is
Statistics
public boolean isSetStatistics()
Copyright © 2012. All Rights Reserved.