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 SourceAsn
The Autonomous System Number (ASN) to use as part of the BGP.
Declaration
public readonly int Asn
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
PeerWeight
The weight added to routes which have been learned through BGP peering.
Declaration
public readonly int PeerWeight
Field Value
| Type | Description |
|---|---|
| System.Int32 |