Uses of Class
com.tencentcloudapi.teo.v20220901.models.AiRule
-
Packages that use AiRule Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of AiRule in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return AiRule Modifier and Type Method Description AiRuleWafConfig. getAiRule()Get AI规则引擎防护配置。如果为null,默认使用历史配置。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type AiRule Modifier and Type Method Description voidWafConfig. setAiRule(AiRule AiRule)Set AI规则引擎防护配置。如果为null,默认使用历史配置。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type AiRule Constructor Description AiRule(AiRule 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.
-