#[non_exhaustive]pub struct RuleGroupSourceListDetails { /* private fields */ }Expand description
Stateful inspection criteria for a domain list rule group.
Implementations§
source§impl RuleGroupSourceListDetails
impl RuleGroupSourceListDetails
sourcepub fn generated_rules_type(&self) -> Option<&str>
pub fn generated_rules_type(&self) -> Option<&str>
Indicates whether to allow or deny access to the domains listed in Targets.
sourcepub fn target_types(&self) -> Option<&[String]>
pub fn target_types(&self) -> Option<&[String]>
The protocols that you want to inspect. Specify LS_SNI for HTTPS. Specify HTTP_HOST for HTTP. You can specify either or both.
source§impl RuleGroupSourceListDetails
impl RuleGroupSourceListDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RuleGroupSourceListDetails.
Trait Implementations§
source§impl Clone for RuleGroupSourceListDetails
impl Clone for RuleGroupSourceListDetails
source§fn clone(&self) -> RuleGroupSourceListDetails
fn clone(&self) -> RuleGroupSourceListDetails
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RuleGroupSourceListDetails
impl Debug for RuleGroupSourceListDetails
source§impl PartialEq<RuleGroupSourceListDetails> for RuleGroupSourceListDetails
impl PartialEq<RuleGroupSourceListDetails> for RuleGroupSourceListDetails
source§fn eq(&self, other: &RuleGroupSourceListDetails) -> bool
fn eq(&self, other: &RuleGroupSourceListDetails) -> bool
This method tests for
self and other values to be equal, and is used
by ==.