> For the complete documentation index, see [llms.txt](https://docs.ionos.com/python-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/python-sdk/models/networkloadbalancerforwardingruleproperties.md).

# NetworkLoadBalancerForwardingRuleProperties

## Properties

| Name               | Type                                                                                                                   | Description                                                 | Notes       |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | ----------- |
| **algorithm**      | **str**                                                                                                                | Balancing algorithm                                         |             |
| **health\_check**  | [**NetworkLoadBalancerForwardingRuleHealthCheck**](/python-sdk/models/networkloadbalancerforwardingrulehealthcheck.md) |                                                             | \[optional] |
| **listener\_ip**   | **str**                                                                                                                | Listening (inbound) IP.                                     |             |
| **listener\_port** | **int**                                                                                                                | Listening (inbound) port number; valid range is 1 to 65535. |             |
| **name**           | **str**                                                                                                                | The name of the Network Load Balancer forwarding rule.      |             |
| **protocol**       | **str**                                                                                                                | Balancing protocol                                          |             |
| **targets**        | [**list\[NetworkLoadBalancerForwardingRuleTarget\]**](/python-sdk/models/networkloadbalancerforwardingruletarget.md)   | Array of items in the collection.                           |             |
