Class LocalNetworkGatewayBgpSettingsGetArgs
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 LocalNetworkGatewayBgpSettingsGetArgs : ResourceArgs
Constructors
View SourceLocalNetworkGatewayBgpSettingsGetArgs()
Declaration
public LocalNetworkGatewayBgpSettingsGetArgs()
Properties
View SourceAsn
The BGP speaker's ASN.
Declaration
public Input<int> Asn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
BgpPeeringAddress
The BGP peering address and BGP identifier of this BGP speaker.
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.
Declaration
public Input<int> PeerWeight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |