Values.TcpRouteSourceAn object that represents a TCP route type.
type nonrec t = {action : TcpRouteAction.t;The action to take if a match is determined.
*)match_ : TcpRouteMatch.t option;An object that represents the criteria for determining a request match.
*)timeout : TcpTimeout.t option;An object that represents types of timeouts.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of ListenerPort.t
| `List of
[> `Structure of
(string
* [> `Integer of ListenerPort.t
| `String of ResourceName.t ])
list ]
list
| `Structure of
(string * [> `Enum of string | `Long of DurationValue.t ])
list ])
list ])
list ]