class Google::Apis::ComputeV1::SecurityPoliciesWafConfig
Attributes
waf_rules[RW]
Corresponds to the JSON property `wafRules` @return [Google::Apis::ComputeV1::PreconfiguredWafSet]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 28987 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_v1/classes.rb, line 28992 def update!(**args) @waf_rules = args[:waf_rules] if args.key?(:waf_rules) end