Show / Hide Table of Contents

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 Source

Asn

The BGP speaker's ASN.

Declaration
public readonly int Asn
Field Value
Type Description
System.Int32
View Source

BgpPeeringAddress

The BGP peering address and BGP identifier of this BGP speaker.

Declaration
public readonly string BgpPeeringAddress
Field Value
Type Description
System.String
View Source

PeerWeight

The weight added to routes learned from this BGP speaker.

Declaration
public readonly int? PeerWeight
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.