Class: Google::Cloud::Compute::V1::WafExpressionSet

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

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.

Returns:

  • (::Array<::String>)

    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.



27806
27807
27808
27809
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27806

class WafExpressionSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#expressions::Array<::Google::Cloud::Compute::V1::WafExpressionSetExpression>

Returns List of available expressions.

Returns:



27806
27807
27808
27809
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27806

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.

Returns:

  • (::String)

    Google specified expression set ID. The format should be: - E.g. XSS-20170329 required



27806
27807
27808
27809
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27806

class WafExpressionSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end