Struct fastly_api::models::waf_firewall_response_data_attributes::WafFirewallResponseDataAttributes
source · 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<WafFirewallResponseDataAttributes> for WafFirewallResponseDataAttributes
impl PartialEq<WafFirewallResponseDataAttributes> 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 ==
.