Uses of Class
com.tencentcloudapi.tcss.v20201101.models.VulAffectedContainerInfo
-
Packages that use VulAffectedContainerInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of VulAffectedContainerInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return VulAffectedContainerInfo Modifier and Type Method Description VulAffectedContainerInfo[]DescribeVulContainerListResponse. getList()Get 容器列表Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type VulAffectedContainerInfo Modifier and Type Method Description voidDescribeVulContainerListResponse. setList(VulAffectedContainerInfo[] List)Set 容器列表Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type VulAffectedContainerInfo Constructor Description VulAffectedContainerInfo(VulAffectedContainerInfo 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.
-