Class Netflow
UpdateNetworkNetflowSettings
[DataContract]
public class Netflow
- Inheritance
-
Netflow
- Inherited Members
Properties
CollectorIp
The IPv4 address of the NetFlow collector.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "collectorIp")]
public string? CollectorIp { get; set; }
Property Value
CollectorPort
The port that the NetFlow collector will be listening on.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "collectorPort")]
public int? CollectorPort { get; set; }
Property Value
- int?
EtaDstPort
The port that the Encrypted Traffic Analysis collector will be listening on.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "etaDstPort")]
public int? EtaDstPort { get; set; }
Property Value
- int?
EtaEnabled
Boolean indicating whether Encrypted Traffic Analysis is enabled (true) or disabled (false).
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "etaEnabled")]
public bool? EtaEnabled { get; set; }
Property Value
- bool?
ReportingEnabled
Boolean indicating whether NetFlow traffic reporting is enabled (true) or disabled (false).
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "reportingEnabled")]
public bool? ReportingEnabled { get; set; }
Property Value
- bool?