tencentcloud-sdk-nodejs-dbbrain 4.1.71 → 4.1.110
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
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const dbbrain: {
|
|
2
|
-
v20210527: {
|
|
3
|
-
Client: typeof import("./v20210527/dbbrain_client").Client;
|
|
4
|
-
Models: typeof import("./v20210527/dbbrain_models");
|
|
5
|
-
};
|
|
6
2
|
v20191016: {
|
|
7
3
|
Client: typeof import("./v20191016/dbbrain_client").Client;
|
|
8
4
|
Models: typeof import("./v20191016/dbbrain_models");
|
|
9
5
|
};
|
|
6
|
+
v20210527: {
|
|
7
|
+
Client: typeof import("./v20210527/dbbrain_client").Client;
|
|
8
|
+
Models: typeof import("./v20210527/dbbrain_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.dbbrain = void 0;
|
|
4
|
-
const v20210527_1 = require("./v20210527");
|
|
5
4
|
const v20191016_1 = require("./v20191016");
|
|
5
|
+
const v20210527_1 = require("./v20210527");
|
|
6
6
|
exports.dbbrain = {
|
|
7
|
-
v20210527: v20210527_1.v20210527,
|
|
8
7
|
v20191016: v20191016_1.v20191016,
|
|
8
|
+
v20210527: v20210527_1.v20210527,
|
|
9
9
|
};
|
|
@@ -1156,6 +1156,22 @@ export interface DiagHistoryEventItem {
|
|
|
1156
1156
|
* 地域。
|
|
1157
1157
|
*/
|
|
1158
1158
|
Region?: string;
|
|
1159
|
+
/**
|
|
1160
|
+
* 集群ID。
|
|
1161
|
+
*/
|
|
1162
|
+
ClusterId?: string;
|
|
1163
|
+
/**
|
|
1164
|
+
* 集群名称。
|
|
1165
|
+
*/
|
|
1166
|
+
ClusterName?: string;
|
|
1167
|
+
/**
|
|
1168
|
+
* vip地址。
|
|
1169
|
+
*/
|
|
1170
|
+
Vip?: string;
|
|
1171
|
+
/**
|
|
1172
|
+
* vip端口。
|
|
1173
|
+
*/
|
|
1174
|
+
Vport?: number;
|
|
1159
1175
|
}
|
|
1160
1176
|
/**
|
|
1161
1177
|
* CreateUserAutonomyProfile返回参数结构体
|