public class VMwareUplinkLacpPolicy extends InheritablePolicy
Java class for VMwareUplinkLacpPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VMwareUplinkLacpPolicy">
<complexContent>
<extension base="{urn:vim25}InheritablePolicy">
<sequence>
<element name="enable" type="{urn:vim25}BoolPolicy" minOccurs="0"/>
<element name="mode" type="{urn:vim25}StringPolicy" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BoolPolicy |
enable |
protected StringPolicy |
mode |
inherited| Constructor and Description |
|---|
VMwareUplinkLacpPolicy() |
| Modifier and Type | Method and Description |
|---|---|
BoolPolicy |
getEnable()
Gets the value of the enable property.
|
StringPolicy |
getMode()
Gets the value of the mode property.
|
void |
setEnable(BoolPolicy value)
Sets the value of the enable property.
|
void |
setMode(StringPolicy value)
Sets the value of the mode property.
|
isInherited, setInheritedprotected BoolPolicy enable
protected StringPolicy mode
public BoolPolicy getEnable()
BoolPolicypublic void setEnable(BoolPolicy value)
value - allowed object is
BoolPolicypublic StringPolicy getMode()
StringPolicypublic void setMode(StringPolicy value)
value - allowed object is
StringPolicyCopyright © 2018. All rights reserved.