class Google::Apis::ComputeBeta::SecurityPoliciesWafConfig
Attributes
waf_rules[RW]
Corresponds to the JSON property `wafRules` @return [Google::Apis::ComputeBeta::PreconfiguredWafSet]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 30835 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_beta/classes.rb, line 30840 def update!(**args) @waf_rules = args[:waf_rules] if args.key?(:waf_rules) end