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