Class BgpPeerState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.DirectConnect
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BgpPeerState : ResourceArgs
Constructors
View SourceBgpPeerState()
Declaration
public BgpPeerState()
Properties
View SourceAddressFamily
The address family for the BGP peer. ipv4 or ipv6.
Declaration
public Input<string> AddressFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AmazonAddress
The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers on public virtual interfaces.
Declaration
public Input<string> AmazonAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AwsDevice
The Direct Connect endpoint on which the BGP peer terminates.
Declaration
public Input<string> AwsDevice { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BgpAsn
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
Declaration
public Input<int> BgpAsn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
BgpAuthKey
The authentication key for BGP configuration.
Declaration
public Input<string> BgpAuthKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BgpPeerId
The ID of the BGP peer.
Declaration
public Input<string> BgpPeerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BgpStatus
The Up/Down state of the BGP peer.
Declaration
public Input<string> BgpStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CustomerAddress
The IPv4 CIDR destination address to which Amazon should send traffic. Required for IPv4 BGP peers on public virtual interfaces.
Declaration
public Input<string> CustomerAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VirtualInterfaceId
The ID of the Direct Connect virtual interface on which to create the BGP peer.
Declaration
public Input<string> VirtualInterfaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |