Firewall Policy Firewall Policy Stateful Engine Options
data class FirewallPolicyFirewallPolicyStatefulEngineOptions(val flowTimeouts: FirewallPolicyFirewallPolicyStatefulEngineOptionsFlowTimeouts? = null, val ruleOrder: String? = null, val streamExceptionPolicy: String? = null)
Constructors
Link copied to clipboard
constructor(flowTimeouts: FirewallPolicyFirewallPolicyStatefulEngineOptionsFlowTimeouts? = null, ruleOrder: String? = null, streamExceptionPolicy: String? = null)
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
Describes how to treat traffic which has broken midstream. Default value: DROP
. Valid values: DROP
, CONTINUE
, REJECT
.