Uses of Class
com.tencentcloudapi.cfw.v20190904.models.IntrusionDefenseRule
-
Packages that use IntrusionDefenseRule Package Description com.tencentcloudapi.cfw.v20190904.models -
-
Uses of IntrusionDefenseRule in com.tencentcloudapi.cfw.v20190904.models
Methods in com.tencentcloudapi.cfw.v20190904.models that return IntrusionDefenseRule Modifier and Type Method Description IntrusionDefenseRuleModifyBlockIgnoreRuleRequest. getRule()Get 规则IntrusionDefenseRule[]CreateBlockIgnoreRuleListRequest. getRules()Get 规则列表Methods in com.tencentcloudapi.cfw.v20190904.models with parameters of type IntrusionDefenseRule Modifier and Type Method Description voidModifyBlockIgnoreRuleRequest. setRule(IntrusionDefenseRule Rule)Set 规则voidCreateBlockIgnoreRuleListRequest. setRules(IntrusionDefenseRule[] Rules)Set 规则列表Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type IntrusionDefenseRule Constructor Description IntrusionDefenseRule(IntrusionDefenseRule 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.
-