tencentcloud-sdk-nodejs-cynosdb 4.1.103 → 4.1.104
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
@@ -9267,10 +9267,12 @@ export interface LogicBackupConfigInfo {
|
|
9267
9267
|
LogicBackupTimeEnd?: number;
|
9268
9268
|
/**
|
9269
9269
|
* 自动逻辑备份保留时间
|
9270
|
+
单位:秒
|
9270
9271
|
*/
|
9271
9272
|
LogicReserveDuration?: number;
|
9272
9273
|
/**
|
9273
9274
|
* 是否开启跨地域逻辑备份
|
9275
|
+
可选值:ON/OFF
|
9274
9276
|
*/
|
9275
9277
|
LogicCrossRegionsEnable?: string;
|
9276
9278
|
/**
|