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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python