Show / Hide Table of Contents

Class CfnConnectPeerPropsMixin.BgpOptionsProperty

Describes the BGP options.

Inheritance
object
CfnConnectPeerPropsMixin.BgpOptionsProperty
Implements
CfnConnectPeerPropsMixin.IBgpOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.NetworkManager
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConnectPeerPropsMixin.BgpOptionsProperty : CfnConnectPeerPropsMixin.IBgpOptionsProperty
Syntax (vb)
Public Class CfnConnectPeerPropsMixin.BgpOptionsProperty Implements CfnConnectPeerPropsMixin.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.CfnPropertyMixins.AWS.NetworkManager;

             var bgpOptionsProperty = new BgpOptionsProperty {
                 PeerAsn = 123
             };

Synopsis

Constructors

BgpOptionsProperty()

Describes the BGP options.

Properties

PeerAsn

The Peer ASN of the BGP.

Constructors

BgpOptionsProperty()

Describes the BGP options.

public BgpOptionsProperty()
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.CfnPropertyMixins.AWS.NetworkManager;

             var bgpOptionsProperty = new BgpOptionsProperty {
                 PeerAsn = 123
             };

Properties

PeerAsn

The Peer ASN of the BGP.

public double? PeerAsn { get; set; }
Property Value

double?

Remarks

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

Implements

CfnConnectPeerPropsMixin.IBgpOptionsProperty
Back to top Generated by DocFX