Class: Google::Cloud::Compute::V1::RouterNatRule
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RouterNatRule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#action ⇒ ::Google::Cloud::Compute::V1::RouterNatRuleAction
The action to be enforced for traffic that matches this rule.
-
#description ⇒ ::String
An optional description of this rule.
-
#match ⇒ ::String
CEL expression that specifies the match condition that egress traffic from a VM is evaluated against.
-
#rule_number ⇒ ::Integer
An integer uniquely identifying a rule in the list.
Instance Attribute Details
#action ⇒ ::Google::Cloud::Compute::V1::RouterNatRuleAction
31620 31621 31622 31623 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31620 class RouterNatRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
31620 31621 31622 31623 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31620 class RouterNatRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#match ⇒ ::String
31620 31621 31622 31623 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31620 class RouterNatRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rule_number ⇒ ::Integer
31620 31621 31622 31623 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31620 class RouterNatRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |