Class: Google::Cloud::Compute::V1::WafExpressionSet
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::WafExpressionSet
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#aliases ⇒ ::Array<::String>
A list of alternate IDs.
-
#expressions ⇒ ::Array<::Google::Cloud::Compute::V1::WafExpressionSetExpression>
List of available expressions.
-
#id ⇒ ::String
Google specified expression set ID.
Instance Attribute Details
#aliases ⇒ ::Array<::String>
Returns A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
36316 36317 36318 36319 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36316 class WafExpressionSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expressions ⇒ ::Array<::Google::Cloud::Compute::V1::WafExpressionSetExpression>
Returns List of available expressions.
36316 36317 36318 36319 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36316 class WafExpressionSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns Google specified expression set ID. The format should be: - E.g. XSS-20170329 required.
36316 36317 36318 36319 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 36316 class WafExpressionSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |