Class: Google::Apis::ComputeV1::SecurityPolicyAdaptiveProtectionConfig
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::SecurityPolicyAdaptiveProtectionConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Overview
Configuration options for Cloud Armor Adaptive Protection (CAAP).
Instance Attribute Summary collapse
-
#layer7_ddos_defense_config ⇒ Google::Apis::ComputeV1::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig
Configuration options for L7 DDoS detection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SecurityPolicyAdaptiveProtectionConfig
constructor
A new instance of SecurityPolicyAdaptiveProtectionConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SecurityPolicyAdaptiveProtectionConfig
Returns a new instance of SecurityPolicyAdaptiveProtectionConfig.
33159 33160 33161 |
# File 'lib/google/apis/compute_v1/classes.rb', line 33159 def initialize(**args) update!(**args) end |
Instance Attribute Details
#layer7_ddos_defense_config ⇒ Google::Apis::ComputeV1::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig
Configuration options for L7 DDoS detection.
Corresponds to the JSON property layer7DdosDefenseConfig
33157 33158 33159 |
# File 'lib/google/apis/compute_v1/classes.rb', line 33157 def layer7_ddos_defense_config @layer7_ddos_defense_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
33164 33165 33166 |
# File 'lib/google/apis/compute_v1/classes.rb', line 33164 def update!(**args) @layer7_ddos_defense_config = args[:layer7_ddos_defense_config] if args.key?(:layer7_ddos_defense_config) end |