Search Results for

    Show / Hide Table of Contents

    Interface INetworkDirectionProcessor

    Inherited Members
    IProcessor.Name
    IProcessor.Description
    IProcessor.OnFailure
    IProcessor.If
    IProcessor.Tag
    IProcessor.IgnoreFailure
    Namespace: OpenSearch.Client
    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
    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

    InternalNetworks

    Declaration
    [DataMember(Name = "internal_networks")]
    IEnumerable<string> InternalNetworks { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | 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

    TargetField

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DestinationIp
      • IgnoreMissing
      • InternalNetworks
      • SourceIp
      • TargetField
    • Extension Methods
    Back to top Generated by DocFX