tencentcloud-sdk-nodejs-clb 4.1.37 → 4.1.38

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.38",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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
  }