tencentcloud-sdk-lighthouse 3.0.509 → 3.0.511

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: 4162ed42eb3de8d9722dfb624bffcd17149b2620
4
- data.tar.gz: 7effc91d8433306a0c2dc11004aa51ffa4e369fb
3
+ metadata.gz: d4b0b150190f9277e80fede5c4d303583a334587
4
+ data.tar.gz: db1f68fa286e8f5e96e2932839fd31d1d8409187
5
5
  SHA512:
6
- metadata.gz: 2c5892a11cda69ec6cf51488d59ffc9e1d1fa43a84b6a6fd000b84ef0306775e13fdb866e0f35472100348efe1ab7bbea17c45c383e7690e6bbd5088a6bac31b
7
- data.tar.gz: ba0d7b9c443e627e47c369c4e14d72e3f900bfa55f97b0d3f1d89e912c21dfb1a19db5a7b70db4c0f152f0a1137eb6f2b1bf58c5cfa62e0a8a94e0f4d40c83b5
6
+ metadata.gz: 5ed6520bb236a81730b06d265dfa4bd274cada30d760d1401da091275de8b1e5f8e30c915839d94cb3ce8bd695022fe9b582acf22479f974cf1b29cae77cb2ed
7
+ data.tar.gz: 60487e9bf6a11b85f24b71339b83031b4abc7d21edaf08d91a40e5623944da62cba267d6d357439e837d1125175414663c43f6b3d61eb9c3d4a242f3c03c40a2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.509
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.509
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-15 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