Class CfnConnectPeer.BgpOptionsProperty
Describes the BGP options.
Inheritance
System.Object
CfnConnectPeer.BgpOptionsProperty
Implements
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class BgpOptionsProperty : Object, CfnConnectPeer.IBgpOptionsProperty
Syntax (vb)
Public Class BgpOptionsProperty
Inherits Object
Implements CfnConnectPeer.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
Constructors
BgpOptionsProperty() |
Properties
PeerAsn | The Peer ASN of the BGP. |
Constructors
BgpOptionsProperty()
public BgpOptionsProperty()
Properties
PeerAsn
The Peer ASN of the BGP.
public Nullable<double> PeerAsn { get; set; }
Property Value
System.Nullable<System.Double>