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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python