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