Values.RistRouterOutputConfigurationSourceThe configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.
type nonrec t = {destinationAddress : String_.t;The destination IP address for the RIST protocol in the router output configuration.
*)destinationPort : RistRouterOutputConfigurationDestinationPortInteger.t;The destination port number for the RIST protocol in the router output configuration.
*)}val make :
destinationAddress:String_.t ->
destinationPort:RistRouterOutputConfigurationDestinationPortInteger.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of RistRouterOutputConfigurationDestinationPortInteger.t
| `String of String_.t ])
list ]