tencentcloud-sdk-nodejs-clb 4.1.37 → 4.1.39
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
@@ -49,7 +49,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
49
49
|
本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
50
50
|
限制说明:
|
51
51
|
- 四层监听器绑定旧版目标组需要监听器开启后端目标组。
|
52
|
-
- 七层绑定目标组,数据结构
|
52
|
+
- 七层绑定目标组,数据结构 TargetGroupAssociation 中 LocationId 为必填项。
|
53
53
|
- 负载均衡的 VPC 需要和目标组的 VPC 一致。
|
54
54
|
*/
|
55
55
|
AssociateTargetGroups(req: AssociateTargetGroupsRequest, cb?: (error: string, rep: AssociateTargetGroupsResponse) => void): Promise<AssociateTargetGroupsResponse>;
|
@@ -89,7 +89,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
89
89
|
本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
90
90
|
限制说明:
|
91
91
|
- 四层监听器绑定旧版目标组需要监听器开启后端目标组。
|
92
|
-
- 七层绑定目标组,数据结构
|
92
|
+
- 七层绑定目标组,数据结构 TargetGroupAssociation 中 LocationId 为必填项。
|
93
93
|
- 负载均衡的 VPC 需要和目标组的 VPC 一致。
|
94
94
|
*/
|
95
95
|
async AssociateTargetGroups(req, cb) {
|
@@ -266,7 +266,7 @@ export interface CreateLoadBalancerRequest {
|
|
266
266
|
Number?: number;
|
267
267
|
/**
|
268
268
|
* 仅适用于公网且IP版本为IPv4的负载均衡。设置跨可用区容灾时的主可用区ID, 可用区 ID 和名称均支持,例如 100001 或 ap-guangzhou-1
|
269
|
-
|
269
|
+
注:主可用区是需要承载流量的可用区,备可用区默认不承载流量,主可用区不可用时才使用备可用区。
|
270
270
|
*/
|
271
271
|
MasterZoneId?: string;
|
272
272
|
/**
|
@@ -2600,7 +2600,7 @@ export interface ClassicalHealth {
|
|
2600
2600
|
*/
|
2601
2601
|
export interface DescribeCustomizedConfigAssociateListRequest {
|
2602
2602
|
/**
|
2603
|
-
* 配置ID
|
2603
|
+
* 配置ID,可以通过 [DescribeCustomizedConfigList](https://cloud.tencent.com/document/product/214/60009) 接口获取。
|
2604
2604
|
*/
|
2605
2605
|
UconfigId?: string;
|
2606
2606
|
/**
|
@@ -2612,7 +2612,7 @@ export interface DescribeCustomizedConfigAssociateListRequest {
|
|
2612
2612
|
*/
|
2613
2613
|
Limit?: number;
|
2614
2614
|
/**
|
2615
|
-
*
|
2615
|
+
* 搜索域名,可以通过 [DescribeLoadBalancersDetail](https://cloud.tencent.com/document/product/214/46916) 接口返回值的 `Domain` 字段查询。
|
2616
2616
|
*/
|
2617
2617
|
Domain?: string;
|
2618
2618
|
}
|
@@ -5324,7 +5324,7 @@ export interface DescribeIdleLoadBalancersRequest {
|
|
5324
5324
|
*/
|
5325
5325
|
Limit?: number;
|
5326
5326
|
/**
|
5327
|
-
* 负载均衡所在地域,可以通过 [DescribeRegions](https://cloud.tencent.com/document/product/1596/77930)
|
5327
|
+
* 负载均衡所在地域,可以通过 [DescribeRegions](https://cloud.tencent.com/document/product/1596/77930) 接口返回值 `RegionSet.Region` 字段获取。
|
5328
5328
|
*/
|
5329
5329
|
LoadBalancerRegion?: string;
|
5330
5330
|
}
|