Values.NetworkPathComponentDetailsSourceInformation about the destination of the next component in the network path.
type nonrec t = {address : StringList.t option;The IP addresses of the destination.
*)portRanges : PortRangeList.t option;A list of port ranges for the destination.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of NonEmptyString.t
| `Structure of (string * [> `Integer of Integer.t ]) list ]
list ])
list ]