VirtualHubEffectiveRoute Class

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

Inheritance
VirtualHubEffectiveRoute

Constructor

VirtualHubEffectiveRoute(*, address_prefixes: typing.Union[typing.List[str], NoneType] = None, next_hops: typing.Union[typing.List[str], NoneType] = None, next_hop_type: typing.Union[str, NoneType] = None, as_path: typing.Union[str, NoneType] = None, route_origin: typing.Union[str, NoneType] = None, **kwargs)

Parameters

address_prefixes
list[str]

The list of address prefixes.

next_hops
list[str]

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.