Values.RangedConnectionDetailsSourceIngress address of AgentEndpoint with a port range and an optional mtu.
type nonrec t = {socketAddress : RangedSocketAddress.t;A ranged socket address.
*)mtu : RangedConnectionDetailsMtuInteger.t option;Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of RangedConnectionDetailsMtuInteger.t
| `Structure of
(string
* [> `String of IpV4Address.t
| `Structure of (string * [> `Integer of Integer.t ]) list ])
list ])
list ]