class Google::Apis::ComputeV1::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::ComputeV1::WafExpressionSet>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 25373
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 25378
def update!(**args)
  @expression_sets = args[:expression_sets] if args.key?(:expression_sets)
end