public class VMwareIpfixConfig extends DynamicData
Java class for VMwareIpfixConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VMwareIpfixConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="collectorIpAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="collectorPort" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="observationDomainId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="activeFlowTimeout" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="idleFlowTimeout" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="samplingRate" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="internalFlowsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
activeFlowTimeout |
protected String |
collectorIpAddress |
protected Integer |
collectorPort |
protected int |
idleFlowTimeout |
protected boolean |
internalFlowsOnly |
protected Long |
observationDomainId |
protected int |
samplingRate |
| Constructor and Description |
|---|
VMwareIpfixConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveFlowTimeout()
Gets the value of the activeFlowTimeout property.
|
String |
getCollectorIpAddress()
Gets the value of the collectorIpAddress property.
|
Integer |
getCollectorPort()
Gets the value of the collectorPort property.
|
int |
getIdleFlowTimeout()
Gets the value of the idleFlowTimeout property.
|
Long |
getObservationDomainId()
Gets the value of the observationDomainId property.
|
int |
getSamplingRate()
Gets the value of the samplingRate property.
|
boolean |
isInternalFlowsOnly()
Gets the value of the internalFlowsOnly property.
|
void |
setActiveFlowTimeout(int value)
Sets the value of the activeFlowTimeout property.
|
void |
setCollectorIpAddress(String value)
Sets the value of the collectorIpAddress property.
|
void |
setCollectorPort(Integer value)
Sets the value of the collectorPort property.
|
void |
setIdleFlowTimeout(int value)
Sets the value of the idleFlowTimeout property.
|
void |
setInternalFlowsOnly(boolean value)
Sets the value of the internalFlowsOnly property.
|
void |
setObservationDomainId(Long value)
Sets the value of the observationDomainId property.
|
void |
setSamplingRate(int value)
Sets the value of the samplingRate property.
|
protected String collectorIpAddress
protected Integer collectorPort
protected Long observationDomainId
protected int activeFlowTimeout
protected int idleFlowTimeout
protected int samplingRate
protected boolean internalFlowsOnly
public String getCollectorIpAddress()
Stringpublic void setCollectorIpAddress(String value)
value - allowed object is
Stringpublic Integer getCollectorPort()
Integerpublic void setCollectorPort(Integer value)
value - allowed object is
Integerpublic Long getObservationDomainId()
Longpublic void setObservationDomainId(Long value)
value - allowed object is
Longpublic int getActiveFlowTimeout()
public void setActiveFlowTimeout(int value)
public int getIdleFlowTimeout()
public void setIdleFlowTimeout(int value)
public int getSamplingRate()
public void setSamplingRate(int value)
public boolean isInternalFlowsOnly()
public void setInternalFlowsOnly(boolean value)
Copyright © 2018. All rights reserved.