FirewallPolicyFirewallPolicyStatefulEngineOptions

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

Constructors

fun FirewallPolicyFirewallPolicyStatefulEngineOptions(ruleOrder: String? = null, streamExceptionPolicy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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.