Show / Hide Table of Contents

Class CfnConnectPeerPropsMixin.ConnectPeerBgpConfigurationProperty

Describes a core network BGP configuration.

Inheritance
object
CfnConnectPeerPropsMixin.ConnectPeerBgpConfigurationProperty
Implements
CfnConnectPeerPropsMixin.IConnectPeerBgpConfigurationProperty
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.ConnectPeerBgpConfigurationProperty : CfnConnectPeerPropsMixin.IConnectPeerBgpConfigurationProperty
Syntax (vb)
Public Class CfnConnectPeerPropsMixin.ConnectPeerBgpConfigurationProperty Implements CfnConnectPeerPropsMixin.IConnectPeerBgpConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-connectpeer-connectpeerbgpconfiguration.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 connectPeerBgpConfigurationProperty = new ConnectPeerBgpConfigurationProperty {
                 CoreNetworkAddress = "coreNetworkAddress",
                 CoreNetworkAsn = 123,
                 PeerAddress = "peerAddress",
                 PeerAsn = 123
             };

Synopsis

Constructors

ConnectPeerBgpConfigurationProperty()

Describes a core network BGP configuration.

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()

Describes a core network BGP configuration.

public ConnectPeerBgpConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-connectpeer-connectpeerbgpconfiguration.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 connectPeerBgpConfigurationProperty = new ConnectPeerBgpConfigurationProperty {
                 CoreNetworkAddress = "coreNetworkAddress",
                 CoreNetworkAsn = 123,
                 PeerAddress = "peerAddress",
                 PeerAsn = 123
             };

Properties

CoreNetworkAddress

The address of a core network.

public string? CoreNetworkAddress { get; set; }
Property Value

string

Remarks

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

CoreNetworkAsn

The ASN of the Coret Network.

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

double?

Remarks

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

PeerAddress

The address of a core network Connect peer.

public string? PeerAddress { get; set; }
Property Value

string

Remarks

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

PeerAsn

The ASN of the Connect peer.

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

double?

Remarks

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

Implements

CfnConnectPeerPropsMixin.IConnectPeerBgpConfigurationProperty
Back to top Generated by DocFX