NeighborConnectionDetail

public struct NeighborConnectionDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of open network connections with the neighboring server.

    Declaration

    Swift

    public let connectionsCount: Int64
  • The destination network port for the connection.

    Declaration

    Swift

    public let destinationPort: Int?
  • The ID of the server that accepted the network connection.

    Declaration

    Swift

    public let destinationServerId: String
  • The ID of the server that opened the network connection.

    Declaration

    Swift

    public let sourceServerId: String
  • The network protocol used for the connection.

    Declaration

    Swift

    public let transportProtocol: String?
  • Undocumented

    Declaration

    Swift

    public init(connectionsCount: Int64, destinationPort: Int? = nil, destinationServerId: String, sourceServerId: String, transportProtocol: String? = nil)