tencentcloud-sdk-nodejs-cynosdb 4.1.314 → 4.1.316
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
|
@@ -417,9 +417,13 @@ export interface ModifyBackupDownloadRestrictionResponse {
|
|
|
417
417
|
*/
|
|
418
418
|
export interface UpgradeClusterVersionResponse {
|
|
419
419
|
/**
|
|
420
|
-
*
|
|
420
|
+
* <p>异步任务id</p>
|
|
421
421
|
*/
|
|
422
422
|
FlowId?: number;
|
|
423
|
+
/**
|
|
424
|
+
* <p>任务 ID</p>
|
|
425
|
+
*/
|
|
426
|
+
TaskId?: number;
|
|
423
427
|
/**
|
|
424
428
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
425
429
|
*/
|
|
@@ -5339,15 +5343,15 @@ export interface DescribeAccountAllGrantPrivilegesResponse {
|
|
|
5339
5343
|
*/
|
|
5340
5344
|
export interface ModifyDbVersionData {
|
|
5341
5345
|
/**
|
|
5342
|
-
*
|
|
5346
|
+
* <p>修改前版本</p>
|
|
5343
5347
|
*/
|
|
5344
5348
|
OldVersion?: string;
|
|
5345
5349
|
/**
|
|
5346
|
-
*
|
|
5350
|
+
* <p>修改后版本</p>
|
|
5347
5351
|
*/
|
|
5348
5352
|
NewVersion?: string;
|
|
5349
5353
|
/**
|
|
5350
|
-
*
|
|
5354
|
+
* <p>升级方式</p>
|
|
5351
5355
|
*/
|
|
5352
5356
|
UpgradeType?: string;
|
|
5353
5357
|
}
|
|
@@ -14699,15 +14703,15 @@ export interface ModifyClusterPasswordComplexityResponse {
|
|
|
14699
14703
|
*/
|
|
14700
14704
|
export interface UpgradeClusterVersionRequest {
|
|
14701
14705
|
/**
|
|
14702
|
-
*
|
|
14706
|
+
* <p>集群id</p>
|
|
14703
14707
|
*/
|
|
14704
14708
|
ClusterId: string;
|
|
14705
14709
|
/**
|
|
14706
|
-
*
|
|
14710
|
+
* <p>内核版本</p>
|
|
14707
14711
|
*/
|
|
14708
14712
|
CynosVersion: string;
|
|
14709
14713
|
/**
|
|
14710
|
-
*
|
|
14714
|
+
* <p>升级时间类型,可选:upgradeImmediate,upgradeInMaintain</p>
|
|
14711
14715
|
*/
|
|
14712
14716
|
UpgradeType: string;
|
|
14713
14717
|
}
|