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