Struct aws_sdk_networkfirewall::model::StatefulRuleOptions
source · [−]#[non_exhaustive]pub struct StatefulRuleOptions { /* private fields */ }
Expand description
Additional options governing how Network Firewall handles the rule group. You can only use these for stateful rule groups.
Implementations
sourceimpl StatefulRuleOptions
impl StatefulRuleOptions
sourcepub fn rule_order(&self) -> Option<&RuleOrder>
pub fn rule_order(&self) -> Option<&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.
sourceimpl StatefulRuleOptions
impl StatefulRuleOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StatefulRuleOptions
.
Trait Implementations
sourceimpl Clone for StatefulRuleOptions
impl Clone for StatefulRuleOptions
sourcefn clone(&self) -> StatefulRuleOptions
fn clone(&self) -> StatefulRuleOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for StatefulRuleOptions
impl Debug for StatefulRuleOptions
sourceimpl PartialEq<StatefulRuleOptions> for StatefulRuleOptions
impl PartialEq<StatefulRuleOptions> for StatefulRuleOptions
sourcefn eq(&self, other: &StatefulRuleOptions) -> bool
fn eq(&self, other: &StatefulRuleOptions) -> bool
impl StructuralPartialEq for StatefulRuleOptions
Auto Trait Implementations
impl RefUnwindSafe for StatefulRuleOptions
impl Send for StatefulRuleOptions
impl Sync for StatefulRuleOptions
impl Unpin for StatefulRuleOptions
impl UnwindSafe for StatefulRuleOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more