Uses of Class
com.tencentcloudapi.tat.v20201028.models.CancelInvocationResponse
-
Packages that use CancelInvocationResponse Package Description com.tencentcloudapi.tat.v20201028 com.tencentcloudapi.tat.v20201028.models -
-
Uses of CancelInvocationResponse in com.tencentcloudapi.tat.v20201028
Methods in com.tencentcloudapi.tat.v20201028 that return CancelInvocationResponse Modifier and Type Method Description CancelInvocationResponse
TatClient. CancelInvocation(CancelInvocationRequest req)
取消一台或多台CVM实例执行的命令 如果命令还未下发到agent,任务状态处于处于PENDING、DELIVERING、DELIVER_DELAYED,取消后任务状态是CANCELLED 如果命令已下发到agent,任务状态处于RUNNING, 取消后任务状态是TERMINATED -
Uses of CancelInvocationResponse in com.tencentcloudapi.tat.v20201028.models
Constructors in com.tencentcloudapi.tat.v20201028.models with parameters of type CancelInvocationResponse Constructor Description CancelInvocationResponse(CancelInvocationResponse 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.
-