Assembly: OpenSearch.Client.dll
public interface INetworkCommunityIdProcessor : IProcessor
Properties
|
Edit this page
View Source
Declaration
[DataMember(Name = "destination_ip")]
Field DestinationIp { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "destination_port")]
Field DestinationPort { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "iana_number")]
Field IanaNumber { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "icmp_code")]
Field IcmpCode { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "icmp_type")]
Field IcmpType { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "ignore_missing")]
bool? IgnoreMissing { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "seed")]
int? Seed { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "source_ip")]
Field SourceIp { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "source_port")]
Field SourcePort { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "target_field")]
Field TargetField { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "transport")]
Field Transport { get; set; }
Property Value
Extension Methods