# NetworkLoadBalancerForwardingRuleTarget

## Properties

| Name              | Type                                                                                                                               | Description                                                                                                                                                                                                                                                                                                                                                                                                           | Notes                                             |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
| **healthCheck**   | [**NetworkLoadBalancerForwardingRuleTargetHealthCheck**](/nodejs-sdk/models/networkloadbalancerforwardingruletargethealthcheck.md) |                                                                                                                                                                                                                                                                                                                                                                                                                       | \[optional] \[default to undefined]               |
| **ip**            | **string**                                                                                                                         | The IP of the balanced target VM.                                                                                                                                                                                                                                                                                                                                                                                     | \[default to undefined]                           |
| **port**          | **number**                                                                                                                         | The port of the balanced target service; valid range is 1 to 65535.                                                                                                                                                                                                                                                                                                                                                   | \[default to undefined]                           |
| **weight**        | **number**                                                                                                                         | Traffic is distributed in proportion to target weight, relative to the combined weight of all targets. A target with higher weight receives a greater share of traffic. Valid range is 0 to 256 and default is 1. Targets with weight of 0 do not participate in load balancing but still accept persistent connections. It is best to assign weights in the middle of the range to leave room for later adjustments. | \[default to undefined]                           |
| **proxyProtocol** | **string**                                                                                                                         | ProxyProtocol is used to set the proxy protocol version.                                                                                                                                                                                                                                                                                                                                                              | \[optional] \[default to ProxyProtocolEnum\_None] |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/nodejs-sdk/models/networkloadbalancerforwardingruletarget.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
