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