Class VirtualNetworkGatewayBgpSettings
Inheritance
System.Object
VirtualNetworkGatewayBgpSettings
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 VirtualNetworkGatewayBgpSettings
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.Nullable<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. The IP address must be part of the subnet of the Virtual Network Gateway. Changing this forces a new resource to be created.
Declaration
public readonly string PeeringAddress
Field Value
| Type | Description |
|---|---|
| System.String |
PeerWeight
The weight added to routes which have been learned
through BGP peering. Valid values can be between 0 and 100.
Declaration
public readonly int? PeerWeight
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |