Values.VirtualNodeConnectionPoolSourceAn object that represents the type of virtual node connection pool. Only one protocol is used at a time and should be the same protocol as the one chosen under port mapping. If not present the default value for maxPendingRequests is 2147483647.
type nonrec t = {grpc : VirtualNodeGrpcConnectionPool.t option;An object that represents a type of connection pool.
*)http : VirtualNodeHttpConnectionPool.t option;An object that represents a type of connection pool.
*)http2 : VirtualNodeHttp2ConnectionPool.t option;An object that represents a type of connection pool.
*)tcp : VirtualNodeTcpConnectionPool.t option;An object that represents a type of connection pool.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `Integer of MaxRequests.t ]) list ])
list ]