tencentcloud-sdk-nodejs-cynosdb 4.1.83 → 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
|
/**
|
@@ -9724,6 +9726,7 @@ export interface ModifyDBInstanceSecurityGroupsRequest {
|
|
9724
9726
|
InstanceId: string;
|
9725
9727
|
/**
|
9726
9728
|
* 要修改的安全组ID列表,一个或者多个安全组ID组成的数组。
|
9729
|
+
注意:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
|
9727
9730
|
*/
|
9728
9731
|
SecurityGroupIds: Array<string>;
|
9729
9732
|
/**
|