ncloud_change_target_group_config
Modify target group configuration for load balancing by selecting algorithm, enabling sticky sessions, or using proxy protocol.
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 |