NextHopParameters Class
Parameters that define the source and destination endpoint.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
NextHopParameters
Constructor
NextHopParameters(*, target_resource_id: str, source_ip_address: str, destination_ip_address: str, target_nic_resource_id: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- target_resource_id
- str
Required. The resource identifier of the target resource against which the action is to be performed.
- source_ip_address
- str
Required. The source IP address.
- destination_ip_address
- str
Required. The destination IP address.
- target_nic_resource_id
- str
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).
Feedback
Submit and view feedback for