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 32115
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 32120
def update!(**args)
  @waf_rules = args[:waf_rules] if args.key?(:waf_rules)
end