Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.ClientConnection
-
Packages that use ClientConnection Package Description com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of ClientConnection in com.tencentcloudapi.mongodb.v20190725.models
Methods in com.tencentcloudapi.mongodb.v20190725.models that return ClientConnection Modifier and Type Method Description ClientConnection[]
DescribeClientConnectionsResponse. getClients()
Get 客户端连接信息,包括客户端 IP 和对应 IP 的连接数量。Methods in com.tencentcloudapi.mongodb.v20190725.models with parameters of type ClientConnection Modifier and Type Method Description void
DescribeClientConnectionsResponse. setClients(ClientConnection[] Clients)
Set 客户端连接信息,包括客户端 IP 和对应 IP 的连接数量。Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type ClientConnection Constructor 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.
-