tencentcloud-sdk-nodejs-cynosdb 4.1.293 → 4.1.298

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-cynosdb",
3
- "version": "4.1.293",
3
+ "version": "4.1.298",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -12181,6 +12181,14 @@ export interface CynosdbClusterDetail {
12181
12181
  * <p>实例当前所在可用区</p>
12182
12182
  */
12183
12183
  RealZone?: string;
12184
+ /**
12185
+ * <p>超限开启状态</p><p>枚举值:</p><ul><li>yes: 超限开启</li><li>no: 超限关闭</li></ul><p>默认值:no</p>
12186
+ */
12187
+ StorageOverUse?: string;
12188
+ /**
12189
+ * <p>自动扩容开启状态</p><p>枚举值:</p><ul><li>yes: 已开启</li><li>no: 关闭</li></ul><p>默认值:no</p>
12190
+ */
12191
+ StorageAutoExpand?: string;
12184
12192
  }
12185
12193
  /**
12186
12194
  * ActivateLibraDBInstance返回参数结构体
@@ -12623,7 +12631,7 @@ export interface RollBackClusterRequest {
12623
12631
  * 备份文件ID。
12624
12632
  回档策略为按备份文件回档时必填。
12625
12633
  */
12626
- RollbackId: number;
12634
+ RollbackId?: number;
12627
12635
  /**
12628
12636
  * 期望回档时间。
12629
12637
  回档策略为timeRollback按时间点回档时必填。