Show / Hide Table of Contents

Class GetVirtualNetworkGatewayBgpSettingResult

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

Fields

View Source

Asn

The Autonomous System Number (ASN) to use as part of the BGP.

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

PeeringAddress

The BGP peer IP address of the virtual network gateway. This address is needed to configure the created gateway as a BGP Peer on the on-premises VPN devices.

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

PeerWeight

The weight added to routes which have been learned through BGP peering.

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