Uses of Class
com.tencentcloudapi.tcss.v20201101.models.VulScanImageInfo
-
Packages that use VulScanImageInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of VulScanImageInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return VulScanImageInfo Modifier and Type Method Description VulScanImageInfo[]DescribeVulScanLocalImageListResponse. getList()Get 镜像列表Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type VulScanImageInfo Modifier and Type Method Description voidDescribeVulScanLocalImageListResponse. setList(VulScanImageInfo[] List)Set 镜像列表Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type VulScanImageInfo Constructor Description VulScanImageInfo(VulScanImageInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-