Files
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.9 KiB

vim.dvs.VmwareDistributedVirtualSwitch.IpfixConfig

Configuration for IPFIX monitoring of distributed virtual switch traffic. IPFIX monitoring must be enabled to use this capability. See VMwareDVSPortSetting . ipfixEnabled .

extends

vmodl.DynamicData

since

vSphere API 5.0

Attributes:

collectorIpAddress (str, optional):

IP address for the ipfix collector, specified using IPv4 dot notation. This must be set before ipfix monitoring can be enabled for the switch, or for any portgroup or port of the switch.

collectorPort (int, optional):

Port for the ipfix collector. This must be set before ipfix monitoring can be enabled for the switch, or for any portgroup or port of the switch. Legal value range is 0-65535.

activeFlowTimeout (int):

The number of seconds after which "active" flows are forced to be exported to the collector. Legal value range is 60-3600. Default 60.

idleFlowTimeout (int):

The number of seconds after which "idle" flows are forced to be exported to the collector. Legal value range is 10-600. Default 15.

samplingRate (int):

The ratio of total number of packets to the number of packets analyzed. Set to 0 to disable sampling. Legal value range is 0-1000. Default 0.

internalFlowsOnly (bool):

Whether to limit analysis to traffic that has both source and destination served by the same host. Default false.