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