VirtualHubRouteV2 Class
VirtualHubRouteTableV2 route.
- Inheritance
-
azure.mgmt.network._serialization.ModelVirtualHubRouteV2
Constructor
VirtualHubRouteV2(*, destination_type: str | None = None, destinations: List[str] | None = None, next_hop_type: str | None = None, next_hops: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
destination_type
|
The type of destinations. |
destinations
|
List of all destinations. |
next_hop_type
|
The type of next hops. |
next_hops
|
NextHops ip address. |
Variables
Name | Description |
---|---|
destination_type
|
The type of destinations. |
destinations
|
List of all destinations. |
next_hop_type
|
The type of next hops. |
next_hops
|
NextHops ip address. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python