You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApplicationDiscoveryService::Types::NeighborConnectionDetail

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Details about neighboring servers.

Instance Attribute Summary collapse

Instance Attribute Details

#connections_countInteger

The number of open network connections with the neighboring server.

Returns:

  • (Integer)

    The number of open network connections with the neighboring server.

#destination_portInteger

The destination network port for the connection.

Returns:

  • (Integer)

    The destination network port for the connection.

#destination_server_idString

The ID of the server that accepted the network connection.

Returns:

  • (String)

    The ID of the server that accepted the network connection.

#source_server_idString

The ID of the server that opened the network connection.

Returns:

  • (String)

    The ID of the server that opened the network connection.

#transport_protocolString

The network protocol used for the connection.

Returns:

  • (String)

    The network protocol used for the connection.