Class: Google::Apis::ComputeV1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams

Returns a new instance of SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.



37901
37902
37903
# File 'lib/google/apis/compute_v1/classes.rb', line 37901

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#opString

The match operator for the field. Corresponds to the JSON property op

Returns:

  • (String)


37894
37895
37896
# File 'lib/google/apis/compute_v1/classes.rb', line 37894

def op
  @op
end

#valString

The value of the field. Corresponds to the JSON property val

Returns:

  • (String)


37899
37900
37901
# File 'lib/google/apis/compute_v1/classes.rb', line 37899

def val
  @val
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



37906
37907
37908
37909
# File 'lib/google/apis/compute_v1/classes.rb', line 37906

def update!(**args)
  @op = args[:op] if args.key?(:op)
  @val = args[:val] if args.key?(:val)
end