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"/>
</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.
|
Properties |
getProperties()
Gets the value of the properties 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.
|
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 |
isSetProperties() |
boolean |
isSetSpeed() |
boolean |
isSetStatistics() |
boolean |
isSetStatus() |
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 |
setProperties(Properties value)
Sets the value of the properties 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 |
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, unsetLinksgetActions, isSetActions, setActionspublic void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public Network getNetwork()
Networkpublic void setNetwork(Network value)
value - allowed object is
Networkpublic boolean isSetNetwork()
public void setMac(MAC value)
value - allowed object is
MACpublic boolean isSetMac()
public void setIp(IP value)
value - allowed object is
IPpublic boolean isSetIp()
public String getBaseInterface()
Stringpublic void setBaseInterface(String value)
value - allowed object is
Stringpublic boolean isSetBaseInterface()
public void setVlan(VLAN value)
value - allowed object is
VLANpublic boolean isSetVlan()
public Bonding getBonding()
Bondingpublic void setBonding(Bonding value)
value - allowed object is
Bondingpublic boolean isSetBonding()
public String getBootProtocol()
Stringpublic void setBootProtocol(String value)
value - allowed object is
Stringpublic boolean isSetBootProtocol()
public Object getStatistics()
Statisticspublic void setStatistics(Statistics value)
value - allowed object is
Statisticspublic boolean isSetStatistics()
public Boolean getCheckConnectivity()
Booleanpublic void setCheckConnectivity(Boolean value)
value - allowed object is
Booleanpublic boolean isSetCheckConnectivity()
public Long getSpeed()
Longpublic void setSpeed(Long value)
value - allowed object is
Longpublic boolean isSetSpeed()
public Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
public Integer getMtu()
Integerpublic void setMtu(Integer value)
value - allowed object is
Integerpublic boolean isSetMtu()
public Boolean getBridged()
Booleanpublic void setBridged(Boolean value)
value - allowed object is
Booleanpublic boolean isSetBridged()
public Boolean getCustomConfiguration()
Booleanpublic void setCustomConfiguration(Boolean value)
value - allowed object is
Booleanpublic boolean isSetCustomConfiguration()
public Boolean getOverrideConfiguration()
Booleanpublic void setOverrideConfiguration(Boolean value)
value - allowed object is
Booleanpublic boolean isSetOverrideConfiguration()
public Object getLabels()
Labelspublic void setLabels(Labels value)
value - allowed object is
Labelspublic boolean isSetLabels()
public Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic boolean isSetProperties()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0