# NetworkLoadBalancerForwardingRuleProperties

## Properties

| Name             | Type                                                                                                                                                                         | Description                                                 | Notes                               |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------- |
| **algorithm**    | **string**                                                                                                                                                                   | Balancing algorithm                                         | \[default to undefined]             |
| **healthCheck**  | [**NetworkLoadBalancerForwardingRuleHealthCheck**](https://docs.ionos.com/sections-test/nodejs-sdk/cloud-api-nodejs-sdk/models/networkloadbalancerforwardingrulehealthcheck) |                                                             | \[optional] \[default to undefined] |
| **listenerIp**   | **string**                                                                                                                                                                   | Listening (inbound) IP.                                     | \[default to undefined]             |
| **listenerPort** | **number**                                                                                                                                                                   | Listening (inbound) port number; valid range is 1 to 65535. | \[default to undefined]             |
| **name**         | **string**                                                                                                                                                                   | The name of the Network Load Balancer forwarding rule.      | \[default to undefined]             |
| **protocol**     | **string**                                                                                                                                                                   | Balancing protocol                                          | \[default to undefined]             |
| **targets**      | [**Array\<NetworkLoadBalancerForwardingRuleTarget>**](https://docs.ionos.com/sections-test/nodejs-sdk/cloud-api-nodejs-sdk/models/networkloadbalancerforwardingruletarget)   | Array of items in the collection.                           | \[default to undefined]             |
