public class VmwareUplinkPortTeamingPolicy extends InheritablePolicy
Java class for VmwareUplinkPortTeamingPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmwareUplinkPortTeamingPolicy">
<complexContent>
<extension base="{urn:vim25}InheritablePolicy">
<sequence>
<element name="policy" type="{urn:vim25}StringPolicy" minOccurs="0"/>
<element name="reversePolicy" type="{urn:vim25}BoolPolicy" minOccurs="0"/>
<element name="notifySwitches" type="{urn:vim25}BoolPolicy" minOccurs="0"/>
<element name="rollingOrder" type="{urn:vim25}BoolPolicy" minOccurs="0"/>
<element name="failureCriteria" type="{urn:vim25}DVSFailureCriteria" minOccurs="0"/>
<element name="uplinkPortOrder" type="{urn:vim25}VMwareUplinkPortOrderPolicy" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DVSFailureCriteria |
failureCriteria |
protected BoolPolicy |
notifySwitches |
protected StringPolicy |
policy |
protected BoolPolicy |
reversePolicy |
protected BoolPolicy |
rollingOrder |
protected VMwareUplinkPortOrderPolicy |
uplinkPortOrder |
inherited| Constructor and Description |
|---|
VmwareUplinkPortTeamingPolicy() |
| Modifier and Type | Method and Description |
|---|---|
DVSFailureCriteria |
getFailureCriteria()
Gets the value of the failureCriteria property.
|
BoolPolicy |
getNotifySwitches()
Gets the value of the notifySwitches property.
|
StringPolicy |
getPolicy()
Gets the value of the policy property.
|
BoolPolicy |
getReversePolicy()
Gets the value of the reversePolicy property.
|
BoolPolicy |
getRollingOrder()
Gets the value of the rollingOrder property.
|
VMwareUplinkPortOrderPolicy |
getUplinkPortOrder()
Gets the value of the uplinkPortOrder property.
|
void |
setFailureCriteria(DVSFailureCriteria value)
Sets the value of the failureCriteria property.
|
void |
setNotifySwitches(BoolPolicy value)
Sets the value of the notifySwitches property.
|
void |
setPolicy(StringPolicy value)
Sets the value of the policy property.
|
void |
setReversePolicy(BoolPolicy value)
Sets the value of the reversePolicy property.
|
void |
setRollingOrder(BoolPolicy value)
Sets the value of the rollingOrder property.
|
void |
setUplinkPortOrder(VMwareUplinkPortOrderPolicy value)
Sets the value of the uplinkPortOrder property.
|
isInherited, setInheritedprotected StringPolicy policy
protected BoolPolicy reversePolicy
protected BoolPolicy notifySwitches
protected BoolPolicy rollingOrder
protected DVSFailureCriteria failureCriteria
protected VMwareUplinkPortOrderPolicy uplinkPortOrder
public StringPolicy getPolicy()
StringPolicypublic void setPolicy(StringPolicy value)
value - allowed object is
StringPolicypublic BoolPolicy getReversePolicy()
BoolPolicypublic void setReversePolicy(BoolPolicy value)
value - allowed object is
BoolPolicypublic BoolPolicy getNotifySwitches()
BoolPolicypublic void setNotifySwitches(BoolPolicy value)
value - allowed object is
BoolPolicypublic BoolPolicy getRollingOrder()
BoolPolicypublic void setRollingOrder(BoolPolicy value)
value - allowed object is
BoolPolicypublic DVSFailureCriteria getFailureCriteria()
DVSFailureCriteriapublic void setFailureCriteria(DVSFailureCriteria value)
value - allowed object is
DVSFailureCriteriapublic VMwareUplinkPortOrderPolicy getUplinkPortOrder()
VMwareUplinkPortOrderPolicypublic void setUplinkPortOrder(VMwareUplinkPortOrderPolicy value)
value - allowed object is
VMwareUplinkPortOrderPolicyCopyright © 2018. All rights reserved.