ncloud_change_target_group_config
Change target group load balancing algorithm, sticky session, or proxy protocol settings by specifying the target group number and desired parameters.
Instructions
Change target group configuration (algorithm, sticky session, proxy protocol)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetGroupNo | Yes | Target group number | |
| useProxyProtocol | No | Whether to use proxy protocol (true/false). Available for PROXY_TCP protocol only | |
| useStickySession | No | Whether to enable per-session access (true/false). Available for TCP, UDP, HTTP, HTTPS protocols | |
| algorithmTypeCode | No | Load balancing algorithm type code (RR, SIPHS, LC, MH). HTTP/HTTPS/PROXY_TCP: RR|SIPHS|LC, TCP/UDP: RR|MH |