tencentcloud-sdk-nodejs-cynosdb 4.1.9 → 4.1.18
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
@@ -1078,6 +1078,14 @@ export interface CynosdbInstance {
|
|
1078
1078
|
* 实例存储类型
|
1079
1079
|
*/
|
1080
1080
|
InstanceStorageType?: string;
|
1081
|
+
/**
|
1082
|
+
* 未知字段
|
1083
|
+
*/
|
1084
|
+
CynosVersionTag?: string;
|
1085
|
+
/**
|
1086
|
+
* libradb 节点信息
|
1087
|
+
*/
|
1088
|
+
NodeList?: Array<string>;
|
1081
1089
|
}
|
1082
1090
|
/**
|
1083
1091
|
* DescribeClusterPasswordComplexity返回参数结构体
|
@@ -7402,6 +7410,10 @@ export interface CreateAuditLogFileRequest {
|
|
7402
7410
|
* 审计日志过滤条件
|
7403
7411
|
*/
|
7404
7412
|
LogFilter?: Array<InstanceAuditLogFilter>;
|
7413
|
+
/**
|
7414
|
+
* 审计日志列
|
7415
|
+
*/
|
7416
|
+
ColumnFilter?: Array<string>;
|
7405
7417
|
}
|
7406
7418
|
/**
|
7407
7419
|
* ModifyClusterSlaveZone请求参数结构体
|
@@ -8146,6 +8158,10 @@ export interface ClusterInstanceDetail {
|
|
8146
8158
|
* 数据库类型
|
8147
8159
|
*/
|
8148
8160
|
DbMode?: string;
|
8161
|
+
/**
|
8162
|
+
* 节点列表
|
8163
|
+
*/
|
8164
|
+
NodeList?: Array<string>;
|
8149
8165
|
}
|
8150
8166
|
/**
|
8151
8167
|
* 集群从可用区信息
|