Module Values.MergeRouterInputIndexedStreamDetailsSource

Configuration details for an indexed stream in a merge router input setup.

Sourcetype nonrec t = {
  1. sourceIndex : Integer.t option;
    (*

    The index number (0 or 1) assigned to this source in the merge configuration.

    *)
  2. sourceIpAddress : String_.t option;
    (*

    The IP address of the source for this indexed stream in the merge setup.

    *)
}
Sourceval make : ?sourceIndex:??? -> ?sourceIpAddress:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t