class Google::Apis::ComputeBeta::PreconfiguredWafSet
Attributes
expression_sets[RW]
List of entities that are currently supported for WAF rules. Corresponds to the JSON property `expressionSets` @return [Array<Google::Apis::ComputeBeta::WafExpressionSet>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 24733 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 24738 def update!(**args) @expression_sets = args[:expression_sets] if args.key?(:expression_sets) end