| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Load Balancer Service name | |
| description | String | Load Balancer Service description | [optional] |
| instancePool | InstancePool | ||
| protocol | ProtocolEnum | Network traffic protocol | |
| strategy | StrategyEnum | Load balancing strategy | |
| port | Long | Port exposed on the Load Balancer's public IP | |
| targetPort | Long | Port on which the network traffic will be forwarded to on the receiving instance | |
| healthcheck | LoadBalancerServiceHealthcheck |
| Name | Value |
|---|---|
| TCP | "tcp" |
| UDP | "udp" |
| Name | Value |
|---|---|
| ROUND_ROBIN | "round-robin" |
| MAGLEV_HASH | "maglev-hash" |
| SOURCE_HASH | "source-hash" |