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 the forwarding rule.
-
#load_balancer_name ⇒ ::String
Name of the load balancer the forwarding rule belongs to.
-
#matched_port_range ⇒ ::String
Port range defined in the forwarding rule that matches the packet.
-
#matched_protocol ⇒ ::String
Protocol defined in the forwarding rule that matches the packet.
-
#network_uri ⇒ ::String
Network URI.
-
#psc_google_api_target ⇒ ::String
PSC Google API target this forwarding rule targets (if applicable).
-
#psc_service_attachment_uri ⇒ ::String
URI of the PSC service attachment this forwarding rule targets (if applicable).
-
#region ⇒ ::String
Region of the forwarding rule.
-
#target ⇒ ::String
Target type of the forwarding rule.
-
#uri ⇒ ::String
URI of the forwarding rule.
-
#vip ⇒ ::String
VIP of the forwarding rule.
Instance Attribute Details
#display_name ⇒ ::String
Returns Name of the forwarding rule.
690 691 692 693 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 690 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#load_balancer_name ⇒ ::String
Returns Name of the load balancer the forwarding rule belongs to. Empty for forwarding rules not related to load balancers (like PSC forwarding rules).
690 691 692 693 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 690 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 packet.
690 691 692 693 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 690 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 packet.
690 691 692 693 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 690 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_uri ⇒ ::String
Returns Network URI.
690 691 692 693 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 690 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#psc_google_api_target ⇒ ::String
Returns PSC Google API target this forwarding rule targets (if applicable).
690 691 692 693 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 690 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#psc_service_attachment_uri ⇒ ::String
Returns URI of the PSC service attachment this forwarding rule targets (if applicable).
690 691 692 693 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 690 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Region of the forwarding rule. Set only for regional forwarding rules.
690 691 692 693 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 690 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::String
Returns Target type of the forwarding rule.
690 691 692 693 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 690 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI of the forwarding rule.
690 691 692 693 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 690 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vip ⇒ ::String
Returns VIP of the forwarding rule.
690 691 692 693 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 690 class ForwardingRuleInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |