Package | Description |
---|---|
com.tencentcloudapi.teo.v20220901.models |
Modifier and Type | Method and Description |
---|---|
RuleEngineItem |
ModifyL7AccRuleRequest.getRule()
Get 需要修改的规则。您可以先通过 DescribeL7AccRules 接口来获取需要修改的规则的 Ruleid,然后传入修改后的规则内容,原规则内容会被覆盖式更新。
|
RuleEngineItem[] |
DescribeL7AccRulesResponse.getRules()
Get 规则列表,规则按照从上到下的顺序执行,详情参考[规则生效优先级](https://cloud.tencent.com/document/product/1552/70901#.E4.BC.98.E5.85.88.E7.BA.A7)。
注意:此字段可能返回 null,表示取不到有效值。
|
RuleEngineItem[] |
CreateL7AccRulesRequest.getRules()
Get 规则内容。
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyL7AccRuleRequest.setRule(RuleEngineItem Rule)
Set 需要修改的规则。您可以先通过 DescribeL7AccRules 接口来获取需要修改的规则的 Ruleid,然后传入修改后的规则内容,原规则内容会被覆盖式更新。
|
void |
DescribeL7AccRulesResponse.setRules(RuleEngineItem[] Rules)
Set 规则列表,规则按照从上到下的顺序执行,详情参考[规则生效优先级](https://cloud.tencent.com/document/product/1552/70901#.E4.BC.98.E5.85.88.E7.BA.A7)。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
CreateL7AccRulesRequest.setRules(RuleEngineItem[] Rules)
Set 规则内容。
|
Constructor and Description |
---|
RuleEngineItem(RuleEngineItem 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 © 2025. All rights reserved.