Uses of Class
com.tencentcloudapi.dayu.v20180709.models.CCRuleConfig
-
Packages that use CCRuleConfig Package Description com.tencentcloudapi.dayu.v20180709.models -
-
Uses of CCRuleConfig in com.tencentcloudapi.dayu.v20180709.models
Methods in com.tencentcloudapi.dayu.v20180709.models that return CCRuleConfig Modifier and Type Method Description CCRuleConfig[]CreateL7CCRuleRequest. getRuleConfig()Get 7层CC自定义规则参数,当操作码为query时,可以不用填写;当操作码为add或del时,必须填写,且数组长度只能为1;CCRuleConfig[]CreateL7CCRuleResponse. getRuleConfig()Get 7层CC自定义规则参数,当没有开启CC自定义规则时,返回空数组Methods in com.tencentcloudapi.dayu.v20180709.models with parameters of type CCRuleConfig Modifier and Type Method Description voidCreateL7CCRuleRequest. setRuleConfig(CCRuleConfig[] RuleConfig)Set 7层CC自定义规则参数,当操作码为query时,可以不用填写;当操作码为add或del时,必须填写,且数组长度只能为1;voidCreateL7CCRuleResponse. setRuleConfig(CCRuleConfig[] RuleConfig)Set 7层CC自定义规则参数,当没有开启CC自定义规则时,返回空数组Constructors in com.tencentcloudapi.dayu.v20180709.models with parameters of type CCRuleConfig Constructor Description CCRuleConfig(CCRuleConfig 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.
-