public static final class DescribeNetworkRuleAttributesResponseBody.Sla.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
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)
public DescribeNetworkRuleAttributesResponseBody.Sla.Builder cpsEnable(Integer cpsEnable)
* **0**: The switch is turned off. * **1**: The switch is turned on.
public DescribeNetworkRuleAttributesResponseBody.Sla.Builder maxconn(Integer maxconn)
public DescribeNetworkRuleAttributesResponseBody.Sla.Builder maxconnEnable(Integer maxconnEnable)
* **0**: The switch is turned off. * **1**: The switch is turned on.
public DescribeNetworkRuleAttributesResponseBody.Sla build()
Copyright © 2023. All rights reserved.