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