tencentcloud-sdk-nodejs-tcss 4.1.139 → 4.1.158
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
|
@@ -3685,7 +3685,7 @@ export interface DescribeAssetImageRegistryVulListExportRequest {
|
|
|
3685
3685
|
*/
|
|
3686
3686
|
ImageInfo?: ImageInfo;
|
|
3687
3687
|
/**
|
|
3688
|
-
*
|
|
3688
|
+
* 镜像唯一ID,可通过DescribeAssetImageRegistryList接口获取
|
|
3689
3689
|
*/
|
|
3690
3690
|
Id?: number;
|
|
3691
3691
|
}
|
|
@@ -9544,6 +9544,10 @@ export interface HostInfo {
|
|
|
9544
9544
|
* 核数
|
|
9545
9545
|
*/
|
|
9546
9546
|
CoresCnt?: number;
|
|
9547
|
+
/**
|
|
9548
|
+
* 最近在线时间
|
|
9549
|
+
*/
|
|
9550
|
+
LastOnlineTime?: string;
|
|
9547
9551
|
}
|
|
9548
9552
|
/**
|
|
9549
9553
|
* DescribeVirusScanTimeoutSetting请求参数结构体
|
|
@@ -13597,7 +13601,7 @@ export interface DescribeAssetImageRegistryVulListRequest {
|
|
|
13597
13601
|
*/
|
|
13598
13602
|
ImageInfo?: ImageInfo;
|
|
13599
13603
|
/**
|
|
13600
|
-
*
|
|
13604
|
+
* 镜像唯一ID,可通过DescribeAssetImageRegistryList接口获取
|
|
13601
13605
|
*/
|
|
13602
13606
|
Id?: number;
|
|
13603
13607
|
}
|