Uses of Class
com.tencentcloudapi.tcss.v20201101.models.VulAffectedImageInfo
-
Packages that use VulAffectedImageInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of VulAffectedImageInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return VulAffectedImageInfo Modifier and Type Method Description VulAffectedImageInfo[]DescribeVulImageListResponse. getList()Get 受影响的镜像列表Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type VulAffectedImageInfo Modifier and Type Method Description voidDescribeVulImageListResponse. setList(VulAffectedImageInfo[] List)Set 受影响的镜像列表Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type VulAffectedImageInfo Constructor Description VulAffectedImageInfo(VulAffectedImageInfo 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.
-