# NetworkLoadBalancerForwardingRuleTarget

## Properties

| Name              | Type                                                                                                                                                                                 | Description                                                                                                                                                                                                                                                                                                                                                                                                           | Notes       |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| **healthCheck**   | [**NetworkLoadBalancerForwardingRuleTargetHealthCheck**](https://docs.ionos.com/sections-test/java-sdk/cloud-api-java-sdk/models/networkloadbalancerforwardingruletargethealthcheck) |                                                                                                                                                                                                                                                                                                                                                                                                                       | \[optional] |
| **ip**            | **String**                                                                                                                                                                           | The IP of the balanced target VM.                                                                                                                                                                                                                                                                                                                                                                                     |             |
| **port**          | **Integer**                                                                                                                                                                          | The port of the balanced target service; valid range is 1 to 65535.                                                                                                                                                                                                                                                                                                                                                   |             |
| **weight**        | **Integer**                                                                                                                                                                          | 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. |             |
| **proxyProtocol** | [**ProxyProtocolEnum**](#ProxyProtocolEnum)                                                                                                                                          | ProxyProtocol is used to set the proxy protocol version.                                                                                                                                                                                                                                                                                                                                                              | \[optional] |

## Enum: ProxyProtocolEnum

| Name  | Value   |
| ----- | ------- |
| NONE  | "none"  |
| V1    | "v1"    |
| V2    | "v2"    |
| V2SSL | "v2ssl" |
