Search Results for

    Show / Hide Table of Contents

    Interface INetworkCommunityIdProcessor

    Inherited Members
    IProcessor.Name
    IProcessor.Description
    IProcessor.OnFailure
    IProcessor.If
    IProcessor.Tag
    IProcessor.IgnoreFailure
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface INetworkCommunityIdProcessor : IProcessor

    Properties

    | Edit this page View Source

    DestinationIp

    Declaration
    [DataMember(Name = "destination_ip")]
    Field DestinationIp { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    DestinationPort

    Declaration
    [DataMember(Name = "destination_port")]
    Field DestinationPort { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    IanaNumber

    Declaration
    [DataMember(Name = "iana_number")]
    Field IanaNumber { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    IcmpCode

    Declaration
    [DataMember(Name = "icmp_code")]
    Field IcmpCode { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    IcmpType

    Declaration
    [DataMember(Name = "icmp_type")]
    Field IcmpType { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    IgnoreMissing

    Declaration
    [DataMember(Name = "ignore_missing")]
    bool? IgnoreMissing { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Seed

    Declaration
    [DataMember(Name = "seed")]
    int? Seed { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    SourceIp

    Declaration
    [DataMember(Name = "source_ip")]
    Field SourceIp { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    SourcePort

    Declaration
    [DataMember(Name = "source_port")]
    Field SourcePort { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    TargetField

    Declaration
    [DataMember(Name = "target_field")]
    Field TargetField { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    Transport

    Declaration
    [DataMember(Name = "transport")]
    Field Transport { get; set; }
    Property Value
    Type Description
    Field

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DestinationIp
      • DestinationPort
      • IanaNumber
      • IcmpCode
      • IcmpType
      • IgnoreMissing
      • Seed
      • SourceIp
      • SourcePort
      • TargetField
      • Transport
    • Extension Methods
    Back to top Generated by DocFX