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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb

Overview

Details about neighboring servers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connections_countInteger

The number of open network connections with the neighboring server.

Returns:

  • (Integer)


1761
1762
1763
1764
1765
1766
1767
1768
1769
# File 'gems/aws-sdk-applicationdiscoveryservice/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_portInteger

The destination network port for the connection.

Returns:

  • (Integer)


1761
1762
1763
1764
1765
1766
1767
1768
1769
# File 'gems/aws-sdk-applicationdiscoveryservice/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_idString

The ID of the server that accepted the network connection.

Returns:

  • (String)


1761
1762
1763
1764
1765
1766
1767
1768
1769
# File 'gems/aws-sdk-applicationdiscoveryservice/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_idString

The ID of the server that opened the network connection.

Returns:

  • (String)


1761
1762
1763
1764
1765
1766
1767
1768
1769
# File 'gems/aws-sdk-applicationdiscoveryservice/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_protocolString

The network protocol used for the connection.

Returns:

  • (String)


1761
1762
1763
1764
1765
1766
1767
1768
1769
# File 'gems/aws-sdk-applicationdiscoveryservice/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