Interface CfnConnectPeer.IBgpOptionsProperty
Describes the BGP options.
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBgpOptionsProperty
Syntax (vb)
Public Interface IBgpOptionsProperty
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 bgpOptionsProperty = new BgpOptionsProperty {
PeerAsn = 123
};
Synopsis
Properties
PeerAsn | The Peer ASN of the BGP. |
Properties
PeerAsn
The Peer ASN of the BGP.
virtual Nullable<double> PeerAsn { get; }
Property Value
System.Nullable<System.Double>