Compartilhar via


EffectiveRouteMapRoute Class

The effective RouteMap route configured on the connection resource.

Inheritance
azure.mgmt.network._serialization.Model
EffectiveRouteMapRoute

Constructor

EffectiveRouteMapRoute(*, prefix: str | None = None, bgp_communities: str | None = None, as_path: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
prefix
str

The address prefix of the route.

bgp_communities
str

BGP communities of the route.

as_path
str

The ASPath of this route.

Variables

Name Description
prefix
str

The address prefix of the route.

bgp_communities
str

BGP communities of the route.

as_path
str

The ASPath of this route.