Class: Google::Apis::ComputeAlpha::SecurityPolicyAdaptiveProtectionConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb

Overview

Configuration options for Cloud Armor Adaptive Protection (CAAP).

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SecurityPolicyAdaptiveProtectionConfig

Returns a new instance of SecurityPolicyAdaptiveProtectionConfig.



33276
33277
33278
# File 'generated/google/apis/compute_alpha/classes.rb', line 33276

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#layer7_ddos_defense_configGoogle::Apis::ComputeAlpha::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig

Configuration options for L7 DDoS detection. Corresponds to the JSON property layer7DdosDefenseConfig



33274
33275
33276
# File 'generated/google/apis/compute_alpha/classes.rb', line 33274

def layer7_ddos_defense_config
  @layer7_ddos_defense_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



33281
33282
33283
# File 'generated/google/apis/compute_alpha/classes.rb', line 33281

def update!(**args)
  @layer7_ddos_defense_config = args[:layer7_ddos_defense_config] if args.key?(:layer7_ddos_defense_config)
end