FirewallPolicyFirewallPolicyStatefulEngineOptions

data class FirewallPolicyFirewallPolicyStatefulEngineOptions(val flowTimeouts: FirewallPolicyFirewallPolicyStatefulEngineOptionsFlowTimeouts? = null, val ruleOrder: String? = null, val streamExceptionPolicy: String? = null)

Constructors

constructor(flowTimeouts: FirewallPolicyFirewallPolicyStatefulEngineOptionsFlowTimeouts? = null, ruleOrder: String? = null, streamExceptionPolicy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Amount of time that can pass without any traffic sent through the firewall before the firewall determines that the connection is idle.

Link copied to clipboard
val ruleOrder: String? = null

Indicates how to manage the order of stateful rule evaluation for the policy. Default value: DEFAULT_ACTION_ORDER. Valid values: DEFAULT_ACTION_ORDER, STRICT_ORDER.

Link copied to clipboard

Describes how to treat traffic which has broken midstream. Default value: DROP. Valid values: DROP, CONTINUE, REJECT.