public static class DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigCcSblack
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
cnt
The threshold that the number of connections initiated from a source IP address can exceed the limit.
|
Integer |
during
The interval at which checks are performed.
|
Integer |
expires
The validity period of the IP address in the blacklist.
|
Integer |
type
The type of the limit that causes a source IP address to be added to the blacklist.
|
| 构造器和说明 |
|---|
DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigCcSblack() |
@NameInMap(value="Cnt") public Integer cnt
The threshold that the number of connections initiated from a source IP address can exceed the limit. Set the value to 5. If the number of connections initiated from a source IP address exceeds the limit five times during the check, the source IP address is added to the blacklist.
example:5
@NameInMap(value="During") public Integer during
The interval at which checks are performed. Set the value to 60. Unit: seconds.
example:60
@NameInMap(value="Expires") public Integer expires
The validity period of the IP address in the blacklist. Valid values: 60 to 604800. Unit: seconds.
example:600
@NameInMap(value="Type") public Integer type
The type of the limit that causes a source IP address to be added to the blacklist. Valid values:
1
public DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigCcSblack()
public static DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigCcSblack build(Map<String,?> map) throws Exception
Exceptionpublic DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigCcSblack setCnt(Integer cnt)
public Integer getCnt()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigCcSblack setDuring(Integer during)
public Integer getDuring()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigCcSblack setExpires(Integer expires)
public Integer getExpires()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigCcSblack setType(Integer type)
public Integer getType()
Copyright © 2026. All rights reserved.