tencentcloud-sdk-nodejs-cdb 4.1.296 → 4.1.297
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
|
@@ -5878,6 +5878,10 @@ export interface RoGroup {
|
|
|
5878
5878
|
* <p>延迟复制时间。单位:秒。值范围:1-259200,整数。</p>
|
|
5879
5879
|
*/
|
|
5880
5880
|
DelayReplicationTime?: number;
|
|
5881
|
+
/**
|
|
5882
|
+
* <p>只读组类型。</p><p>枚举值:</p><ul><li>normal: 普通RO组</li><li>direct: 纯网络转发模式</li><li>default: 默认RO组</li></ul><p>默认值:normal</p>
|
|
5883
|
+
*/
|
|
5884
|
+
RoGroupType?: string;
|
|
5881
5885
|
}
|
|
5882
5886
|
/**
|
|
5883
5887
|
* 实例参数的详细描述
|