Load Balancer Service
Load Balancer Service
Properties
| Property | Type | Required | Description |
|---|---|---|---|
description | string | no | Load Balancer Service description |
healthcheck | Load Balancer Service healthcheck | no | Healthcheck configuration |
healthcheck-status | array of Load Balancer Service status | no | Healthcheck status per backend server |
id | string | no | Load Balancer Service ID |
instance-pool | Instance Pool | no | Instance Pool to forward network traffic to |
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