Module Values.RangedConnectionDetailsSource

Ingress address of AgentEndpoint with a port range and an optional mtu.

Sourcetype nonrec t = {
  1. socketAddress : RangedSocketAddress.t;
    (*

    A ranged socket address.

    *)
  2. mtu : RangedConnectionDetailsMtuInteger.t option;
    (*

    Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.

    *)
}
Sourceval context_ : string
Sourceval make : ?mtu:??? -> socketAddress:RangedSocketAddress.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t