Class VMwareDistributedSwitchNetFlowSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the NetFlow (IPFIX) switch traffic monitoring settings for a VMware distributed switch. This applies to vSphere 5.0 and above only.
public class VMwareDistributedSwitchNetFlowSettings : BypassSection
- Inheritance
-
VMwareDistributedSwitchNetFlowSettings
- Inherited Members
Constructors
VMwareDistributedSwitchNetFlowSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchNetFlowSettings class.
public VMwareDistributedSwitchNetFlowSettings()
Properties
ActiveFlowTimeout
Gets or sets the number of seconds after which "active" flows are forced to be exported to the collector, the default value is 60 seconds.
public int ActiveFlowTimeout { get; set; }
Property Value
CollectorIpAddress
Gets or sets the IP address of the collector.
public string CollectorIpAddress { get; set; }
Property Value
CollectorPort
Gets or sets the port for the NetFlow collector. This must be set before NetFlow monitoring can be enabled for the switch, or for any portgroup or port of the switch.
public int CollectorPort { get; set; }
Property Value
IdleFlowTimeout
Gets or sets the number of seconds after which "idle" flows are forced to be exported to the collector, the default value is 15 seconds.
public int IdleFlowTimeout { get; set; }
Property Value
InternalFlowsOnly
Gets or sets whether to process internal flows only.
public BooleanOption InternalFlowsOnly { get; set; }
Property Value
ObservationDomainId
Gets or sets the observation domain identifier. This setting is supported in vSphere distributed switches version 6.0 or later.
public long ObservationDomainId { get; set; }
Property Value
SamplingRate
Gets or sets the ratio of total number of packets to the number of packets analyzed.
public int SamplingRate { get; set; }
Property Value
Methods
ToString()
Returns the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchNetFlowSettings as a human readable string.
public override string ToString()
Returns
- string
The CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchNetFlowSettings as a human readable string.