tencentcloud-sdk-nodejs-clb 4.1.199 → 4.1.203
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
|
@@ -3699,7 +3699,7 @@ export interface ModifyListenerResponse {
|
|
|
3699
3699
|
*/
|
|
3700
3700
|
export interface DescribeTargetHealthResponse {
|
|
3701
3701
|
/**
|
|
3702
|
-
*
|
|
3702
|
+
* <p>负载均衡实例列表。</p>
|
|
3703
3703
|
*/
|
|
3704
3704
|
LoadBalancers?: Array<LoadBalancerHealth>;
|
|
3705
3705
|
/**
|
|
@@ -4635,11 +4635,11 @@ export interface LbRsTargets {
|
|
|
4635
4635
|
*/
|
|
4636
4636
|
export interface BatchModifyTargetWeightRequest {
|
|
4637
4637
|
/**
|
|
4638
|
-
*
|
|
4638
|
+
* <p>负载均衡实例 ID。</p>
|
|
4639
4639
|
*/
|
|
4640
4640
|
LoadBalancerId: string;
|
|
4641
4641
|
/**
|
|
4642
|
-
*
|
|
4642
|
+
* <p>要批量修改权重的列表。ModifyList数组最多100个元素,ModifyList[i].Targets最多50个,全部Targets累加不超过500。</p>
|
|
4643
4643
|
*/
|
|
4644
4644
|
ModifyList: Array<RsWeightRule>;
|
|
4645
4645
|
}
|
|
@@ -4740,15 +4740,15 @@ export interface TargetRegionInfo {
|
|
|
4740
4740
|
*/
|
|
4741
4741
|
export interface DescribeTargetHealthRequest {
|
|
4742
4742
|
/**
|
|
4743
|
-
*
|
|
4743
|
+
* <p>要查询的负载均衡实例ID列表。数组大小最大支持30。</p>
|
|
4744
4744
|
*/
|
|
4745
4745
|
LoadBalancerIds: Array<string>;
|
|
4746
4746
|
/**
|
|
4747
|
-
*
|
|
4747
|
+
* <p>要查询的监听器ID列表。</p>
|
|
4748
4748
|
*/
|
|
4749
4749
|
ListenerIds?: Array<string>;
|
|
4750
4750
|
/**
|
|
4751
|
-
*
|
|
4751
|
+
* <p>要查询的转发规则ID列表。</p>
|
|
4752
4752
|
*/
|
|
4753
4753
|
LocationIds?: Array<string>;
|
|
4754
4754
|
}
|