Package | Description |
---|---|
com.tencentcloudapi.dayu.v20180709.models |
Modifier and Type | Method and Description |
---|---|
CCRuleConfig[] |
CreateL7CCRuleRequest.getRuleConfig()
Get 7层CC自定义规则参数,当操作码为query时,可以不用填写;当操作码为add或del时,必须填写,且数组长度只能为1;
|
CCRuleConfig[] |
CreateL7CCRuleResponse.getRuleConfig()
Get 7层CC自定义规则参数,当没有开启CC自定义规则时,返回空数组
|
Modifier and Type | Method and Description |
---|---|
void |
CreateL7CCRuleRequest.setRuleConfig(CCRuleConfig[] RuleConfig)
Set 7层CC自定义规则参数,当操作码为query时,可以不用填写;当操作码为add或del时,必须填写,且数组长度只能为1;
|
void |
CreateL7CCRuleResponse.setRuleConfig(CCRuleConfig[] RuleConfig)
Set 7层CC自定义规则参数,当没有开启CC自定义规则时,返回空数组
|
Constructor and 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.
|
Copyright © 2024. All rights reserved.