Class: Google::Apis::ComputeBeta::PreconfiguredWafSet
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::PreconfiguredWafSet
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#expression_sets ⇒ Array<Google::Apis::ComputeBeta::WafExpressionSet>
List of entities that are currently supported for WAF rules.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PreconfiguredWafSet
constructor
A new instance of PreconfiguredWafSet.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ PreconfiguredWafSet
Returns a new instance of PreconfiguredWafSet
17438 17439 17440 |
# File 'generated/google/apis/compute_beta/classes.rb', line 17438 def initialize(**args) update!(**args) end |
Instance Attribute Details
#expression_sets ⇒ Array<Google::Apis::ComputeBeta::WafExpressionSet>
List of entities that are currently supported for WAF rules.
Corresponds to the JSON property expressionSets
17436 17437 17438 |
# File 'generated/google/apis/compute_beta/classes.rb', line 17436 def expression_sets @expression_sets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17443 17444 17445 |
# File 'generated/google/apis/compute_beta/classes.rb', line 17443 def update!(**args) @expression_sets = args[:expression_sets] if args.key?(:expression_sets) end |