public static final class DescribePortMaxConnsResponseBody.PortMaxConns.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePortMaxConnsResponseBody.PortMaxConns |
build() |
DescribePortMaxConnsResponseBody.PortMaxConns.Builder |
cps(Long cps)
The maximum number of connections per second (CPS).
|
DescribePortMaxConnsResponseBody.PortMaxConns.Builder |
ip(String ip)
The IP address of the instance.
|
DescribePortMaxConnsResponseBody.PortMaxConns.Builder |
port(String port)
The port of the instance.
|
public DescribePortMaxConnsResponseBody.PortMaxConns.Builder cps(Long cps)
The maximum number of connections per second (CPS).
example:100
public DescribePortMaxConnsResponseBody.PortMaxConns.Builder ip(String ip)
The IP address of the instance.
example:203...117
public DescribePortMaxConnsResponseBody.PortMaxConns.Builder port(String port)
The port of the instance.
example:80
public DescribePortMaxConnsResponseBody.PortMaxConns build()
Copyright © 2026. All rights reserved.