Class CfnConnectPeer.ConnectPeerBgpConfigurationProperty
Describes a core network BGP configuration.
Inheritance
System.Object
CfnConnectPeer.ConnectPeerBgpConfigurationProperty
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConnectPeerBgpConfigurationProperty : Object, CfnConnectPeer.IConnectPeerBgpConfigurationProperty
Syntax (vb)
Public Class ConnectPeerBgpConfigurationProperty
Inherits Object
Implements CfnConnectPeer.IConnectPeerBgpConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NetworkManager;
var connectPeerBgpConfigurationProperty = new ConnectPeerBgpConfigurationProperty {
CoreNetworkAddress = "coreNetworkAddress",
CoreNetworkAsn = 123,
PeerAddress = "peerAddress",
PeerAsn = 123
};
Synopsis
Constructors
ConnectPeerBgpConfigurationProperty() |
Properties
CoreNetworkAddress | The address of a core network. |
CoreNetworkAsn | The ASN of the Coret Network. |
PeerAddress | The address of a core network Connect peer. |
PeerAsn | The ASN of the Connect peer. |
Constructors
ConnectPeerBgpConfigurationProperty()
public ConnectPeerBgpConfigurationProperty()
Properties
CoreNetworkAddress
The address of a core network.
public string CoreNetworkAddress { get; set; }
Property Value
System.String
Remarks
CoreNetworkAsn
The ASN of the Coret Network.
public Nullable<double> CoreNetworkAsn { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
PeerAddress
The address of a core network Connect peer.
public string PeerAddress { get; set; }
Property Value
System.String
Remarks
PeerAsn
The ASN of the Connect peer.
public Nullable<double> PeerAsn { get; set; }
Property Value
System.Nullable<System.Double>