public static class DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSlimit
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
bps
The bandwidth limit for a source IP address.
|
Integer |
cps
The maximum number of new connections per second that can be initiated from a source IP address.
|
Integer |
cpsEnable
The status of the Source New Connection Rate Limit switch.
|
Integer |
cpsMode
The mode of the Source New Connection Rate Limit switch.
|
Integer |
maxconn
The maximum number of concurrent connections initiated from a source IP address.
|
Integer |
maxconnEnable
The status of the Source Concurrent Connection Rate Limit switch.
|
Long |
pps
The packets per second (pps) limit for a source IP address.
|
| 构造器和说明 |
|---|
DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSlimit() |
@NameInMap(value="Bps") public Long bps
The bandwidth limit for a source IP address. Valid values: 1024 to 268435456. Unit: bytes/s. Default value: 0, which indicates that the bandwidth for a source IP address is unlimited.
example:0
@NameInMap(value="Cps") public Integer cps
The maximum number of new connections per second that can be initiated from a source IP address. Valid values: 1 to 500000.
example:0
@NameInMap(value="CpsEnable") public Integer cpsEnable
The status of the Source New Connection Rate Limit switch. Valid values:
0
@NameInMap(value="CpsMode") public Integer cpsMode
The mode of the Source New Connection Rate Limit switch. Valid values:
1
@NameInMap(value="Maxconn") public Integer maxconn
The maximum number of concurrent connections initiated from a source IP address. Valid values: 1 to 500000.
example:0
@NameInMap(value="MaxconnEnable") public Integer maxconnEnable
The status of the Source Concurrent Connection Rate Limit switch. Valid values:
0
@NameInMap(value="Pps") public Long pps
The packets per second (pps) limit for a source IP address. Valid values: 1 to 100000. Unit: packets/s. Default value: 0, which indicates that the pps for a source IP address is unlimited.
example:0
public DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSlimit()
public static DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSlimit build(Map<String,?> map) throws Exception
Exceptionpublic DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSlimit setBps(Long bps)
public Long getBps()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSlimit setCps(Integer cps)
public Integer getCps()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSlimit setCpsEnable(Integer cpsEnable)
public Integer getCpsEnable()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSlimit setCpsMode(Integer cpsMode)
public Integer getCpsMode()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSlimit setMaxconn(Integer maxconn)
public Integer getMaxconn()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSlimit setMaxconnEnable(Integer maxconnEnable)
public Integer getMaxconnEnable()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSlimit setPps(Long pps)
public Long getPps()
Copyright © 2026. All rights reserved.