Class: Google::Apis::ComputeAlpha::SecurityPoliciesListPreconfiguredExpressionSetsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::SecurityPoliciesListPreconfiguredExpressionSetsResponse
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#preconfigured_expression_sets ⇒ Google::Apis::ComputeAlpha::SecurityPoliciesWafConfig
Corresponds to the JSON property
preconfiguredExpressionSets.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SecurityPoliciesListPreconfiguredExpressionSetsResponse
constructor
A new instance of SecurityPoliciesListPreconfiguredExpressionSetsResponse.
-
#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) ⇒ SecurityPoliciesListPreconfiguredExpressionSetsResponse
Returns a new instance of SecurityPoliciesListPreconfiguredExpressionSetsResponse
28485 28486 28487 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 28485 def initialize(**args) update!(**args) end |
Instance Attribute Details
#preconfigured_expression_sets ⇒ Google::Apis::ComputeAlpha::SecurityPoliciesWafConfig
Corresponds to the JSON property preconfiguredExpressionSets
28483 28484 28485 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 28483 def preconfigured_expression_sets @preconfigured_expression_sets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
28490 28491 28492 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 28490 def update!(**args) @preconfigured_expression_sets = args[:preconfigured_expression_sets] if args.key?(:preconfigured_expression_sets) end |