tencentcloud-sdk-nodejs-tdmq 4.1.171 → 4.1.175

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-tdmq",
3
- "version": "4.1.171",
3
+ "version": "4.1.175",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1916,10 +1916,6 @@ export interface CreateRocketMQVipInstanceRequest {
1916
1916
  * 集群规格,支持规格有 1.通用型:rocket-vip-basic-0; 2.基础型:rocket-vip-basic-1; 3.标准型:rocket-vip-basic-2; 4.高阶Ⅰ型:rocket-vip-basic-3; 5.高阶Ⅱ型:rocket-vip-basic-4
1917
1917
  */
1918
1918
  Spec: string;
1919
- /**
1920
- * 节点数量,最小2,最大20
1921
- */
1922
- NodeCount: number;
1923
1919
  /**
1924
1920
  * 单节点存储空间,GB为单位,最低200GB
1925
1921
  */
@@ -1936,6 +1932,14 @@ export interface CreateRocketMQVipInstanceRequest {
1936
1932
  * 购买时长,月为单位
1937
1933
  */
1938
1934
  TimeSpan: number;
1935
+ /**
1936
+ * 节点数量,创建专享集群时必填
1937
+ */
1938
+ NodeCount?: number;
1939
+ /**
1940
+ * 通用集群规格标识,新购通用集群时必填,从 [DescribeRocketMQGeneralSKUs](https://cloud.tencent.com/document/api/1179/127066) 接口返回的 [GeneralSKU](https://cloud.tencent.com/document/api/1179/46089#GeneralSKU) 字段获取。
1941
+ */
1942
+ GeneralSkuCode?: string;
1939
1943
  /**
1940
1944
  * 是否用于迁移上云,默认为false
1941
1945
  */
@@ -5190,6 +5194,15 @@ export interface RocketMQInstanceConfig {
5190
5194
  * 控制生产和消费消息的 TPS 占比,取值范围0~1,默认值为0.5
5191
5195
  */
5192
5196
  SendReceiveRatio?: number;
5197
+ /**
5198
+ * 收发 TPS 峰值上限
5199
+ */
5200
+ TpsLimit?: number;
5201
+ /**
5202
+ * 通用集群规格
5203
+ 注意:此字段可能返回 null,表示取不到有效值。
5204
+ */
5205
+ GeneralSkuCode?: string;
5193
5206
  }
5194
5207
  /**
5195
5208
  * 迁移topic列表数据