Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data NeighborConnectionDetail = NeighborConnectionDetail' {}
- newNeighborConnectionDetail :: Text -> Text -> Integer -> NeighborConnectionDetail
- neighborConnectionDetail_transportProtocol :: Lens' NeighborConnectionDetail (Maybe Text)
- neighborConnectionDetail_destinationPort :: Lens' NeighborConnectionDetail (Maybe Int)
- neighborConnectionDetail_sourceServerId :: Lens' NeighborConnectionDetail Text
- neighborConnectionDetail_destinationServerId :: Lens' NeighborConnectionDetail Text
- neighborConnectionDetail_connectionsCount :: Lens' NeighborConnectionDetail Integer
Documentation
data NeighborConnectionDetail Source #
Details about neighboring servers.
See: newNeighborConnectionDetail
smart constructor.
NeighborConnectionDetail' | |
|
Instances
newNeighborConnectionDetail Source #
:: Text | |
-> Text | |
-> Integer | |
-> NeighborConnectionDetail |
Create a value of NeighborConnectionDetail
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:transportProtocol:NeighborConnectionDetail'
, neighborConnectionDetail_transportProtocol
- The network protocol used for the connection.
$sel:destinationPort:NeighborConnectionDetail'
, neighborConnectionDetail_destinationPort
- The destination network port for the connection.
$sel:sourceServerId:NeighborConnectionDetail'
, neighborConnectionDetail_sourceServerId
- The ID of the server that opened the network connection.
$sel:destinationServerId:NeighborConnectionDetail'
, neighborConnectionDetail_destinationServerId
- The ID of the server that accepted the network connection.
$sel:connectionsCount:NeighborConnectionDetail'
, neighborConnectionDetail_connectionsCount
- The number of open network connections with the neighboring server.
neighborConnectionDetail_transportProtocol :: Lens' NeighborConnectionDetail (Maybe Text) Source #
The network protocol used for the connection.
neighborConnectionDetail_destinationPort :: Lens' NeighborConnectionDetail (Maybe Int) Source #
The destination network port for the connection.
neighborConnectionDetail_sourceServerId :: Lens' NeighborConnectionDetail Text Source #
The ID of the server that opened the network connection.
neighborConnectionDetail_destinationServerId :: Lens' NeighborConnectionDetail Text Source #
The ID of the server that accepted the network connection.
neighborConnectionDetail_connectionsCount :: Lens' NeighborConnectionDetail Integer Source #
The number of open network connections with the neighboring server.