TcpConnectionPoolArgs

data class TcpConnectionPoolArgs(val maxConnections: Output<Int>? = null) : ConvertibleToJava<TcpConnectionPoolArgs>

Defines parameters for tcp connection pooling

Constructors

Link copied to clipboard
constructor(maxConnections: Output<Int>? = null)

Properties

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

Maximum number of tcp connections allowed

Functions

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