Values.NeighborConnectionDetailSourceDetails about neighboring servers.
type nonrec t = {sourceServerId : ConfigurationId.t option;The ID of the server that opened the network connection.
*)destinationServerId : ConfigurationId.t option;The ID of the server that accepted the network connection.
*)destinationPort : BoxedInteger.t option;The destination network port for the connection.
*)transportProtocol : String_.t option;The network protocol used for the connection.
*)connectionsCount : Long.t option;The number of open network connections with the neighboring server.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of BoxedInteger.t
| `Long of Long.t
| `String of ConfigurationId.t ])
list ]