Class: Google::Cloud::Compute::V1::SecurityPolicyRule
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SecurityPolicyRule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a rule that describes one or more match conditions along with the action to be taken when traffic matches this condition (allow or deny).
Instance Attribute Summary collapse
-
#action ⇒ ::String
The Action to perform when the client connection triggers the rule.
-
#description ⇒ ::String
An optional description of this resource.
-
#kind ⇒ ::String
[Output only] Type of the resource.
-
#match ⇒ ::Google::Cloud::Compute::V1::SecurityPolicyRuleMatcher
A match condition that incoming traffic is evaluated against.
-
#preview ⇒ ::Boolean
If set to true, the specified action is not enforced.
-
#priority ⇒ ::Integer
An integer indicating the priority of a rule in the list.
Instance Attribute Details
#action ⇒ ::String
Returns The Action to perform when the client connection triggers the rule. Can currently be either "allow" or "deny()" where valid values for status are 403, 404, and 502.
21443 21444 21445 21446 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21443 class SecurityPolicyRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns An optional description of this resource. Provide this property when you create the resource.
21443 21444 21445 21446 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21443 class SecurityPolicyRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns [Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules.
21443 21444 21445 21446 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21443 class SecurityPolicyRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#match ⇒ ::Google::Cloud::Compute::V1::SecurityPolicyRuleMatcher
Returns A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
21443 21444 21445 21446 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21443 class SecurityPolicyRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#preview ⇒ ::Boolean
Returns If set to true, the specified action is not enforced.
21443 21444 21445 21446 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21443 class SecurityPolicyRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#priority ⇒ ::Integer
Returns An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
21443 21444 21445 21446 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21443 class SecurityPolicyRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |