public class VMwareDvsLacpCapability extends DynamicData
Java class for VMwareDvsLacpCapability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VMwareDvsLacpCapability">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="lacpSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="multiLacpGroupSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
lacpSupported |
protected Boolean |
multiLacpGroupSupported |
| Constructor and Description |
|---|
VMwareDvsLacpCapability() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isLacpSupported()
Gets the value of the lacpSupported property.
|
Boolean |
isMultiLacpGroupSupported()
Gets the value of the multiLacpGroupSupported property.
|
void |
setLacpSupported(Boolean value)
Sets the value of the lacpSupported property.
|
void |
setMultiLacpGroupSupported(Boolean value)
Sets the value of the multiLacpGroupSupported property.
|
protected Boolean lacpSupported
protected Boolean multiLacpGroupSupported
public Boolean isLacpSupported()
Booleanpublic void setLacpSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isMultiLacpGroupSupported()
BooleanCopyright © 2018. All rights reserved.