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