public class HostNIC extends BaseResource
Java class for HostNIC complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostNIC"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}host" minOccurs="0"/> <element ref="{}network" minOccurs="0"/> <element ref="{}mac" minOccurs="0"/> <element ref="{}ip" minOccurs="0"/> <element name="base_interface" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}vlan" minOccurs="0"/> <element ref="{}bonding" minOccurs="0"/> <element name="boot_protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="statistics" type="{}Statistics" minOccurs="0"/> <element name="check_connectivity" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="speed" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element ref="{}status" minOccurs="0"/> <element name="mtu" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="bridged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="custom_configuration" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="override_configuration" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{}labels" minOccurs="0"/> <element ref="{}properties" minOccurs="0"/> <element name="virtual_functions_configuration" type="{}HostNicVirtualFunctionsConfiguration" minOccurs="0"/> <element ref="{}qos" minOccurs="0"/> <element name="physical_function" type="{}HostNIC" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
HostNIC() |
Modifier and Type | Method and Description |
---|---|
String |
getBaseInterface()
Gets the value of the baseInterface property.
|
Bonding |
getBonding()
Gets the value of the bonding property.
|
String |
getBootProtocol()
Gets the value of the bootProtocol property.
|
Boolean |
getBridged()
Gets the value of the bridged property.
|
Boolean |
getCheckConnectivity()
Gets the value of the checkConnectivity property.
|
Boolean |
getCustomConfiguration()
Gets the value of the customConfiguration property.
|
Host |
getHost()
Gets the value of the host property.
|
IP |
getIp()
Gets the value of the ip property.
|
Object |
getLabels()
Gets the value of the labels property.
|
MAC |
getMac()
Gets the value of the mac property.
|
Integer |
getMtu()
Gets the value of the mtu property.
|
Network |
getNetwork()
Gets the value of the network property.
|
Boolean |
getOverrideConfiguration()
Gets the value of the overrideConfiguration property.
|
HostNIC |
getPhysicalFunction()
Gets the value of the physicalFunction property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
QoS |
getQos()
Gets the value of the qos property.
|
Long |
getSpeed()
Gets the value of the speed property.
|
Object |
getStatistics()
Gets the value of the statistics property.
|
Status |
getStatus()
Gets the value of the status property.
|
HostNicVirtualFunctionsConfiguration |
getVirtualFunctionsConfiguration()
Gets the value of the virtualFunctionsConfiguration property.
|
VLAN |
getVlan()
Gets the value of the vlan property.
|
boolean |
isSetBaseInterface() |
boolean |
isSetBonding() |
boolean |
isSetBootProtocol() |
boolean |
isSetBridged() |
boolean |
isSetCheckConnectivity() |
boolean |
isSetCustomConfiguration() |
boolean |
isSetHost() |
boolean |
isSetIp() |
boolean |
isSetLabels() |
boolean |
isSetMac() |
boolean |
isSetMtu() |
boolean |
isSetNetwork() |
boolean |
isSetOverrideConfiguration() |
boolean |
isSetPhysicalFunction() |
boolean |
isSetProperties() |
boolean |
isSetQos() |
boolean |
isSetSpeed() |
boolean |
isSetStatistics() |
boolean |
isSetStatus() |
boolean |
isSetVirtualFunctionsConfiguration() |
boolean |
isSetVlan() |
void |
setBaseInterface(String value)
Sets the value of the baseInterface property.
|
void |
setBonding(Bonding value)
Sets the value of the bonding property.
|
void |
setBootProtocol(String value)
Sets the value of the bootProtocol property.
|
void |
setBridged(Boolean value)
Sets the value of the bridged property.
|
void |
setCheckConnectivity(Boolean value)
Sets the value of the checkConnectivity property.
|
void |
setCustomConfiguration(Boolean value)
Sets the value of the customConfiguration property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setIp(IP value)
Sets the value of the ip property.
|
void |
setLabels(Labels value)
Sets the value of the labels property.
|
void |
setMac(MAC value)
Sets the value of the mac property.
|
void |
setMtu(Integer value)
Sets the value of the mtu property.
|
void |
setNetwork(Network value)
Sets the value of the network property.
|
void |
setOverrideConfiguration(Boolean value)
Sets the value of the overrideConfiguration property.
|
void |
setPhysicalFunction(HostNIC value)
Sets the value of the physicalFunction property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
void |
setQos(QoS value)
Sets the value of the qos property.
|
void |
setSpeed(Long value)
Sets the value of the speed property.
|
void |
setStatistics(Statistics value)
Sets the value of the statistics property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
void |
setVirtualFunctionsConfiguration(HostNicVirtualFunctionsConfiguration value)
Sets the value of the virtualFunctionsConfiguration property.
|
void |
setVlan(VLAN value)
Sets the value of the vlan property.
|
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 void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
public Network getNetwork()
Network
public void setNetwork(Network value)
value
- allowed object is
Network
public boolean isSetNetwork()
public void setMac(MAC value)
value
- allowed object is
MAC
public boolean isSetMac()
public void setIp(IP value)
value
- allowed object is
IP
public boolean isSetIp()
public String getBaseInterface()
String
public void setBaseInterface(String value)
value
- allowed object is
String
public boolean isSetBaseInterface()
public void setVlan(VLAN value)
value
- allowed object is
VLAN
public boolean isSetVlan()
public Bonding getBonding()
Bonding
public void setBonding(Bonding value)
value
- allowed object is
Bonding
public boolean isSetBonding()
public String getBootProtocol()
String
public void setBootProtocol(String value)
value
- allowed object is
String
public boolean isSetBootProtocol()
public Object getStatistics()
Statistics
public void setStatistics(Statistics value)
value
- allowed object is
Statistics
public boolean isSetStatistics()
public Boolean getCheckConnectivity()
Boolean
public void setCheckConnectivity(Boolean value)
value
- allowed object is
Boolean
public boolean isSetCheckConnectivity()
public Long getSpeed()
Long
public void setSpeed(Long value)
value
- allowed object is
Long
public boolean isSetSpeed()
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isSetStatus()
public Integer getMtu()
Integer
public void setMtu(Integer value)
value
- allowed object is
Integer
public boolean isSetMtu()
public Boolean getBridged()
Boolean
public void setBridged(Boolean value)
value
- allowed object is
Boolean
public boolean isSetBridged()
public Boolean getCustomConfiguration()
Boolean
public void setCustomConfiguration(Boolean value)
value
- allowed object is
Boolean
public boolean isSetCustomConfiguration()
public Boolean getOverrideConfiguration()
Boolean
public void setOverrideConfiguration(Boolean value)
value
- allowed object is
Boolean
public boolean isSetOverrideConfiguration()
public Object getLabels()
Labels
public void setLabels(Labels value)
value
- allowed object is
Labels
public boolean isSetLabels()
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public boolean isSetProperties()
public HostNicVirtualFunctionsConfiguration getVirtualFunctionsConfiguration()
HostNicVirtualFunctionsConfiguration
public void setVirtualFunctionsConfiguration(HostNicVirtualFunctionsConfiguration value)
value
- allowed object is
HostNicVirtualFunctionsConfiguration
public boolean isSetVirtualFunctionsConfiguration()
public void setQos(QoS value)
value
- allowed object is
QoS
public boolean isSetQos()
public HostNIC getPhysicalFunction()
HostNIC
public void setPhysicalFunction(HostNIC value)
value
- allowed object is
HostNIC
public boolean isSetPhysicalFunction()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0