maxRequestsPerConnection

@JvmName(name = "fyuidrjgvpldbuoq")
suspend fun maxRequestsPerConnection(value: Output<Int>)
@JvmName(name = "wmwdagbyjwcdtpdb")
suspend fun maxRequestsPerConnection(value: Int?)

Parameters

value

Maximum requests for a single connection to the backend service. This parameter is respected by both the HTTP/1.1 and HTTP/2 implementations. If not specified, there is no limit. Setting this parameter to 1 will effectively disable keep alive. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.