Module Values.RistRouterOutputConfigurationSource

The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.

Sourcetype nonrec t = {
  1. destinationAddress : String_.t;
    (*

    The destination IP address for the RIST protocol in the router output configuration.

    *)
  2. destinationPort : RistRouterOutputConfigurationDestinationPortInteger.t;
    (*

    The destination port number for the RIST protocol in the router output configuration.

    *)
}
Sourceval context_ : string
Sourceval make : destinationAddress:String_.t -> destinationPort:RistRouterOutputConfigurationDestinationPortInteger.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of RistRouterOutputConfigurationDestinationPortInteger.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