VpnLinkBgpSettings Class
BGP settings details for a link.
- Inheritance
-
azure.mgmt.network._serialization.ModelVpnLinkBgpSettings
Constructor
VpnLinkBgpSettings(*, asn: int | None = None, bgp_peering_address: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
asn
|
The BGP speaker's ASN. |
bgp_peering_address
|
The BGP peering address and BGP identifier of this BGP speaker. |
Variables
Name | Description |
---|---|
asn
|
The BGP speaker's ASN. |
bgp_peering_address
|
The BGP peering address and BGP identifier of this BGP speaker. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python