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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python