Uses of Class
com.tencentcloudapi.teo.v20220901.models.WafRule
-
Packages that use WafRule Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of WafRule in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return WafRule Modifier and Type Method Description WafRuleWafConfig. getWafRule()Get 托管规则详细配置。如果为null,默认使用历史配置。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type WafRule Modifier and Type Method Description voidWafConfig. setWafRule(WafRule WafRule)Set 托管规则详细配置。如果为null,默认使用历史配置。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type WafRule Constructor Description WafRule(WafRule 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.
-