tencentcloud-sdk-lighthouse 3.0.659 → 3.0.660

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: 3b0f3ccc44e2ecc264dc7708a6a291a12a31f58b
4
- data.tar.gz: 72172455494be7040cd9247b32b3fe9d4290e32a
3
+ metadata.gz: 8fe8ac307ded7fe2565cdbb4974c41cbbae1048e
4
+ data.tar.gz: c2a4c6b5d0b79ffc03e7e697d94a75e83572e1a0
5
5
  SHA512:
6
- metadata.gz: 0aec216d887b5f3a4ab876e377c6986c49d746b4f34ea9e6f0f9157ad7d33f9e9c7f624f438aa45f28d825d381dca008fe7a039c105145a7a8d44f733497e9da
7
- data.tar.gz: 276d33daa5c3157c4c28a58f1d1476f84003a559526b674bc1361adb84e54bbcc58cc41e12c81b888989ca347247c665360686c484078a4f275ebc13adf4682f
6
+ metadata.gz: 96b226e6bcb0d9f37dd5d383aca929d01c0abe1653f34d217c9d580e9578cd223a79964a223710f143058d8aa885722c5cc6a34a36b993c27fba4bd4d4aaaee9
7
+ data.tar.gz: 41c14f2fe458be8cb706040517d6fcd867ffd2c3a71fc2b5d1e88de8d59e5de4f4f5c1b73fb28c5a2c3402fc3be8aff401d94852092a416ab33819c58585b388
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.659
1
+ 3.0.660
@@ -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.660
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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common