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 a Compute Engine forwarding rule.

Returns:

  • (::String)

    Name of a Compute Engine forwarding rule.



436
437
438
439
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 436

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.

Returns:

  • (::String)

    Port range defined in the forwarding rule that matches the test.



436
437
438
439
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 436

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.

Returns:

  • (::String)

    Protocol defined in the forwarding rule that matches the test.



436
437
438
439
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 436

class ForwardingRuleInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#network_uri::String

Returns Network URI. Only valid for Internal Load Balancer.

Returns:

  • (::String)

    Network URI. Only valid for Internal Load Balancer.



436
437
438
439
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 436

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.



436
437
438
439
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 436

class ForwardingRuleInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns URI of a Compute Engine forwarding rule.

Returns:

  • (::String)

    URI of a Compute Engine forwarding rule.



436
437
438
439
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 436

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.



436
437
438
439
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 436

class ForwardingRuleInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end