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 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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Bonding |
bonding |
protected String |
bootProtocol |
protected Boolean |
checkConnectivity |
protected Host |
host |
protected IP |
ip |
protected MAC |
mac |
protected Network |
network |
protected Long |
speed |
protected Statistics |
statistics |
protected Status |
status |
protected VLAN |
vlan |
actions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
HostNIC() |
| Modifier and Type | Method and Description |
|---|---|
Bonding |
getBonding()
Gets the value of the bonding property.
|
String |
getBootProtocol()
Gets the value of the bootProtocol property.
|
Host |
getHost()
Gets the value of the host property.
|
IP |
getIp()
Gets the value of the ip property.
|
MAC |
getMac()
Gets the value of the mac property.
|
Network |
getNetwork()
Gets the value of the network property.
|
Long |
getSpeed()
Gets the value of the speed property.
|
Statistics |
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 |
isCheckConnectivity()
Gets the value of the checkConnectivity property.
|
boolean |
isSetBonding() |
boolean |
isSetBootProtocol() |
boolean |
isSetCheckConnectivity() |
boolean |
isSetHost() |
boolean |
isSetIp() |
boolean |
isSetMac() |
boolean |
isSetNetwork() |
boolean |
isSetSpeed() |
boolean |
isSetStatistics() |
boolean |
isSetStatus() |
boolean |
isSetVlan() |
void |
setBonding(Bonding value)
Sets the value of the bonding property.
|
void |
setBootProtocol(String value)
Sets the value of the bootProtocol property.
|
void |
setCheckConnectivity(Boolean value)
Sets the value of the checkConnectivity property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setIp(IP value)
Sets the value of the ip property.
|
void |
setMac(MAC value)
Sets the value of the mac property.
|
void |
setNetwork(Network value)
Sets the value of the network 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.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected Host host
protected Network network
protected MAC mac
protected IP ip
protected VLAN vlan
protected Bonding bonding
protected String bootProtocol
protected Statistics statistics
protected Boolean checkConnectivity
protected Long speed
protected Status status
public 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 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 Statistics getStatistics()
Statisticspublic void setStatistics(Statistics value)
value - allowed object is
Statisticspublic boolean isSetStatistics()
public Boolean isCheckConnectivity()
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()
Copyright © 2012. All Rights Reserved.