VirtualNetworkBgpCommunities Class
Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelVirtualNetworkBgpCommunities
Constructor
VirtualNetworkBgpCommunities(*, virtual_network_community: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
virtual_network_community
|
The BGP community associated with the virtual network. Required. |
Variables
Name | Description |
---|---|
virtual_network_community
|
The BGP community associated with the virtual network. Required. |
regional_community
|
The BGP community associated with the region of the virtual network. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python