Show / Hide Table of Contents

Class CfnConnectPeer.BgpOptionsProperty

Describes the BGP options.

Inheritance
System.Object
CfnConnectPeer.BgpOptionsProperty
Implements
CfnConnectPeer.IBgpOptionsProperty
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-connectpeer-bgpoptions.html

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>

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-connectpeer-bgpoptions.html#cfn-networkmanager-connectpeer-bgpoptions-peerasn

Implements

CfnConnectPeer.IBgpOptionsProperty
Back to top Generated by DocFX