Compartilhar via


VirtualHubEffectiveRoute Class

The effective route configured on the virtual hub or specified resource.

Inheritance
azure.mgmt.network._serialization.Model
VirtualHubEffectiveRoute

Constructor

VirtualHubEffectiveRoute(*, address_prefixes: List[str] | None = None, next_hops: List[str] | None = None, next_hop_type: str | None = None, as_path: str | None = None, route_origin: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
address_prefixes

The list of address prefixes.

next_hops

The list of next hops.

next_hop_type
str

The type of the next hop.

as_path
str

The ASPath of this route.

route_origin
str

The origin of this route.

Variables

Name Description
address_prefixes

The list of address prefixes.

next_hops

The list of next hops.

next_hop_type
str

The type of the next hop.

as_path
str

The ASPath of this route.

route_origin
str

The origin of this route.