Class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#op ⇒ String
The match operator for the field.
-
#val ⇒ String
The value of the field.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
constructor
A new instance of SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
Returns a new instance of SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.
41620 41621 41622 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 41620 def initialize(**args) update!(**args) end |
Instance Attribute Details
#op ⇒ String
The match operator for the field.
Corresponds to the JSON property op
41613 41614 41615 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 41613 def op @op end |
#val ⇒ String
The value of the field.
Corresponds to the JSON property val
41618 41619 41620 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 41618 def val @val end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
41625 41626 41627 41628 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 41625 def update!(**args) @op = args[:op] if args.key?(:op) @val = args[:val] if args.key?(:val) end |