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, unsetLinks
protected 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
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 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 Statistics getStatistics()
Statistics
public void setStatistics(Statistics value)
value
- allowed object is
Statistics
public boolean isSetStatistics()
public Boolean isCheckConnectivity()
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()
Copyright © 2012. All Rights Reserved.