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