Values.VirtualGatewayHttpConnectionPoolSourceAn object that represents a type of connection pool.
type nonrec t = {maxConnections : MaxConnections.t;Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
*)maxPendingRequests : MaxPendingRequests.t option;Number of overflowing requests after max_connections Envoy will queue to upstream cluster.
*)}