Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::WafExpressionSet.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aliases
def aliases() -> ::Array<::String>
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.
#aliases=
def aliases=(value) -> ::Array<::String>
Parameter
- value (::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.
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.
#expressions
def expressions() -> ::Array<::Google::Cloud::Compute::V1::WafExpressionSetExpression>
Returns
- (::Array<::Google::Cloud::Compute::V1::WafExpressionSetExpression>) — List of available expressions.
#expressions=
def expressions=(value) -> ::Array<::Google::Cloud::Compute::V1::WafExpressionSetExpression>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::WafExpressionSetExpression>) — List of available expressions.
Returns
- (::Array<::Google::Cloud::Compute::V1::WafExpressionSetExpression>) — List of available expressions.
#id
def id() -> ::String
Returns
- (::String) — Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
#id=
def id=(value) -> ::String
Parameter
- value (::String) — 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