Search Results for

    Show / Hide Table of Contents

    Class NetworkCommunityIdProcessor

    Inheritance
    object
    ProcessorBase
    NetworkCommunityIdProcessor
    Implements
    INetworkCommunityIdProcessor
    IProcessor
    Inherited Members
    ProcessorBase.If
    ProcessorBase.Tag
    ProcessorBase.IgnoreFailure
    ProcessorBase.OnFailure
    ProcessorBase.Description
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class NetworkCommunityIdProcessor : ProcessorBase, INetworkCommunityIdProcessor, IProcessor

    Properties

    | Edit this page View Source

    DestinationIp

    Declaration
    public Field DestinationIp { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    DestinationPort

    Declaration
    public Field DestinationPort { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    IanaNumber

    Declaration
    public Field IanaNumber { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    IcmpCode

    Declaration
    public Field IcmpCode { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    IcmpType

    Declaration
    public Field IcmpType { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    IgnoreMissing

    Declaration
    public bool? IgnoreMissing { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Name

    Declaration
    protected override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    ProcessorBase.Name
    | Edit this page View Source

    Seed

    Declaration
    public int? Seed { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    SourceIp

    Declaration
    public Field SourceIp { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    SourcePort

    Declaration
    public Field SourcePort { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    TargetField

    Declaration
    public Field TargetField { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    Transport

    Declaration
    public Field Transport { get; set; }
    Property Value
    Type Description
    Field

    Implements

    INetworkCommunityIdProcessor
    IProcessor

    Extension Methods

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