NextHopResult Class
The information about next hop from the specified VM.
- Inheritance
-
NextHopResult
Constructor
NextHopResult(*, next_hop_type: typing.Union[str, _ForwardRef('NextHopType'), NoneType] = None, next_hop_ip_address: typing.Union[str, NoneType] = None, route_table_id: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- next_hop_type
- str or NextHopType
Next hop type. Possible values include: "Internet", "VirtualAppliance", "VirtualNetworkGateway", "VnetLocal", "HyperNetGateway", "None".
- next_hop_ip_address
- str
Next hop IP Address.
- route_table_id
- str
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'.
Feedback
Submit and view feedback for