| 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.NetworkManager.Types.ConnectPeerBgpConfiguration
Description
Synopsis
- data ConnectPeerBgpConfiguration = ConnectPeerBgpConfiguration' {}
- newConnectPeerBgpConfiguration :: ConnectPeerBgpConfiguration
- connectPeerBgpConfiguration_coreNetworkAddress :: Lens' ConnectPeerBgpConfiguration (Maybe Text)
- connectPeerBgpConfiguration_coreNetworkAsn :: Lens' ConnectPeerBgpConfiguration (Maybe Integer)
- connectPeerBgpConfiguration_peerAddress :: Lens' ConnectPeerBgpConfiguration (Maybe Text)
- connectPeerBgpConfiguration_peerAsn :: Lens' ConnectPeerBgpConfiguration (Maybe Integer)
Documentation
data ConnectPeerBgpConfiguration Source #
Describes a core network BGP configuration.
See: newConnectPeerBgpConfiguration smart constructor.
Constructors
| ConnectPeerBgpConfiguration' | |
Fields
| |
Instances
newConnectPeerBgpConfiguration :: ConnectPeerBgpConfiguration Source #
Create a value of ConnectPeerBgpConfiguration 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:coreNetworkAddress:ConnectPeerBgpConfiguration', connectPeerBgpConfiguration_coreNetworkAddress - The address of a core network.
$sel:coreNetworkAsn:ConnectPeerBgpConfiguration', connectPeerBgpConfiguration_coreNetworkAsn - The ASN of the Coret Network.
$sel:peerAddress:ConnectPeerBgpConfiguration', connectPeerBgpConfiguration_peerAddress - The address of a core network Connect peer.
$sel:peerAsn:ConnectPeerBgpConfiguration', connectPeerBgpConfiguration_peerAsn - The ASN of the Connect peer.
connectPeerBgpConfiguration_coreNetworkAddress :: Lens' ConnectPeerBgpConfiguration (Maybe Text) Source #
The address of a core network.
connectPeerBgpConfiguration_coreNetworkAsn :: Lens' ConnectPeerBgpConfiguration (Maybe Integer) Source #
The ASN of the Coret Network.
connectPeerBgpConfiguration_peerAddress :: Lens' ConnectPeerBgpConfiguration (Maybe Text) Source #
The address of a core network Connect peer.
connectPeerBgpConfiguration_peerAsn :: Lens' ConnectPeerBgpConfiguration (Maybe Integer) Source #
The ASN of the Connect peer.