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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-clb",
3
- "version": "4.1.37",
3
+ "version": "4.1.39",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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
- - 七层绑定目标组,数据结构 TargetGroupAssosication 中 LocationId 为必填项。
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
- - 七层绑定目标组,数据结构 TargetGroupAssosication 中 LocationId 为必填项。
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
- 注:主可用区是需要承载流量的可用区,备可用区默认不承载流量,主可用区不可用时才使用备可用区。目前仅广州、上海、南京、北京、成都、深圳金融、中国香港、首尔、法兰克福、新加坡地域的 IPv4 版本的 CLB 支持主备可用区。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域的主可用区的列表。【如果您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)】
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
  }