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
24928 24929 24930 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24928 def initialize(**args) update!(**args) end |
Instance Attribute Details
#preconfigured_expression_sets ⇒ Google::Apis::ComputeAlpha::SecurityPoliciesWafConfig
Corresponds to the JSON property preconfiguredExpressionSets
24926 24927 24928 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24926 def preconfigured_expression_sets @preconfigured_expression_sets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24933 24934 24935 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24933 def update!(**args) @preconfigured_expression_sets = args[:preconfigured_expression_sets] if args.key?(:preconfigured_expression_sets) end |