tencentcloud-sdk-nodejs-cynosdb 4.1.208 → 4.1.209
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
|
@@ -2342,15 +2342,15 @@ export interface ExportResourcePackageDeductDetailsRequest {
|
|
|
2342
2342
|
*/
|
|
2343
2343
|
export interface DescribeRedoLogListByVaultItem {
|
|
2344
2344
|
/**
|
|
2345
|
-
*
|
|
2345
|
+
* <p>集群ID</p>
|
|
2346
2346
|
*/
|
|
2347
2347
|
ClusterId?: string;
|
|
2348
2348
|
/**
|
|
2349
|
-
*
|
|
2349
|
+
* <p>集群名称</p>
|
|
2350
2350
|
*/
|
|
2351
2351
|
ClusterName?: string;
|
|
2352
2352
|
/**
|
|
2353
|
-
* RedoLog
|
|
2353
|
+
* <p>RedoLog文件信息</p>
|
|
2354
2354
|
*/
|
|
2355
2355
|
RedoFileInfo?: RedoLogItem;
|
|
2356
2356
|
}
|
|
@@ -8232,15 +8232,15 @@ export interface DescribeRollbackTimeRangeResponse {
|
|
|
8232
8232
|
*/
|
|
8233
8233
|
export interface DescribeBinlogListByVaultItem {
|
|
8234
8234
|
/**
|
|
8235
|
-
*
|
|
8235
|
+
* <p>集群ID</p>
|
|
8236
8236
|
*/
|
|
8237
8237
|
ClusterId?: string;
|
|
8238
8238
|
/**
|
|
8239
|
-
*
|
|
8239
|
+
* <p>集群名称</p>
|
|
8240
8240
|
*/
|
|
8241
8241
|
ClusterName?: string;
|
|
8242
8242
|
/**
|
|
8243
|
-
* Binlog
|
|
8243
|
+
* <p>Binlog文件信息</p>
|
|
8244
8244
|
*/
|
|
8245
8245
|
BinlogFileInfo?: BinlogItem;
|
|
8246
8246
|
}
|
|
@@ -10070,15 +10070,15 @@ export interface CreateProxyRequest {
|
|
|
10070
10070
|
*/
|
|
10071
10071
|
export interface DescribeBackupListByVaultItem {
|
|
10072
10072
|
/**
|
|
10073
|
-
*
|
|
10073
|
+
* <p>集群id</p>
|
|
10074
10074
|
*/
|
|
10075
10075
|
ClusterId?: string;
|
|
10076
10076
|
/**
|
|
10077
|
-
*
|
|
10077
|
+
* <p>集群name</p>
|
|
10078
10078
|
*/
|
|
10079
10079
|
ClusterName?: string;
|
|
10080
10080
|
/**
|
|
10081
|
-
*
|
|
10081
|
+
* <p>备份信息</p>
|
|
10082
10082
|
*/
|
|
10083
10083
|
BackupFileInfo?: BackupFileInfo;
|
|
10084
10084
|
}
|