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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python