public static interface StatefulRuleOptions.Builder extends SdkPojo, CopyableBuilder<StatefulRuleOptions.Builder,StatefulRuleOptions>
| Modifier and Type | Method and Description |
|---|---|
StatefulRuleOptions.Builder |
ruleOrder(RuleOrder ruleOrder)
Indicates how to manage the order of the rule evaluation for the rule group.
|
StatefulRuleOptions.Builder |
ruleOrder(String ruleOrder)
Indicates how to manage the order of the rule evaluation for the rule group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStatefulRuleOptions.Builder ruleOrder(String ruleOrder)
Indicates how to manage the order of the rule evaluation for the rule group.
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 the rule evaluation for the rule group.
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,
RuleOrderStatefulRuleOptions.Builder ruleOrder(RuleOrder ruleOrder)
Indicates how to manage the order of the rule evaluation for the rule group.
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 the rule evaluation for the rule group.
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.