tencentcloud-sdk-nodejs-clb 4.1.191 → 4.1.198
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3761,7 +3761,7 @@ export interface CreateTargetGroupRequest {
|
|
|
3761
3761
|
*/
|
|
3762
3762
|
HealthCheck?: TargetGroupHealthCheck;
|
|
3763
3763
|
/**
|
|
3764
|
-
* <p>调度算法,仅V2新版目标组,且后端转发协议为(HTTP|HTTPS|GRPC)
|
|
3764
|
+
* <p>调度算法,仅V2新版目标组,且后端转发协议为(HTTP|HTTPS|GRPC)时该参数有效。可选值:</p><li>WRR:按权重轮询。</li><li>LEAST_CONN:最小连接数。</li><li>IP_HASH:按IP哈希。</li><li>默认为 WRR。</li>
|
|
3765
3765
|
*/
|
|
3766
3766
|
ScheduleAlgorithm?: string;
|
|
3767
3767
|
/**
|