tencentcloud-sdk-nodejs-cdb 4.1.35 → 4.1.38
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
|
@@ -5006,11 +5006,15 @@ export interface Inbound {
|
|
|
5006
5006
|
/**
|
|
5007
5007
|
* 地址模块
|
|
5008
5008
|
*/
|
|
5009
|
-
AddressModule
|
|
5009
|
+
AddressModule?: string;
|
|
5010
|
+
/**
|
|
5011
|
+
* 规则ID,嵌套安全组的规则ID
|
|
5012
|
+
*/
|
|
5013
|
+
Id?: string;
|
|
5010
5014
|
/**
|
|
5011
5015
|
* 规则描述
|
|
5012
5016
|
*/
|
|
5013
|
-
Desc
|
|
5017
|
+
Desc?: string;
|
|
5014
5018
|
}
|
|
5015
5019
|
/**
|
|
5016
5020
|
* CreateAccounts返回参数结构体
|
|
@@ -6926,6 +6930,10 @@ export interface RoInstanceInfo {
|
|
|
6926
6930
|
* RO实例计费类型,可能返回值:0-包年包月,1-按量计费,2-后付费月结
|
|
6927
6931
|
*/
|
|
6928
6932
|
PayType?: number;
|
|
6933
|
+
/**
|
|
6934
|
+
* RO延迟复制状态。
|
|
6935
|
+
*/
|
|
6936
|
+
ReplicationStatus?: string;
|
|
6929
6937
|
}
|
|
6930
6938
|
/**
|
|
6931
6939
|
* ModifyAccountHost请求参数结构体
|
|
@@ -8844,7 +8852,7 @@ export interface OpenAuditServiceRequest {
|
|
|
8844
8852
|
*/
|
|
8845
8853
|
HighLogExpireDay?: number;
|
|
8846
8854
|
/**
|
|
8847
|
-
*
|
|
8855
|
+
* 审计规则(该参数已废弃,不再生效)。
|
|
8848
8856
|
*/
|
|
8849
8857
|
AuditRuleFilters?: Array<AuditRuleFilters>;
|
|
8850
8858
|
/**
|