tencentcloud-sdk-lighthouse 3.0.510 → 3.0.512

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: 5cfe0ea79ce0ec2580467862e33eaa1f7f46c046
4
- data.tar.gz: 658ade07ba1f0d42db2cb1bcdf5cafcaa083bc78
3
+ metadata.gz: 237291dd7ea07bdbb096ef69a6b1cc5320475391
4
+ data.tar.gz: 7f74a30ed456a4c117d8c2523b8d7dc40e4011a3
5
5
  SHA512:
6
- metadata.gz: ecc93c97165d43492528c9530a09a9a2a889bc1a090cf4312bd8e41058975a49ec8be2d588b3cde9c616d6074953ebd0d4799d68de8ca7d9eb582286735da38c
7
- data.tar.gz: 861f5c56b4c56f998898dc75b10092705276dba07d1b5137545d80e57a33a3b9fd911580f02d2be2289ec11bcdbe416eec40436685c1c9f375a0a4084aed8a1e
6
+ metadata.gz: 523937f34124e3fc393ad98bb538dd39c51b2d449d9efed3be66c837b0c8231e153ab76ee15558b152cd5bdeff3a39eb474feaf5a2b05d0aeba386c274c2e181
7
+ data.tar.gz: 6a00024da516c677eeb4e72affd7f041be2f5685f1ba8bad5554a10c813aa33edad36d76267084755f817a67148792d4a90b0b4fd3c85b315c147a2293520c38
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.510
1
+ 3.0.512
@@ -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.512
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-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common