Class VpnGatewayBgpSettingArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VpnGatewayBgpSettingArgs : ResourceArgs
Constructors
View SourceVpnGatewayBgpSettingArgs()
Declaration
public VpnGatewayBgpSettingArgs()
Properties
View SourceAsn
The ASN of the BGP Speaker. Changing this forces a new resource to be created.
Declaration
public Input<int> Asn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
BgpPeeringAddress
The Address which should be used for the BGP Peering.
Declaration
public Input<string> BgpPeeringAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PeerWeight
The weight added to Routes learned from this BGP Speaker. Changing this forces a new resource to be created.
Declaration
public Input<int> PeerWeight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |