AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Details about neighboring servers.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationDiscoveryService.Model.NeighborConnectionDetail

Namespace: Amazon.ApplicationDiscoveryService.Model
Assembly: AWSSDK.ApplicationDiscoveryService.dll
Version: 3.x.y.z

Syntax

C#
public class NeighborConnectionDetail

The NeighborConnectionDetail type exposes the following members

Constructors

NameDescription
Public Method NeighborConnectionDetail()

Properties

NameTypeDescription
Public Property ConnectionsCount System.Int64

Gets and sets the property ConnectionsCount.

The number of open network connections with the neighboring server.

Public Property DestinationPort System.Int32

Gets and sets the property DestinationPort.

The destination network port for the connection.

Public Property DestinationServerId System.String

Gets and sets the property DestinationServerId.

The ID of the server that accepted the network connection.

Public Property SourceServerId System.String

Gets and sets the property SourceServerId.

The ID of the server that opened the network connection.

Public Property TransportProtocol System.String

Gets and sets the property TransportProtocol.

The network protocol used for the connection.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5