public class HostNicTeamingPolicy extends DynamicData
Java class for HostNicTeamingPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostNicTeamingPolicy">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="policy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="reversePolicy" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="notifySwitches" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="rollingOrder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="failureCriteria" type="{urn:vim25}HostNicFailureCriteria" minOccurs="0"/>
<element name="nicOrder" type="{urn:vim25}HostNicOrderPolicy" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostNicFailureCriteria |
failureCriteria |
protected HostNicOrderPolicy |
nicOrder |
protected Boolean |
notifySwitches |
protected String |
policy |
protected Boolean |
reversePolicy |
protected Boolean |
rollingOrder |
| Constructor and Description |
|---|
HostNicTeamingPolicy() |
| Modifier and Type | Method and Description |
|---|---|
HostNicFailureCriteria |
getFailureCriteria()
Gets the value of the failureCriteria property.
|
HostNicOrderPolicy |
getNicOrder()
Gets the value of the nicOrder property.
|
String |
getPolicy()
Gets the value of the policy property.
|
Boolean |
isNotifySwitches()
Gets the value of the notifySwitches property.
|
Boolean |
isReversePolicy()
Gets the value of the reversePolicy property.
|
Boolean |
isRollingOrder()
Gets the value of the rollingOrder property.
|
void |
setFailureCriteria(HostNicFailureCriteria value)
Sets the value of the failureCriteria property.
|
void |
setNicOrder(HostNicOrderPolicy value)
Sets the value of the nicOrder property.
|
void |
setNotifySwitches(Boolean value)
Sets the value of the notifySwitches property.
|
void |
setPolicy(String value)
Sets the value of the policy property.
|
void |
setReversePolicy(Boolean value)
Sets the value of the reversePolicy property.
|
void |
setRollingOrder(Boolean value)
Sets the value of the rollingOrder property.
|
protected String policy
protected Boolean reversePolicy
protected Boolean notifySwitches
protected Boolean rollingOrder
protected HostNicFailureCriteria failureCriteria
protected HostNicOrderPolicy nicOrder
public String getPolicy()
Stringpublic void setPolicy(String value)
value - allowed object is
Stringpublic Boolean isReversePolicy()
Booleanpublic void setReversePolicy(Boolean value)
value - allowed object is
Booleanpublic Boolean isNotifySwitches()
Booleanpublic void setNotifySwitches(Boolean value)
value - allowed object is
Booleanpublic Boolean isRollingOrder()
Booleanpublic void setRollingOrder(Boolean value)
value - allowed object is
Booleanpublic HostNicFailureCriteria getFailureCriteria()
HostNicFailureCriteriapublic void setFailureCriteria(HostNicFailureCriteria value)
value - allowed object is
HostNicFailureCriteriapublic HostNicOrderPolicy getNicOrder()
HostNicOrderPolicypublic void setNicOrder(HostNicOrderPolicy value)
value - allowed object is
HostNicOrderPolicyCopyright © 2018. All rights reserved.