public class DVSFailureCriteria extends InheritablePolicy
Java class for DVSFailureCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVSFailureCriteria">
<complexContent>
<extension base="{urn:vim25}InheritablePolicy">
<sequence>
<element name="checkSpeed" type="{urn:vim25}StringPolicy" minOccurs="0"/>
<element name="speed" type="{urn:vim25}IntPolicy" minOccurs="0"/>
<element name="checkDuplex" type="{urn:vim25}BoolPolicy" minOccurs="0"/>
<element name="fullDuplex" type="{urn:vim25}BoolPolicy" minOccurs="0"/>
<element name="checkErrorPercent" type="{urn:vim25}BoolPolicy" minOccurs="0"/>
<element name="percentage" type="{urn:vim25}IntPolicy" minOccurs="0"/>
<element name="checkBeacon" type="{urn:vim25}BoolPolicy" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BoolPolicy |
checkBeacon |
protected BoolPolicy |
checkDuplex |
protected BoolPolicy |
checkErrorPercent |
protected StringPolicy |
checkSpeed |
protected BoolPolicy |
fullDuplex |
protected IntPolicy |
percentage |
protected IntPolicy |
speed |
inherited| Constructor and Description |
|---|
DVSFailureCriteria() |
| Modifier and Type | Method and Description |
|---|---|
BoolPolicy |
getCheckBeacon()
Gets the value of the checkBeacon property.
|
BoolPolicy |
getCheckDuplex()
Gets the value of the checkDuplex property.
|
BoolPolicy |
getCheckErrorPercent()
Gets the value of the checkErrorPercent property.
|
StringPolicy |
getCheckSpeed()
Gets the value of the checkSpeed property.
|
BoolPolicy |
getFullDuplex()
Gets the value of the fullDuplex property.
|
IntPolicy |
getPercentage()
Gets the value of the percentage property.
|
IntPolicy |
getSpeed()
Gets the value of the speed property.
|
void |
setCheckBeacon(BoolPolicy value)
Sets the value of the checkBeacon property.
|
void |
setCheckDuplex(BoolPolicy value)
Sets the value of the checkDuplex property.
|
void |
setCheckErrorPercent(BoolPolicy value)
Sets the value of the checkErrorPercent property.
|
void |
setCheckSpeed(StringPolicy value)
Sets the value of the checkSpeed property.
|
void |
setFullDuplex(BoolPolicy value)
Sets the value of the fullDuplex property.
|
void |
setPercentage(IntPolicy value)
Sets the value of the percentage property.
|
void |
setSpeed(IntPolicy value)
Sets the value of the speed property.
|
isInherited, setInheritedprotected StringPolicy checkSpeed
protected IntPolicy speed
protected BoolPolicy checkDuplex
protected BoolPolicy fullDuplex
protected BoolPolicy checkErrorPercent
protected IntPolicy percentage
protected BoolPolicy checkBeacon
public StringPolicy getCheckSpeed()
StringPolicypublic void setCheckSpeed(StringPolicy value)
value - allowed object is
StringPolicypublic IntPolicy getSpeed()
IntPolicypublic void setSpeed(IntPolicy value)
value - allowed object is
IntPolicypublic BoolPolicy getCheckDuplex()
BoolPolicypublic void setCheckDuplex(BoolPolicy value)
value - allowed object is
BoolPolicypublic BoolPolicy getFullDuplex()
BoolPolicypublic void setFullDuplex(BoolPolicy value)
value - allowed object is
BoolPolicypublic BoolPolicy getCheckErrorPercent()
BoolPolicypublic void setCheckErrorPercent(BoolPolicy value)
value - allowed object is
BoolPolicypublic IntPolicy getPercentage()
IntPolicypublic void setPercentage(IntPolicy value)
value - allowed object is
IntPolicypublic BoolPolicy getCheckBeacon()
BoolPolicypublic void setCheckBeacon(BoolPolicy value)
value - allowed object is
BoolPolicyCopyright © 2018. All rights reserved.