public static final class DescribeNetworkRuleAttributesResponseBody.Sla.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeNetworkRuleAttributesResponseBody.Sla |
build() |
DescribeNetworkRuleAttributesResponseBody.Sla.Builder |
cps(Integer cps)
The maximum number of new connections per second that can be established over the port of the destination instance.
|
DescribeNetworkRuleAttributesResponseBody.Sla.Builder |
cpsEnable(Integer cpsEnable)
The status of the Destination New Connection Rate Limit switch.
|
DescribeNetworkRuleAttributesResponseBody.Sla.Builder |
maxconn(Integer maxconn)
The maximum number of concurrent connections that can be established over the port of the destination instance.
|
DescribeNetworkRuleAttributesResponseBody.Sla.Builder |
maxconnEnable(Integer maxconnEnable)
The status of the Destination Concurrent Connection Rate Limit switch.
|
public DescribeNetworkRuleAttributesResponseBody.Sla.Builder cps(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
public DescribeNetworkRuleAttributesResponseBody.Sla.Builder cpsEnable(Integer cpsEnable)
The status of the Destination New Connection Rate Limit switch. Valid values:
1
public DescribeNetworkRuleAttributesResponseBody.Sla.Builder maxconn(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
public DescribeNetworkRuleAttributesResponseBody.Sla.Builder maxconnEnable(Integer maxconnEnable)
The status of the Destination Concurrent Connection Rate Limit switch. Valid values:
0
public DescribeNetworkRuleAttributesResponseBody.Sla build()
Copyright © 2026. All rights reserved.