EffectiveRouteMapRoute Class
The effective RouteMap route configured on the connection resource.
- Inheritance
-
azure.mgmt.network._serialization.ModelEffectiveRouteMapRoute
Constructor
EffectiveRouteMapRoute(*, prefix: str | None = None, bgp_communities: str | None = None, as_path: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
prefix
|
The address prefix of the route. |
bgp_communities
|
BGP communities of the route. |
as_path
|
The ASPath of this route. |
Variables
Name | Description |
---|---|
prefix
|
The address prefix of the route. |
bgp_communities
|
BGP communities of the route. |
as_path
|
The ASPath of this route. |
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