Uses of Class
com.tencentcloudapi.tat.v20201028.models.InvokeCommandResponse
-
Packages that use InvokeCommandResponse Package Description com.tencentcloudapi.tat.v20201028 com.tencentcloudapi.tat.v20201028.models -
-
Uses of InvokeCommandResponse in com.tencentcloudapi.tat.v20201028
Methods in com.tencentcloudapi.tat.v20201028 that return InvokeCommandResponse Modifier and Type Method Description InvokeCommandResponseTatClient. InvokeCommand(InvokeCommandRequest req)在指定的实例上触发命令,调用成功返回执行活动ID(inv-xxxxxxxx),每个执行活动内部有一个或多个执行任务(invt-xxxxxxxx),每个执行任务代表命令在一台 CVM 或一台 Lighthouse 上的执行记录。 如果指定实例未安装 agent,或 agent 不在线,返回失败 如果命令类型与 agent 运行环境不符,返回失败 指定的实例需要处于 VPC 网络 指定的实例需要处于 RUNNING 状态 不可同时指定 CVM 和 Lighthouse -
Uses of InvokeCommandResponse in com.tencentcloudapi.tat.v20201028.models
Constructors in com.tencentcloudapi.tat.v20201028.models with parameters of type InvokeCommandResponse Constructor Description InvokeCommandResponse(InvokeCommandResponse 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.
-