Values.ActionLocalPortDetailsSourceFor NetworkConnectionAction and PortProbeDetails, LocalPortDetails provides information about the local port that was involved in the action.
type nonrec t = {port : Integer.t option;The number of the port.
*)portName : NonEmptyString.t option;The port name of the local connection. Length Constraints: 128.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]