public class HostNicFailureCriteria extends DynamicData
Java class for HostNicFailureCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostNicFailureCriteria">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="checkSpeed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="speed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="checkDuplex" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="fullDuplex" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="checkErrorPercent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="percentage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="checkBeacon" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
checkBeacon |
protected Boolean |
checkDuplex |
protected Boolean |
checkErrorPercent |
protected String |
checkSpeed |
protected Boolean |
fullDuplex |
protected Integer |
percentage |
protected Integer |
speed |
| Constructor and Description |
|---|
HostNicFailureCriteria() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckSpeed()
Gets the value of the checkSpeed property.
|
Integer |
getPercentage()
Gets the value of the percentage property.
|
Integer |
getSpeed()
Gets the value of the speed property.
|
Boolean |
isCheckBeacon()
Gets the value of the checkBeacon property.
|
Boolean |
isCheckDuplex()
Gets the value of the checkDuplex property.
|
Boolean |
isCheckErrorPercent()
Gets the value of the checkErrorPercent property.
|
Boolean |
isFullDuplex()
Gets the value of the fullDuplex property.
|
void |
setCheckBeacon(Boolean value)
Sets the value of the checkBeacon property.
|
void |
setCheckDuplex(Boolean value)
Sets the value of the checkDuplex property.
|
void |
setCheckErrorPercent(Boolean value)
Sets the value of the checkErrorPercent property.
|
void |
setCheckSpeed(String value)
Sets the value of the checkSpeed property.
|
void |
setFullDuplex(Boolean value)
Sets the value of the fullDuplex property.
|
void |
setPercentage(Integer value)
Sets the value of the percentage property.
|
void |
setSpeed(Integer value)
Sets the value of the speed property.
|
protected String checkSpeed
protected Integer speed
protected Boolean checkDuplex
protected Boolean fullDuplex
protected Boolean checkErrorPercent
protected Integer percentage
protected Boolean checkBeacon
public String getCheckSpeed()
Stringpublic void setCheckSpeed(String value)
value - allowed object is
Stringpublic Integer getSpeed()
Integerpublic void setSpeed(Integer value)
value - allowed object is
Integerpublic Boolean isCheckDuplex()
Booleanpublic void setCheckDuplex(Boolean value)
value - allowed object is
Booleanpublic Boolean isFullDuplex()
Booleanpublic void setFullDuplex(Boolean value)
value - allowed object is
Booleanpublic Boolean isCheckErrorPercent()
Booleanpublic void setCheckErrorPercent(Boolean value)
value - allowed object is
Booleanpublic Integer getPercentage()
Integerpublic void setPercentage(Integer value)
value - allowed object is
Integerpublic Boolean isCheckBeacon()
BooleanCopyright © 2018. All rights reserved.