tencentcloud-sdk-nodejs-clb 4.1.310 → 4.1.315
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
|
@@ -3517,6 +3517,14 @@ export interface TestServiceProviderConnectionRequest {
|
|
|
3517
3517
|
* <p>端点路径</p>
|
|
3518
3518
|
*/
|
|
3519
3519
|
EndpointPath?: string;
|
|
3520
|
+
/**
|
|
3521
|
+
* <p>健康检查方式</p><p>枚举值:</p><ul><li>Service: 探测服务可用性</li><li>Model: 探测模型可用性</li></ul>
|
|
3522
|
+
*/
|
|
3523
|
+
HealthCheckMethod?: string;
|
|
3524
|
+
/**
|
|
3525
|
+
* <p>健康检查路径。仅HealthCheckMethod为Service时生效。</p>
|
|
3526
|
+
*/
|
|
3527
|
+
HealthCheckPath?: string;
|
|
3520
3528
|
}
|
|
3521
3529
|
/**
|
|
3522
3530
|
* DescribeModelAssociations返回参数结构体
|