tencentcloud-sdk-nodejs-cynosdb 4.1.161 → 4.1.170
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
|
@@ -2605,6 +2605,10 @@ export interface CreateClustersRequest {
|
|
|
2605
2605
|
* 暂停后的归档处理时间
|
|
2606
2606
|
*/
|
|
2607
2607
|
AutoArchiveDelayHours?: number;
|
|
2608
|
+
/**
|
|
2609
|
+
* 内核小版本号
|
|
2610
|
+
*/
|
|
2611
|
+
CynosVersion?: string;
|
|
2608
2612
|
}
|
|
2609
2613
|
/**
|
|
2610
2614
|
* DescribeClusterParamLogs请求参数结构体
|
|
@@ -4855,6 +4859,22 @@ export interface GdnTaskInfo {
|
|
|
4855
4859
|
* 从集群名称
|
|
4856
4860
|
*/
|
|
4857
4861
|
StandbyClusterName?: string;
|
|
4862
|
+
/**
|
|
4863
|
+
* 是否已强切
|
|
4864
|
+
*/
|
|
4865
|
+
ForceSwitchGdn?: string;
|
|
4866
|
+
/**
|
|
4867
|
+
* 返回码
|
|
4868
|
+
*/
|
|
4869
|
+
Code?: number;
|
|
4870
|
+
/**
|
|
4871
|
+
* 提示信息
|
|
4872
|
+
*/
|
|
4873
|
+
Message?: string;
|
|
4874
|
+
/**
|
|
4875
|
+
* 是否支持强切
|
|
4876
|
+
*/
|
|
4877
|
+
IsSupportForce?: string;
|
|
4858
4878
|
}
|
|
4859
4879
|
/**
|
|
4860
4880
|
* DescribeBackupDownloadUserRestriction返回参数结构体
|