# NetworkLoadBalancerForwardingRuleProperties

## Properties

| Name               | Type                                                                                                                                                                         | Description                                                 | Notes       |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | ----------- |
| **algorithm**      | **str**                                                                                                                                                                      | Balancing algorithm                                         |             |
| **health\_check**  | [**NetworkLoadBalancerForwardingRuleHealthCheck**](https://docs.ionos.com/sections-test/python-sdk/cloud-api-python-sdk/models/networkloadbalancerforwardingrulehealthcheck) |                                                             | \[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\]**](https://docs.ionos.com/sections-test/python-sdk/cloud-api-python-sdk/models/networkloadbalancerforwardingruletarget)   | Array of items in the collection.                           |             |
