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="linked" type="{http://www.w3.org/2001/XMLSchema}boolean" 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"/> <element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="plugged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{}port_mirroring" minOccurs="0"/> <element ref="{}reported_devices" minOccurs="0"/> <element ref="{}vnic_profile" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
NIC() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getActive()
Gets the value of the active property.
|
String |
getInterface()
Gets the value of the interface property.
|
Boolean |
getLinked()
Gets the value of the linked property.
|
MAC |
getMac()
Gets the value of the mac property.
|
Network |
getNetwork()
Gets the value of the network property.
|
Boolean |
getPlugged()
Gets the value of the plugged property.
|
PortMirroring |
getPortMirroring()
Gets the value of the portMirroring property.
|
Object |
getReportedDevices()
Gets the value of the reportedDevices property.
|
Object |
getStatistics()
Gets the value of the statistics property.
|
VnicProfile |
getVnicProfile()
Gets the value of the vnicProfile property.
|
boolean |
isSetActive() |
boolean |
isSetInterface() |
boolean |
isSetLinked() |
boolean |
isSetMac() |
boolean |
isSetNetwork() |
boolean |
isSetPlugged() |
boolean |
isSetPortMirroring() |
boolean |
isSetReportedDevices() |
boolean |
isSetStatistics() |
boolean |
isSetVnicProfile() |
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setInterface(String value)
Sets the value of the interface property.
|
void |
setLinked(Boolean value)
Sets the value of the linked property.
|
void |
setMac(MAC value)
Sets the value of the mac property.
|
void |
setNetwork(Network value)
Sets the value of the network property.
|
void |
setPlugged(Boolean value)
Sets the value of the plugged property.
|
void |
setPortMirroring(PortMirroring value)
Sets the value of the portMirroring property.
|
void |
setReportedDevices(ReportedDevices value)
Sets the value of the reportedDevices property.
|
void |
setStatistics(Statistics value)
Sets the value of the statistics property.
|
void |
setVnicProfile(VnicProfile value)
Sets the value of the vnicProfile property.
|
getTemplate, getVm, isSetTemplate, isSetVm, setTemplate, setVm
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public Network getNetwork()
Network
public void setNetwork(Network value)
value
- allowed object is
Network
public boolean isSetNetwork()
public Boolean getLinked()
Boolean
public void setLinked(Boolean value)
value
- allowed object is
Boolean
public boolean isSetLinked()
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 Object getStatistics()
Statistics
public void setStatistics(Statistics value)
value
- allowed object is
Statistics
public boolean isSetStatistics()
public Boolean getActive()
Boolean
public void setActive(Boolean value)
value
- allowed object is
Boolean
public boolean isSetActive()
public Boolean getPlugged()
Boolean
public void setPlugged(Boolean value)
value
- allowed object is
Boolean
public boolean isSetPlugged()
public PortMirroring getPortMirroring()
PortMirroring
public void setPortMirroring(PortMirroring value)
value
- allowed object is
PortMirroring
public boolean isSetPortMirroring()
public Object getReportedDevices()
ReportedDevices
public void setReportedDevices(ReportedDevices value)
value
- allowed object is
ReportedDevices
public boolean isSetReportedDevices()
public VnicProfile getVnicProfile()
VnicProfile
public void setVnicProfile(VnicProfile value)
value
- allowed object is
VnicProfile
public boolean isSetVnicProfile()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0