Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.StartDockerContainersRequest
-
Packages that use StartDockerContainersRequest Package Description com.tencentcloudapi.lighthouse.v20200324 com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of StartDockerContainersRequest in com.tencentcloudapi.lighthouse.v20200324
Methods in com.tencentcloudapi.lighthouse.v20200324 with parameters of type StartDockerContainersRequest Modifier and Type Method Description StartDockerContainersResponse
LighthouseClient. StartDockerContainers(StartDockerContainersRequest req)
启动实例内的Docker容器,之后可以通过返回的ActivityId调用DescribeDockerActivities接口查询启动情况。 -
Uses of StartDockerContainersRequest in com.tencentcloudapi.lighthouse.v20200324.models
Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type StartDockerContainersRequest Constructor Description StartDockerContainersRequest(StartDockerContainersRequest 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.
-