Class: Google::Apis::ComputeV1::SecurityPoliciesListPreconfiguredExpressionSetsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::SecurityPoliciesListPreconfiguredExpressionSetsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#preconfigured_expression_sets ⇒ Google::Apis::ComputeV1::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.
Constructor Details
#initialize(**args) ⇒ SecurityPoliciesListPreconfiguredExpressionSetsResponse
Returns a new instance of SecurityPoliciesListPreconfiguredExpressionSetsResponse.
26897 26898 26899 |
# File 'generated/google/apis/compute_v1/classes.rb', line 26897 def initialize(**args) update!(**args) end |
Instance Attribute Details
#preconfigured_expression_sets ⇒ Google::Apis::ComputeV1::SecurityPoliciesWafConfig
Corresponds to the JSON property preconfiguredExpressionSets
26895 26896 26897 |
# File 'generated/google/apis/compute_v1/classes.rb', line 26895 def preconfigured_expression_sets @preconfigured_expression_sets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
26902 26903 26904 |
# File 'generated/google/apis/compute_v1/classes.rb', line 26902 def update!(**args) @preconfigured_expression_sets = args[:preconfigured_expression_sets] if args.key?(:preconfigured_expression_sets) end |