Services
Load Balancer Service
Properties
| Property | Type | Required | Description |
|---|---|---|---|
description | string | no | Load Balancer Service description |
healthcheck | object | no | Load Balancer Service healthcheck schema details |
healthcheck-status | array[object] | no | Healthcheck status per backend server schema details |
id | string | no | Load Balancer Service ID |
instance-pool | object | no | Instance Pool schema details |
name | string | no | Load Balancer Service name |
port | integer | no | Port exposed on the Load Balancer’s public IP |
protocol | string | no | Network traffic protocol Allowed values: tcp, udp. |
state | string | no | Load Balancer Service state Allowed values: creating, deleting, running, updating, error. |
strategy | string | no | Load balancing strategy Allowed values: round-robin, maglev-hash, source-hash. |
target-port | integer | no | Port on which the network traffic will be forwarded to on the receiving instance |
Last updated on