NextHopResult Class

The information about next hop from the specified VM.

Constructor

NextHopResult(*args: Any, **kwargs: Any)

Variables

Name Description
next_hop_type

Next hop type. Known values are: "Internet", "VirtualAppliance", "VirtualNetworkGateway", "VnetLocal", "HyperNetGateway", "VirtualApplianceEcmp", and "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'.

Attributes

next_hop_ip_address

Next hop IP Address.

next_hop_ip_address: str | None

next_hop_type

"Internet", "VirtualAppliance", "VirtualNetworkGateway", "VnetLocal", "HyperNetGateway", "VirtualApplianceEcmp", and "None".

next_hop_type: str | _models.NextHopType | None

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'.

route_table_id: str | None