Values.DataflowEndpointSourceInformation about a dataflow endpoint.
type nonrec t = {name : SafeName.t option;Name of a dataflow endpoint.
*)address : SocketAddress.t option;Socket address of a dataflow endpoint.
*)status : EndpointStatus.t option;Status of a dataflow endpoint.
*)mtu : DataflowEndpointMtuInteger.t option;Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of DataflowEndpointMtuInteger.t
| `String of SafeName.t
| `Structure of
(string * [> `Integer of Integer.t | `String of String_.t ]) list ])
list ]