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