pub struct WafFirewallResponseDataAttributes {
pub created_at: Option<String>,
pub deleted_at: Option<String>,
pub updated_at: Option<String>,
pub service_id: Option<Box<String>>,
pub active_rules_fastly_block_count: Option<i32>,
pub active_rules_fastly_log_count: Option<i32>,
pub active_rules_fastly_score_count: Option<i32>,
pub active_rules_owasp_block_count: Option<i32>,
pub active_rules_owasp_log_count: Option<i32>,
pub active_rules_owasp_score_count: Option<i32>,
pub active_rules_trustwave_block_count: Option<i32>,
pub active_rules_trustwave_log_count: Option<i32>,
}
Fields§
§created_at: Option<String>
Date and time in ISO 8601 format.
deleted_at: Option<String>
Date and time in ISO 8601 format.
updated_at: Option<String>
Date and time in ISO 8601 format.
service_id: Option<Box<String>>
§active_rules_fastly_block_count: Option<i32>
The number of active Fastly rules set to block on the active or latest firewall version.
active_rules_fastly_log_count: Option<i32>
The number of active Fastly rules set to log on the active or latest firewall version.
active_rules_fastly_score_count: Option<i32>
The number of active Fastly rules set to score on the active or latest firewall version.
active_rules_owasp_block_count: Option<i32>
The number of active OWASP rules set to block on the active or latest firewall version.
active_rules_owasp_log_count: Option<i32>
The number of active OWASP rules set to log on the active or latest firewall version.
active_rules_owasp_score_count: Option<i32>
The number of active OWASP rules set to score on the active or latest firewall version.
active_rules_trustwave_block_count: Option<i32>
The number of active Trustwave rules set to block on the active or latest firewall version.
active_rules_trustwave_log_count: Option<i32>
The number of active Trustwave rules set to log on the active or latest firewall version.
Implementations§
Trait Implementations§
Source§impl Clone for WafFirewallResponseDataAttributes
impl Clone for WafFirewallResponseDataAttributes
Source§fn clone(&self) -> WafFirewallResponseDataAttributes
fn clone(&self) -> WafFirewallResponseDataAttributes
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Default for WafFirewallResponseDataAttributes
impl Default for WafFirewallResponseDataAttributes
Source§fn default() -> WafFirewallResponseDataAttributes
fn default() -> WafFirewallResponseDataAttributes
Source§impl<'de> Deserialize<'de> for WafFirewallResponseDataAttributes
impl<'de> Deserialize<'de> for WafFirewallResponseDataAttributes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl PartialEq for WafFirewallResponseDataAttributes
impl PartialEq for WafFirewallResponseDataAttributes
Source§fn eq(&self, other: &WafFirewallResponseDataAttributes) -> bool
fn eq(&self, other: &WafFirewallResponseDataAttributes) -> bool
self
and other
values to be equal, and is used by ==
.