tencentcloud-sdk-nodejs-clb 4.1.85 → 4.1.89
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
@@ -356,6 +356,10 @@ export interface CreateLoadBalancerRequest {
|
|
356
356
|
* 七层访问日志主题ID
|
357
357
|
*/
|
358
358
|
AccessLogTopicId?: string;
|
359
|
+
/**
|
360
|
+
* 是否开启七层高级路由
|
361
|
+
*/
|
362
|
+
AdvancedRoute?: boolean;
|
359
363
|
}
|
360
364
|
/**
|
361
365
|
* DescribeLoadBalancerOverview返回参数结构体
|
@@ -1301,6 +1305,10 @@ export interface RuleHealth {
|
|
1301
1305
|
注意:此字段可能返回 null,表示取不到有效值。
|
1302
1306
|
*/
|
1303
1307
|
Url?: string;
|
1308
|
+
/**
|
1309
|
+
* 高级路由规则ID
|
1310
|
+
*/
|
1311
|
+
RuleId?: string;
|
1304
1312
|
/**
|
1305
1313
|
* 本规则上绑定的后端服务的健康检查状态
|
1306
1314
|
*/
|
@@ -5829,6 +5837,10 @@ export interface AssociationItem {
|
|
5829
5837
|
* 关联目标组的权重, 该参数只有v2新版目标组生效。
|
5830
5838
|
*/
|
5831
5839
|
Weight?: number;
|
5840
|
+
/**
|
5841
|
+
* 高级路由规则ID
|
5842
|
+
*/
|
5843
|
+
RuleId?: string;
|
5832
5844
|
}
|
5833
5845
|
/**
|
5834
5846
|
* DescribeCrossTargets请求参数结构体
|