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. |
next_hops
|
The list of next hops. |
next_hop_type
|
The type of the next hop. |
as_path
|
The ASPath of this route. |
route_origin
|
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
|
The type of the next hop. |
as_path
|
The ASPath of this route. |
route_origin
|
The origin of this route. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python