Class: Google::Cloud::NetworkManagement::V1::ForwardingRuleInfo
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::ForwardingRuleInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/trace.rb
Overview
For display only. Metadata associated with a Compute Engine forwarding rule.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Name of a Compute Engine forwarding rule.
-
#matched_port_range ⇒ ::String
Port range defined in the forwarding rule that matches the test.
-
#matched_protocol ⇒ ::String
Protocol defined in the forwarding rule that matches the test.
-
#network_uri ⇒ ::String
Network URI.
-
#target ⇒ ::String
Target type of the forwarding rule.
-
#uri ⇒ ::String
URI of a Compute Engine forwarding rule.
-
#vip ⇒ ::String
VIP of the forwarding rule.
Instance Attribute Details
#display_name ⇒ ::String
Returns Name of a Compute Engine forwarding rule.
570 571 572 573 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 570 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#matched_port_range ⇒ ::String
Returns Port range defined in the forwarding rule that matches the test.
570 571 572 573 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 570 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#matched_protocol ⇒ ::String
Returns Protocol defined in the forwarding rule that matches the test.
570 571 572 573 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 570 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_uri ⇒ ::String
Returns Network URI. Only valid for Internal Load Balancer.
570 571 572 573 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 570 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::String
Returns Target type of the forwarding rule.
570 571 572 573 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 570 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI of a Compute Engine forwarding rule.
570 571 572 573 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 570 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vip ⇒ ::String
Returns VIP of the forwarding rule.
570 571 572 573 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 570 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |