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
23464 23465 23466 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 23464 def initialize(**args) update!(**args) end |
Instance Attribute Details
#preconfigured_expression_sets ⇒ Google::Apis::ComputeAlpha::SecurityPoliciesWafConfig
Corresponds to the JSON property preconfiguredExpressionSets
23462 23463 23464 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 23462 def preconfigured_expression_sets @preconfigured_expression_sets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23469 23470 23471 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 23469 def update!(**args) @preconfigured_expression_sets = args[:preconfigured_expression_sets] if args.key?(:preconfigured_expression_sets) end |