Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.RunDockerContainersResponse
-
Packages that use RunDockerContainersResponse Package Description com.tencentcloudapi.lighthouse.v20200324 com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of RunDockerContainersResponse in com.tencentcloudapi.lighthouse.v20200324
Methods in com.tencentcloudapi.lighthouse.v20200324 that return RunDockerContainersResponse Modifier and Type Method Description RunDockerContainersResponse
LighthouseClient. RunDockerContainers(RunDockerContainersRequest req)
创建并运行多个Docker容器,之后可以通过返回的ActivityIds调用DescribeDockerActivities接口查询创建情况。 -
Uses of RunDockerContainersResponse in com.tencentcloudapi.lighthouse.v20200324.models
Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type RunDockerContainersResponse Constructor Description RunDockerContainersResponse(RunDockerContainersResponse 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.
-