Package | Description |
---|---|
com.tencentcloudapi.mongodb.v20180408.models |
Modifier and Type | Method and Description |
---|---|
ClientConnection[] |
DescribeClientConnectionsResponse.getClients()
Get 客户端连接信息,包括客户端IP和对应IP的连接数量
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClientConnectionsResponse.setClients(ClientConnection[] Clients)
Set 客户端连接信息,包括客户端IP和对应IP的连接数量
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
ClientConnection(ClientConnection source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.