public static interface StatefulEngineOptions.Builder extends SdkPojo, CopyableBuilder<StatefulEngineOptions.Builder,StatefulEngineOptions>
| Modifier and Type | Method and Description |
|---|---|
StatefulEngineOptions.Builder |
ruleOrder(RuleOrder ruleOrder)
Indicates how to manage the order of stateful rule evaluation for the policy.
|
StatefulEngineOptions.Builder |
ruleOrder(String ruleOrder)
Indicates how to manage the order of stateful rule evaluation for the policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStatefulEngineOptions.Builder ruleOrder(String ruleOrder)
Indicates how to manage the order of stateful rule evaluation for the policy.
DEFAULT_ACTION_ORDER is the default behavior. Stateful rules are provided to the rule engine as
Suricata compatible strings, and Suricata evaluates them based on certain settings. For more information, see
Evaluation order for stateful rules in the Network Firewall Developer Guide.
ruleOrder - Indicates how to manage the order of stateful rule evaluation for the policy.
DEFAULT_ACTION_ORDER is the default behavior. Stateful rules are provided to the rule
engine as Suricata compatible strings, and Suricata evaluates them based on certain settings. For more
information, see Evaluation order for stateful rules in the Network Firewall Developer Guide.RuleOrder,
RuleOrderStatefulEngineOptions.Builder ruleOrder(RuleOrder ruleOrder)
Indicates how to manage the order of stateful rule evaluation for the policy.
DEFAULT_ACTION_ORDER is the default behavior. Stateful rules are provided to the rule engine as
Suricata compatible strings, and Suricata evaluates them based on certain settings. For more information, see
Evaluation order for stateful rules in the Network Firewall Developer Guide.
ruleOrder - Indicates how to manage the order of stateful rule evaluation for the policy.
DEFAULT_ACTION_ORDER is the default behavior. Stateful rules are provided to the rule
engine as Suricata compatible strings, and Suricata evaluates them based on certain settings. For more
information, see Evaluation order for stateful rules in the Network Firewall Developer Guide.RuleOrder,
RuleOrderCopyright © 2023. All rights reserved.