Load Balancer Service
| Name | Type | Description | Notes |
|---|---|---|---|
| description | String | Load Balancer Service description | [optional] |
| protocol | ProtocolEnum | Network traffic protocol | [optional] |
| name | String | Load Balancer Service name | [optional] |
| state | StateEnum | Load Balancer Service state | [optional] [readonly] |
| targetPort | Long | Port on which the network traffic will be forwarded to on the receiving instance | [optional] |
| port | Long | Port exposed on the Load Balancer's public IP | [optional] |
| instancePool | InstancePool | [optional] | |
| strategy | StrategyEnum | Load balancing strategy | [optional] |
| healthcheck | LoadBalancerServiceHealthcheck | [optional] | |
| id | UUID | Load Balancer Service ID | [optional] [readonly] |
| healthcheckStatus | List<LoadBalancerServerStatus> | Healthcheck status per backend server | [optional] [readonly] |
| Name | Value |
|---|---|
| TCP | "tcp" |
| UDP | "udp" |
| Name | Value |
|---|---|
| CREATING | "creating" |
| DELETING | "deleting" |
| RUNNING | "running" |
| UPDATING | "updating" |
| ERROR | "error" |
| Name | Value |
|---|---|
| ROUND_ROBIN | "round-robin" |
| MAGLEV_HASH | "maglev-hash" |
| SOURCE_HASH | "source-hash" |