VpnLinkBgpSettings Class

BGP settings details for a link.

Inheritance
azure.mgmt.network._serialization.Model
VpnLinkBgpSettings

Constructor

VpnLinkBgpSettings(*, asn: int | None = None, bgp_peering_address: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
asn
int

The BGP speaker's ASN.

bgp_peering_address
str

The BGP peering address and BGP identifier of this BGP speaker.

Variables

Name Description
asn
int

The BGP speaker's ASN.

bgp_peering_address
str

The BGP peering address and BGP identifier of this BGP speaker.