tencentcloud-sdk-lighthouse 3.0.836 → 3.0.837

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8bec97de3073bbba18e6576a7a4fe2eaa2788725
4
- data.tar.gz: 22fd818ffa99b9867041412d207a20a469a7094b
3
+ metadata.gz: 3b5ea555f9f4286c89f96583dc36d9a23493af55
4
+ data.tar.gz: c64917f6ca7ff4cb2cc34dd2ff518b04ae353e1a
5
5
  SHA512:
6
- metadata.gz: 27f304f7339a2620d826c9e2db20d998738a396abca3b52fae8839fdc7c49f34fee95267e338ce02b9bd603e1e42c7e41676e2b477b3fef013b055c4ad488c08
7
- data.tar.gz: b3460e61b76dc8c12872f7282768366a37f6a089025a5fb1445af3a7c1d1fe3ebd10da4feb91524cd385a4774f54970582dfacd9c0e48d1f06fc93c49c51f050
6
+ metadata.gz: 2e88327a9c76b9c70712b27bc0620fcfcb3e5eb34942d94ca2262589f7b42a2708cf7dea13a6782457b1dcc45bd1187c7269db22a05cb1412423f1a41a6dc727
7
+ data.tar.gz: dba75931ddb37dc7baf0f2d787627938555ee9be6e52ffd101eb44f76bb3bbe33cc2e499152cbd73804d1b3673040ac38495572014df8816ad1483bce7542d0c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.836
1
+ 3.0.837
@@ -2290,9 +2290,9 @@ module TencentCloud
2290
2290
 
2291
2291
  # DescribeDockerActivities请求参数结构体
2292
2292
  class DescribeDockerActivitiesRequest < TencentCloud::Common::AbstractModel
2293
- # @param InstanceId: 实例ID
2293
+ # @param InstanceId: 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
2294
2294
  # @type InstanceId: String
2295
- # @param ActivityIds: Docker活动ID列表。
2295
+ # @param ActivityIds: Docker活动ID列表。可通过[DescribeDockerActivities](https://cloud.tencent.com/document/product/1207/95476)接口返回值中的ActivityId获取。
2296
2296
  # @type ActivityIds: Array
2297
2297
  # @param Offset: 偏移量,默认为 0。
2298
2298
  # @type Offset: Integer
@@ -2400,9 +2400,9 @@ module TencentCloud
2400
2400
 
2401
2401
  # DescribeDockerContainerDetail请求参数结构体
2402
2402
  class DescribeDockerContainerDetailRequest < TencentCloud::Common::AbstractModel
2403
- # @param InstanceId: 实例ID
2403
+ # @param InstanceId: 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
2404
2404
  # @type InstanceId: String
2405
- # @param ContainerId: 容器ID
2405
+ # @param ContainerId: 容器ID。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
2406
2406
  # @type ContainerId: String
2407
2407
 
2408
2408
  attr_accessor :InstanceId, :ContainerId
@@ -2440,9 +2440,9 @@ module TencentCloud
2440
2440
 
2441
2441
  # DescribeDockerContainers请求参数结构体
2442
2442
  class DescribeDockerContainersRequest < TencentCloud::Common::AbstractModel
2443
- # @param InstanceId: 实例ID
2443
+ # @param InstanceId: 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
2444
2444
  # @type InstanceId: String
2445
- # @param ContainerIds: 容器ID列表。
2445
+ # @param ContainerIds: 容器ID列表。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
2446
2446
  # @type ContainerIds: Array
2447
2447
  # @param Limit: 返回数量,默认为 20,最大值为 100。
2448
2448
  # @type Limit: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lighthouse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.836
4
+ version: 3.0.837
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-03 00:00:00.000000000 Z
11
+ date: 2024-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common