Interface CfnConnectPeer.ConnectPeerBgpConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectPeer.ConnectPeerBgpConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnConnectPeer
@Stability(Stable)
public static interface CfnConnectPeer.ConnectPeerBgpConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Describes a core network BGP configuration.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.networkmanager.*; ConnectPeerBgpConfigurationProperty connectPeerBgpConfigurationProperty = ConnectPeerBgpConfigurationProperty.builder() .coreNetworkAddress("coreNetworkAddress") .coreNetworkAsn(123) .peerAddress("peerAddress") .peerAsn(123) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConnectPeer.ConnectPeerBgpConfigurationProperty
static final class
An implementation forCfnConnectPeer.ConnectPeerBgpConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCoreNetworkAddress
The address of a core network.- See Also:
-
getCoreNetworkAsn
The ASN of the Coret Network.- See Also:
-
getPeerAddress
The address of a core network Connect peer.- See Also:
-
getPeerAsn
The ASN of the Connect peer.- See Also:
-
builder
-