Class: Aws::ApplicationDiscoveryService::Types::NeighborConnectionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::NeighborConnectionDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Overview
Details about neighboring servers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connections_count ⇒ Integer
The number of open network connections with the neighboring server.
-
#destination_port ⇒ Integer
The destination network port for the connection.
-
#destination_server_id ⇒ String
The ID of the server that accepted the network connection.
-
#source_server_id ⇒ String
The ID of the server that opened the network connection.
-
#transport_protocol ⇒ String
The network protocol used for the connection.
Instance Attribute Details
#connections_count ⇒ Integer
The number of open network connections with the neighboring server.
1761 1762 1763 1764 1765 1766 1767 1768 1769 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1761 class NeighborConnectionDetail < Struct.new( :source_server_id, :destination_server_id, :destination_port, :transport_protocol, :connections_count) SENSITIVE = [] include Aws::Structure end |
#destination_port ⇒ Integer
The destination network port for the connection.
1761 1762 1763 1764 1765 1766 1767 1768 1769 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1761 class NeighborConnectionDetail < Struct.new( :source_server_id, :destination_server_id, :destination_port, :transport_protocol, :connections_count) SENSITIVE = [] include Aws::Structure end |
#destination_server_id ⇒ String
The ID of the server that accepted the network connection.
1761 1762 1763 1764 1765 1766 1767 1768 1769 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1761 class NeighborConnectionDetail < Struct.new( :source_server_id, :destination_server_id, :destination_port, :transport_protocol, :connections_count) SENSITIVE = [] include Aws::Structure end |
#source_server_id ⇒ String
The ID of the server that opened the network connection.
1761 1762 1763 1764 1765 1766 1767 1768 1769 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1761 class NeighborConnectionDetail < Struct.new( :source_server_id, :destination_server_id, :destination_port, :transport_protocol, :connections_count) SENSITIVE = [] include Aws::Structure end |
#transport_protocol ⇒ String
The network protocol used for the connection.
1761 1762 1763 1764 1765 1766 1767 1768 1769 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1761 class NeighborConnectionDetail < Struct.new( :source_server_id, :destination_server_id, :destination_port, :transport_protocol, :connections_count) SENSITIVE = [] include Aws::Structure end |