TcpRetryPolicyArgs

data class TcpRetryPolicyArgs(val maxConnectAttempts: Output<Int>? = null) : ConvertibleToJava<TcpRetryPolicyArgs>

Policy that defines tcp request retry conditions

Constructors

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

Properties

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

Maximum number of attempts to connect to the tcp service

Functions

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