RoutingRuleNextHop Class
Next hop.
Constructor
RoutingRuleNextHop(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
next_hop_type
|
Next hop type. Required. Known values are: "Internet", "NoNextHop", "VirtualAppliance", "VirtualNetworkGateway", and "VnetLocal". |
|
next_hop_address
|
Next hop address. Only required if the next hop type is VirtualAppliance. |
Attributes
next_hop_address
Next hop address. Only required if the next hop type is VirtualAppliance.
next_hop_address: str | None
next_hop_type
"Internet", "NoNextHop", "VirtualAppliance", "VirtualNetworkGateway", and "VnetLocal".
next_hop_type: str | _models.RoutingRuleNextHopType