Class: Google::Cloud::NetworkManagement::V1::ProxyConnectionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::ProxyConnectionInfo
- 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 ProxyConnection.
Instance Attribute Summary collapse
-
#network_uri ⇒ ::String
URI of the network where connection is proxied.
-
#new_destination_ip ⇒ ::String
Destination IP address of a new connection.
-
#new_destination_port ⇒ ::Integer
Destination port of a new connection.
-
#new_source_ip ⇒ ::String
Source IP address of a new connection.
-
#new_source_port ⇒ ::Integer
Source port of a new connection.
-
#old_destination_ip ⇒ ::String
Destination IP address of an original connection.
-
#old_destination_port ⇒ ::Integer
Destination port of an original connection.
-
#old_source_ip ⇒ ::String
Source IP address of an original connection.
-
#old_source_port ⇒ ::Integer
Source port of an original connection.
-
#protocol ⇒ ::String
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
-
#subnet_uri ⇒ ::String
Uri of proxy subnet.
Instance Attribute Details
#network_uri ⇒ ::String
Returns URI of the network where connection is proxied.
1569 1570 1571 1572 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1569 class ProxyConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#new_destination_ip ⇒ ::String
Returns Destination IP address of a new connection.
1569 1570 1571 1572 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1569 class ProxyConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#new_destination_port ⇒ ::Integer
Returns Destination port of a new connection. Only valid when protocol is TCP or UDP.
1569 1570 1571 1572 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1569 class ProxyConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#new_source_ip ⇒ ::String
Returns Source IP address of a new connection.
1569 1570 1571 1572 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1569 class ProxyConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#new_source_port ⇒ ::Integer
Returns Source port of a new connection. Only valid when protocol is TCP or UDP.
1569 1570 1571 1572 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1569 class ProxyConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#old_destination_ip ⇒ ::String
Returns Destination IP address of an original connection.
1569 1570 1571 1572 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1569 class ProxyConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#old_destination_port ⇒ ::Integer
Returns Destination port of an original connection. Only valid when protocol is TCP or UDP.
1569 1570 1571 1572 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1569 class ProxyConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#old_source_ip ⇒ ::String
Returns Source IP address of an original connection.
1569 1570 1571 1572 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1569 class ProxyConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#old_source_port ⇒ ::Integer
Returns Source port of an original connection. Only valid when protocol is TCP or UDP.
1569 1570 1571 1572 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1569 class ProxyConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#protocol ⇒ ::String
Returns IP protocol in string format, for example: "TCP", "UDP", "ICMP".
1569 1570 1571 1572 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1569 class ProxyConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subnet_uri ⇒ ::String
Returns Uri of proxy subnet.
1569 1570 1571 1572 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1569 class ProxyConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |