Class: Google::Apis::ComputeAlpha::SecurityPoliciesWafConfig
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::SecurityPoliciesWafConfig
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#waf_rules ⇒ Google::Apis::ComputeAlpha::PreconfiguredWafSet
Corresponds to the JSON property
wafRules
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SecurityPoliciesWafConfig
constructor
A new instance of SecurityPoliciesWafConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ SecurityPoliciesWafConfig
Returns a new instance of SecurityPoliciesWafConfig
24947 24948 24949 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24947 def initialize(**args) update!(**args) end |
Instance Attribute Details
#waf_rules ⇒ Google::Apis::ComputeAlpha::PreconfiguredWafSet
Corresponds to the JSON property wafRules
24945 24946 24947 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24945 def waf_rules @waf_rules end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24952 24953 24954 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24952 def update!(**args) @waf_rules = args[:waf_rules] if args.key?(:waf_rules) end |