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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python