Class LocalNetworkGatewayBgpSettings
Inheritance
System.Object
LocalNetworkGatewayBgpSettings
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.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LocalNetworkGatewayBgpSettings
Fields
View SourceAsn
The BGP speaker's ASN.
Declaration
public readonly int Asn
Field Value
| Type | Description |
|---|---|
| System.Int32 |
BgpPeeringAddress
The BGP peering address and BGP identifier of this BGP speaker.
Declaration
public readonly string BgpPeeringAddress
Field Value
| Type | Description |
|---|---|
| System.String |
PeerWeight
The weight added to routes learned from this BGP speaker.
Declaration
public readonly int? PeerWeight
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |