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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python