tencentcloud-sdk-nodejs-bh 4.1.157 → 4.1.159
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
|
@@ -3060,7 +3060,7 @@ export interface ModifyChangePwdTaskRequest {
|
|
|
3060
3060
|
*/
|
|
3061
3061
|
export interface CreateAssetSyncJobRequest {
|
|
3062
3062
|
/**
|
|
3063
|
-
* 同步资产类别,1 - 主机资产, 2 -
|
|
3063
|
+
* 同步资产类别,1 - 主机资产, 2 - 数据库资产,3-容器资产
|
|
3064
3064
|
*/
|
|
3065
3065
|
Category: number;
|
|
3066
3066
|
}
|
|
@@ -3741,7 +3741,7 @@ export interface CreateDeviceAccountResponse {
|
|
|
3741
3741
|
*/
|
|
3742
3742
|
export interface ExternalDevice {
|
|
3743
3743
|
/**
|
|
3744
|
-
*
|
|
3744
|
+
* 操作系统名称,只能是主机(Linux、Windows)、数据库(MySQL、SQL Server、MariaDB、PostgreSQL、MongoDBReplicaSet、MongoDBSharded、Redis)、容器(TKE、EKS)
|
|
3745
3745
|
*/
|
|
3746
3746
|
OsName: string;
|
|
3747
3747
|
/**
|