| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Discovery.Types.NeighborConnectionDetail
Description
Synopsis
- data NeighborConnectionDetail = NeighborConnectionDetail' {}
- newNeighborConnectionDetail :: Text -> Text -> Integer -> NeighborConnectionDetail
- neighborConnectionDetail_destinationPort :: Lens' NeighborConnectionDetail (Maybe Int)
- neighborConnectionDetail_transportProtocol :: Lens' NeighborConnectionDetail (Maybe Text)
- 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.
Constructors
| NeighborConnectionDetail' | |
Fields
| |
Instances
newNeighborConnectionDetail Source #
Arguments
| :: 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:destinationPort:NeighborConnectionDetail', neighborConnectionDetail_destinationPort - The destination network port for the connection.
$sel:transportProtocol:NeighborConnectionDetail', neighborConnectionDetail_transportProtocol - The network protocol used 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_destinationPort :: Lens' NeighborConnectionDetail (Maybe Int) Source #
The destination network port for the connection.
neighborConnectionDetail_transportProtocol :: Lens' NeighborConnectionDetail (Maybe Text) Source #
The network protocol used 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.