NextHopParameters Class
Parameters that define the source and destination endpoint.
Constructor
NextHopParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
target_resource_id
|
The resource identifier of the target resource against which the action is to be performed. Required. |
|
source_ip_address
|
The source IP address. Required. |
|
destination_ip_address
|
The destination IP address. Required. |
|
target_nic_resource_id
|
The NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of the nics, then this parameter must be specified. Otherwise optional). |
Attributes
destination_ip_address
The destination IP address. Required.
destination_ip_address: str
source_ip_address
The source IP address. Required.
source_ip_address: str
target_nic_resource_id
The NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of the nics, then this parameter must be specified. Otherwise optional).
target_nic_resource_id: str | None
target_resource_id
The resource identifier of the target resource against which the action is to be performed. Required.
target_resource_id: str