tencentcloud-sdk-lighthouse 3.0.659 → 3.0.661

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: 3b0f3ccc44e2ecc264dc7708a6a291a12a31f58b
4
- data.tar.gz: 72172455494be7040cd9247b32b3fe9d4290e32a
3
+ metadata.gz: a1076750b9da80005db8fdb7245d984d07b935f9
4
+ data.tar.gz: 17d9e7eacd04d3f9d925b31e68cd3d371a207c5a
5
5
  SHA512:
6
- metadata.gz: 0aec216d887b5f3a4ab876e377c6986c49d746b4f34ea9e6f0f9157ad7d33f9e9c7f624f438aa45f28d825d381dca008fe7a039c105145a7a8d44f733497e9da
7
- data.tar.gz: 276d33daa5c3157c4c28a58f1d1476f84003a559526b674bc1361adb84e54bbcc58cc41e12c81b888989ca347247c665360686c484078a4f275ebc13adf4682f
6
+ metadata.gz: f621483f960e96bbc14b07c88a063f930bc10f4c0895210e7ea0be609a0d9b5c6a8959b40feb6425015836f4728a84a34bd243ad41fb3b18c4222250c1cb72d0
7
+ data.tar.gz: 5d6664bded52f3bbbe8c3d820797f2464cc30605687ceb00ce8bdf98b25bd3a125bc39c37f148e5d7270ff4eb95a6a05bb9b8f6ae8b6140371f4e8b0cb16a68f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.659
1
+ 3.0.661
@@ -344,10 +344,12 @@ module TencentCloud
344
344
  # @param DockerVersion: Docker版本号。
345
345
  # 注意:此字段可能返回 null,表示取不到有效值。
346
346
  # @type DockerVersion: String
347
+ # @param BlueprintShared: 镜像是否已共享。
348
+ # @type BlueprintShared: Boolean
347
349
 
348
- attr_accessor :BlueprintId, :DisplayTitle, :DisplayVersion, :Description, :OsName, :Platform, :PlatformType, :BlueprintType, :ImageUrl, :RequiredSystemDiskSize, :BlueprintState, :CreatedTime, :BlueprintName, :SupportAutomationTools, :RequiredMemorySize, :ImageId, :CommunityUrl, :GuideUrl, :SceneIdSet, :DockerVersion
350
+ attr_accessor :BlueprintId, :DisplayTitle, :DisplayVersion, :Description, :OsName, :Platform, :PlatformType, :BlueprintType, :ImageUrl, :RequiredSystemDiskSize, :BlueprintState, :CreatedTime, :BlueprintName, :SupportAutomationTools, :RequiredMemorySize, :ImageId, :CommunityUrl, :GuideUrl, :SceneIdSet, :DockerVersion, :BlueprintShared
349
351
 
350
- 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)
352
+ 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, blueprintshared=nil)
351
353
  @BlueprintId = blueprintid
352
354
  @DisplayTitle = displaytitle
353
355
  @DisplayVersion = displayversion
@@ -368,6 +370,7 @@ module TencentCloud
368
370
  @GuideUrl = guideurl
369
371
  @SceneIdSet = sceneidset
370
372
  @DockerVersion = dockerversion
373
+ @BlueprintShared = blueprintshared
371
374
  end
372
375
 
373
376
  def deserialize(params)
@@ -391,6 +394,7 @@ module TencentCloud
391
394
  @GuideUrl = params['GuideUrl']
392
395
  @SceneIdSet = params['SceneIdSet']
393
396
  @DockerVersion = params['DockerVersion']
397
+ @BlueprintShared = params['BlueprintShared']
394
398
  end
395
399
  end
396
400
 
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.659
4
+ version: 3.0.661
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-09-14 00:00:00.000000000 Z
11
+ date: 2023-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common