VirtualGatewaySpecListenerConnectionPoolHttpArgs

data class VirtualGatewaySpecListenerConnectionPoolHttpArgs(val maxConnections: Output<Int>, val maxPendingRequests: Output<Int>? = null) : ConvertibleToJava<VirtualGatewaySpecListenerConnectionPoolHttpArgs>

Constructors

constructor(maxConnections: Output<Int>, maxPendingRequests: Output<Int>? = null)

Properties

Link copied to clipboard
val maxConnections: Output<Int>

Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster. Minimum value of 1.

Link copied to clipboard
val maxPendingRequests: Output<Int>? = null

Number of overflowing requests after max_connections Envoy will queue to upstream cluster. Minimum value of 1. The http2 connection pool object supports the following:

Functions

Link copied to clipboard
open override fun toJava(): VirtualGatewaySpecListenerConnectionPoolHttpArgs