NextHopResult Class
The information about next hop from the specified VM.
- Inheritance
-
azure.mgmt.network._serialization.ModelNextHopResult
Constructor
NextHopResult(*, next_hop_type: str | _models.NextHopType | None = None, next_hop_ip_address: str | None = None, route_table_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
next_hop_type
|
str or
NextHopType
Next hop type. Known values are: "Internet", "VirtualAppliance", "VirtualNetworkGateway", "VnetLocal", "HyperNetGateway", and "None". |
next_hop_ip_address
|
Next hop IP Address. |
route_table_id
|
The resource identifier for the route table associated with the route being returned. If the route being returned does not correspond to any user created routes then this field will be the string 'System Route'. |
Variables
Name | Description |
---|---|
next_hop_type
|
str or
NextHopType
Next hop type. Known values are: "Internet", "VirtualAppliance", "VirtualNetworkGateway", "VnetLocal", "HyperNetGateway", and "None". |
next_hop_ip_address
|
Next hop IP Address. |
route_table_id
|
The resource identifier for the route table associated with the route being returned. If the route being returned does not correspond to any user created routes then this field will be the string 'System Route'. |
Azure SDK for Python