Uses of Class
com.tencentcloudapi.mongodb.v20180408.models.ClientConnection
-
Packages that use ClientConnection Package Description com.tencentcloudapi.mongodb.v20180408.models -
-
Uses of ClientConnection in com.tencentcloudapi.mongodb.v20180408.models
Methods in com.tencentcloudapi.mongodb.v20180408.models that return ClientConnection Modifier and Type Method Description ClientConnection[]
DescribeClientConnectionsResponse. getClients()
Get 客户端连接信息,包括客户端IP和对应IP的连接数量 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.mongodb.v20180408.models with parameters of type ClientConnection Modifier and Type Method Description void
DescribeClientConnectionsResponse. setClients(ClientConnection[] Clients)
Set 客户端连接信息,包括客户端IP和对应IP的连接数量 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.mongodb.v20180408.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.
-