VirtualHubEffectiveRoute Class
The effective route configured on the virtual hub or specified resource.
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. Default value: None
|
|
next_hops
|
The list of next hops. Default value: None
|
|
next_hop_type
|
The type of the next hop. Default value: None
|
|
as_path
|
The ASPath of this route. Default value: None
|
|
route_origin
|
The origin of this route. Default value: None
|