Uses of Class
com.tencentcloudapi.tcss.v20201101.models.ClusterCheckTaskItem
-
Packages that use ClusterCheckTaskItem Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of ClusterCheckTaskItem in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return ClusterCheckTaskItem Modifier and Type Method Description ClusterCheckTaskItem[]
CreateClusterCheckTaskRequest. getClusterCheckTaskList()
Get 指定要扫描的集群信息Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type ClusterCheckTaskItem Modifier and Type Method Description void
CreateClusterCheckTaskRequest. setClusterCheckTaskList(ClusterCheckTaskItem[] ClusterCheckTaskList)
Set 指定要扫描的集群信息Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type ClusterCheckTaskItem Constructor Description ClusterCheckTaskItem(ClusterCheckTaskItem 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.
-