Interface INetworkDirectionProcessor
Assembly: OpenSearch.Client.dll
Syntax
public interface INetworkDirectionProcessor : IProcessor
Properties
|
Edit this page
View Source
DestinationIp
Declaration
[DataMember(Name = "destination_ip")]
Field DestinationIp { get; set; }
Property Value
|
Edit this page
View Source
IgnoreMissing
Declaration
[DataMember(Name = "ignore_missing")]
bool? IgnoreMissing { get; set; }
Property Value
|
Edit this page
View Source
InternalNetworks
Declaration
[DataMember(Name = "internal_networks")]
IEnumerable<string> InternalNetworks { get; set; }
Property Value
|
Edit this page
View Source
SourceIp
Declaration
[DataMember(Name = "source_ip")]
Field SourceIp { get; set; }
Property Value
|
Edit this page
View Source
TargetField
Declaration
[DataMember(Name = "target_field")]
Field TargetField { get; set; }
Property Value
Extension Methods