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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200324/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a1076750b9da80005db8fdb7245d984d07b935f9
|
|
4
|
+
data.tar.gz: 17d9e7eacd04d3f9d925b31e68cd3d371a207c5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f621483f960e96bbc14b07c88a063f930bc10f4c0895210e7ea0be609a0d9b5c6a8959b40feb6425015836f4728a84a34bd243ad41fb3b18c4222250c1cb72d0
|
|
7
|
+
data.tar.gz: 5d6664bded52f3bbbe8c3d820797f2464cc30605687ceb00ce8bdf98b25bd3a125bc39c37f148e5d7270ff4eb95a6a05bb9b8f6ae8b6140371f4e8b0cb16a68f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.661
|
data/lib/v20200324/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|