Class: Google::Cloud::Compute::V1::FirewallPolicyRuleMatcherLayer4Config
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::FirewallPolicyRuleMatcherLayer4Config
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#ip_protocol ⇒ ::String
The IP protocol to which this rule applies.
-
#ports ⇒ ::Array<::String>
An optional list of ports to which this rule applies.
Instance Attribute Details
#ip_protocol ⇒ ::String
7978 7979 7980 7981 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7978 class FirewallPolicyRuleMatcherLayer4Config include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ports ⇒ ::Array<::String>
7978 7979 7980 7981 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7978 class FirewallPolicyRuleMatcherLayer4Config include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |