Uses of Class
com.tencentcloudapi.dbbrain.v20210527.models.CreateProxySessionKillTaskRequest
-
Packages that use CreateProxySessionKillTaskRequest Package Description com.tencentcloudapi.dbbrain.v20210527 com.tencentcloudapi.dbbrain.v20210527.models -
-
Uses of CreateProxySessionKillTaskRequest in com.tencentcloudapi.dbbrain.v20210527
Methods in com.tencentcloudapi.dbbrain.v20210527 with parameters of type CreateProxySessionKillTaskRequest Modifier and Type Method Description CreateProxySessionKillTaskResponse
DbbrainClient. CreateProxySessionKillTask(CreateProxySessionKillTaskRequest req)
创建中止所有代理节点连接会话的异步任务。当前仅支持 Redis。得到的返回值为异步任务 id,可以作为参数传入接口 DescribeProxySessionKillTasks 查询kill会话任务执行状态。 -
Uses of CreateProxySessionKillTaskRequest in com.tencentcloudapi.dbbrain.v20210527.models
Constructors in com.tencentcloudapi.dbbrain.v20210527.models with parameters of type CreateProxySessionKillTaskRequest Constructor Description CreateProxySessionKillTaskRequest(CreateProxySessionKillTaskRequest 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.
-