public static class DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSla
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
cps
The maximum number of new connections per second that can be established over the port of the destination instance.
|
Integer |
cpsEnable
The status of the Destination New Connection Rate Limit switch.
|
Integer |
maxconn
The maximum number of concurrent connections that can be established over the port of the destination instance.
|
Integer |
maxconnEnable
The status of the Destination Concurrent Connection Rate Limit switch.
|
| 构造器和说明 |
|---|
DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSla() |
@NameInMap(value="Cps") public Integer cps
The maximum number of new connections per second that can be established over the port of the destination instance. Valid values: 100 to 100000.
example:100000
@NameInMap(value="CpsEnable") public Integer cpsEnable
The status of the Destination New Connection Rate Limit switch. Valid values:
1
@NameInMap(value="Maxconn") public Integer maxconn
The maximum number of concurrent connections that can be established over the port of the destination instance. Valid values: 1000 to 1000000.
example:1000000
@NameInMap(value="MaxconnEnable") public Integer maxconnEnable
The status of the Destination Concurrent Connection Rate Limit switch. Valid values:
0
public DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSla()
public static DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSla build(Map<String,?> map) throws Exception
Exceptionpublic DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSla setCps(Integer cps)
public Integer getCps()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSla setCpsEnable(Integer cpsEnable)
public Integer getCpsEnable()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSla setMaxconn(Integer maxconn)
public Integer getMaxconn()
public DescribeNetworkRuleAttributesResponseBody.DescribeNetworkRuleAttributesResponseBodyNetworkRuleAttributesConfigSla setMaxconnEnable(Integer maxconnEnable)
public Integer getMaxconnEnable()
Copyright © 2026. All rights reserved.