Show / Hide Table of Contents

Class VpnGatewayBgpSetting

Inheritance
System.Object
VpnGatewayBgpSetting
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 VpnGatewayBgpSetting

Fields

View Source

Asn

The ASN of the BGP Speaker. Changing this forces a new resource to be created.

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

BgpPeeringAddress

The Address which should be used for the BGP Peering.

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

PeerWeight

The weight added to Routes learned from this BGP Speaker. Changing this forces a new resource to be created.

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