tencentcloud-sdk-nodejs-redis 4.1.166 → 4.1.171

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-redis",
3
- "version": "4.1.166",
3
+ "version": "4.1.171",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1229,19 +1229,19 @@ export interface BigKeyInfo {
1229
1229
  */
1230
1230
  export interface DescribeBandwidthRangeResponse {
1231
1231
  /**
1232
- * 标准带宽。指购买实例时,系统为每个节点分配的带宽。
1232
+ * <p>标准带宽。指购买实例时,系统为每个节点分配的带宽。</p>单位: MB/s。
1233
1233
  */
1234
1234
  BaseBandwidth?: number;
1235
1235
  /**
1236
- * 指实例的附加带宽。标准带宽不满足需求的情况下,用户可自行增加的带宽。<ul><li>开启副本只读时,实例总带宽 = 附加带宽 * 分片数 + 标准带宽 * 分片数 * Max ([只读副本数量, 1]),标准架构的分片数 = 1。</li><li>没有开启副本只读时,实例总带宽 = 附加带宽 * 分片数 + 标准带宽 * 分片数,标准架构的分片数 = 1。</li></ul>
1236
+ * <p>指实例的附加带宽。标准带宽不满足需求的情况下,用户可自行增加的带宽。</p><ul><li>开启副本只读时,实例总带宽 = 附加带宽 * 分片数 + 标准带宽 * 分片数 * Max ([只读副本数量, 1]),标准架构的分片数 = 1。</li><li>没有开启副本只读时,实例总带宽 = 附加带宽 * 分片数 + 标准带宽 * 分片数,标准架构的分片数 = 1。</li></ul>单位: MB/s。
1237
1237
  */
1238
1238
  AddBandwidth?: number;
1239
1239
  /**
1240
- * 附加带宽设置下限。
1240
+ * <p>附加带宽设置下限。</p>单位: MB/s。
1241
1241
  */
1242
1242
  MinAddBandwidth?: number;
1243
1243
  /**
1244
- * 附加带宽设置上限。
1244
+ * <p>附加带宽设置上限。</p>单位: MB/s。
1245
1245
  */
1246
1246
  MaxAddBandwidth?: number;
1247
1247
  /**
@@ -1414,7 +1414,7 @@ export interface SecurityGroup {
1414
1414
  */
1415
1415
  export interface DescribeBandwidthRangeRequest {
1416
1416
  /**
1417
- * 实例 ID,请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID
1417
+ * <p>实例 ID,请登录<a href="https://console.cloud.tencent.com/redis">Redis控制台</a>在实例列表复制实例 ID。</p>
1418
1418
  */
1419
1419
  InstanceId: string;
1420
1420
  }