FirewallPolicyFirewallPolicyStatefulEngineOptionsFlowTimeoutsArgs

data class FirewallPolicyFirewallPolicyStatefulEngineOptionsFlowTimeoutsArgs(val tcpIdleTimeoutSeconds: Output<Int>? = null) : ConvertibleToJava<FirewallPolicyFirewallPolicyStatefulEngineOptionsFlowTimeoutsArgs>

Constructors

constructor(tcpIdleTimeoutSeconds: Output<Int>? = null)

Properties

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

Number of seconds that can pass without any TCP traffic sent through the firewall before the firewall determines that the connection is idle. After the idle timeout passes, data packets are dropped, however, the next TCP SYN packet is considered a new flow and is processed by the firewall. Clients or targets can use TCP keepalive packets to reset the idle timeout. Default value: 350.

Functions

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