tencentcloud-sdk-nodejs-clb 4.1.56 → 4.1.59
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
@@ -2427,7 +2427,7 @@ export interface HealthCheck {
|
|
2427
2427
|
*/
|
2428
2428
|
HttpCheckMethod?: string;
|
2429
2429
|
/**
|
2430
|
-
*
|
2430
|
+
* 自定义探测相关参数。健康检查端口,默认为后端服务的端口,除非您希望指定特定端口,否则建议留空。传参数值-1可恢复默认设置。(仅适用于TCP/UDP监听器)。
|
2431
2431
|
注意:此字段可能返回 null,表示取不到有效值。
|
2432
2432
|
*/
|
2433
2433
|
CheckPort?: number;
|