public static class DescribePortMaxConnsResponseBody.DescribePortMaxConnsResponseBodyPortMaxConns
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
cps
The maximum number of connections per second (CPS).
|
String |
ip
The IP address of the instance.
|
String |
port
The port of the instance.
|
| 构造器和说明 |
|---|
DescribePortMaxConnsResponseBodyPortMaxConns() |
@NameInMap(value="Cps") public Long cps
The maximum number of connections per second (CPS).
example:100
@NameInMap(value="Ip") public String ip
The IP address of the instance.
example:203...117
@NameInMap(value="Port") public String port
The port of the instance.
example:80
public DescribePortMaxConnsResponseBodyPortMaxConns()
public static DescribePortMaxConnsResponseBody.DescribePortMaxConnsResponseBodyPortMaxConns build(Map<String,?> map) throws Exception
Exceptionpublic DescribePortMaxConnsResponseBody.DescribePortMaxConnsResponseBodyPortMaxConns setCps(Long cps)
public Long getCps()
public DescribePortMaxConnsResponseBody.DescribePortMaxConnsResponseBodyPortMaxConns setIp(String ip)
public String getIp()
public DescribePortMaxConnsResponseBody.DescribePortMaxConnsResponseBodyPortMaxConns setPort(String port)
public String getPort()
Copyright © 2026. All rights reserved.