Uses of Class
com.tencentcloudapi.tcss.v20201101.models.K8sApiAbnormalRuleScopeInfo
-
Packages that use K8sApiAbnormalRuleScopeInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of K8sApiAbnormalRuleScopeInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return K8sApiAbnormalRuleScopeInfo Modifier and Type Method Description K8sApiAbnormalRuleScopeInfo[]DescribeK8sApiAbnormalRuleScopeListResponse. getList()Get 列表K8sApiAbnormalRuleScopeInfoK8sApiAbnormalEventInfo. getMatchRule()Get 命中规则K8sApiAbnormalRuleScopeInfoK8sApiAbnormalEventListItem. getMatchRule()Get 命中规则K8sApiAbnormalRuleScopeInfo[]K8sApiAbnormalRuleInfo. getRuleInfoList()Get 规则信息列表Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type K8sApiAbnormalRuleScopeInfo Modifier and Type Method Description voidDescribeK8sApiAbnormalRuleScopeListResponse. setList(K8sApiAbnormalRuleScopeInfo[] List)Set 列表voidK8sApiAbnormalEventInfo. setMatchRule(K8sApiAbnormalRuleScopeInfo MatchRule)Set 命中规则voidK8sApiAbnormalEventListItem. setMatchRule(K8sApiAbnormalRuleScopeInfo MatchRule)Set 命中规则voidK8sApiAbnormalRuleInfo. setRuleInfoList(K8sApiAbnormalRuleScopeInfo[] RuleInfoList)Set 规则信息列表Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type K8sApiAbnormalRuleScopeInfo Constructor Description K8sApiAbnormalRuleScopeInfo(K8sApiAbnormalRuleScopeInfo 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.
-