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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python