Class: Google::Cloud::NetworkManagement::V1::ForwardingRuleInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_name::String

Returns Name of the forwarding rule.

Returns:

  • (::String)

    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).

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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).

Returns:

  • (::String)

    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).

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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