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. |
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