tencentcloud-sdk-lighthouse 3.0.510 → 3.0.511

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5cfe0ea79ce0ec2580467862e33eaa1f7f46c046
4
- data.tar.gz: 658ade07ba1f0d42db2cb1bcdf5cafcaa083bc78
3
+ metadata.gz: d4b0b150190f9277e80fede5c4d303583a334587
4
+ data.tar.gz: db1f68fa286e8f5e96e2932839fd31d1d8409187
5
5
  SHA512:
6
- metadata.gz: ecc93c97165d43492528c9530a09a9a2a889bc1a090cf4312bd8e41058975a49ec8be2d588b3cde9c616d6074953ebd0d4799d68de8ca7d9eb582286735da38c
7
- data.tar.gz: 861f5c56b4c56f998898dc75b10092705276dba07d1b5137545d80e57a33a3b9fd911580f02d2be2289ec11bcdbe416eec40436685c1c9f375a0a4084aed8a1e
6
+ metadata.gz: 5ed6520bb236a81730b06d265dfa4bd274cada30d760d1401da091275de8b1e5f8e30c915839d94cb3ce8bd695022fe9b582acf22479f974cf1b29cae77cb2ed
7
+ data.tar.gz: 60487e9bf6a11b85f24b71339b83031b4abc7d21edaf08d91a40e5623944da62cba267d6d357439e837d1125175414663c43f6b3d61eb9c3d4a242f3c03c40a2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.510
1
+ 3.0.511
@@ -265,10 +265,13 @@ module TencentCloud
265
265
  # @param SceneIdSet: 镜像关联使用场景Id列表。
266
266
  # 注意:此字段可能返回 null,表示取不到有效值。
267
267
  # @type SceneIdSet: Array
268
+ # @param DockerVersion: Docker版本号。
269
+ # 注意:此字段可能返回 null,表示取不到有效值。
270
+ # @type DockerVersion: String
268
271
 
269
- attr_accessor :BlueprintId, :DisplayTitle, :DisplayVersion, :Description, :OsName, :Platform, :PlatformType, :BlueprintType, :ImageUrl, :RequiredSystemDiskSize, :BlueprintState, :CreatedTime, :BlueprintName, :SupportAutomationTools, :RequiredMemorySize, :ImageId, :CommunityUrl, :GuideUrl, :SceneIdSet
272
+ attr_accessor :BlueprintId, :DisplayTitle, :DisplayVersion, :Description, :OsName, :Platform, :PlatformType, :BlueprintType, :ImageUrl, :RequiredSystemDiskSize, :BlueprintState, :CreatedTime, :BlueprintName, :SupportAutomationTools, :RequiredMemorySize, :ImageId, :CommunityUrl, :GuideUrl, :SceneIdSet, :DockerVersion
270
273
 
271
- def initialize(blueprintid=nil, displaytitle=nil, displayversion=nil, description=nil, osname=nil, platform=nil, platformtype=nil, blueprinttype=nil, imageurl=nil, requiredsystemdisksize=nil, blueprintstate=nil, createdtime=nil, blueprintname=nil, supportautomationtools=nil, requiredmemorysize=nil, imageid=nil, communityurl=nil, guideurl=nil, sceneidset=nil)
274
+ def initialize(blueprintid=nil, displaytitle=nil, displayversion=nil, description=nil, osname=nil, platform=nil, platformtype=nil, blueprinttype=nil, imageurl=nil, requiredsystemdisksize=nil, blueprintstate=nil, createdtime=nil, blueprintname=nil, supportautomationtools=nil, requiredmemorysize=nil, imageid=nil, communityurl=nil, guideurl=nil, sceneidset=nil, dockerversion=nil)
272
275
  @BlueprintId = blueprintid
273
276
  @DisplayTitle = displaytitle
274
277
  @DisplayVersion = displayversion
@@ -288,6 +291,7 @@ module TencentCloud
288
291
  @CommunityUrl = communityurl
289
292
  @GuideUrl = guideurl
290
293
  @SceneIdSet = sceneidset
294
+ @DockerVersion = dockerversion
291
295
  end
292
296
 
293
297
  def deserialize(params)
@@ -310,6 +314,7 @@ module TencentCloud
310
314
  @CommunityUrl = params['CommunityUrl']
311
315
  @GuideUrl = params['GuideUrl']
312
316
  @SceneIdSet = params['SceneIdSet']
317
+ @DockerVersion = params['DockerVersion']
313
318
  end
314
319
  end
315
320
 
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.510
4
+ version: 3.0.511
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-16 00:00:00.000000000 Z
11
+ date: 2023-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common