VirtualHubEffectiveRoute Class
The effective route configured on the virtual hub or specified resource.
- Inheritance
-
azure.mgmt.network._serialization.ModelVirtualHubEffectiveRoute
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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python