Package | Description |
---|---|
com.tencentcloudapi.teo.v20220901.models |
Modifier and Type | Method and Description |
---|---|
AclCondition[] |
AclUserRule.getAclConditions()
Get The custom rule.
|
AclCondition[] |
BotUserRule.getAclConditions()
Get Details of the rule.
|
AclCondition[] |
RateLimitUserRule.getAclConditions()
Get The rule details.
|
AclCondition[] |
AlgDetectRule.getAlgConditions()
Get Condition specified for the rule.
|
Modifier and Type | Method and Description |
---|---|
void |
AclUserRule.setAclConditions(AclCondition[] AclConditions)
Set The custom rule.
|
void |
BotUserRule.setAclConditions(AclCondition[] AclConditions)
Set Details of the rule.
|
void |
RateLimitUserRule.setAclConditions(AclCondition[] AclConditions)
Set The rule details.
|
void |
AlgDetectRule.setAlgConditions(AclCondition[] AlgConditions)
Set Condition specified for the rule.
|
Constructor and Description |
---|
AclCondition(AclCondition 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 © 2023. All rights reserved.