tencentcloud-sdk-lighthouse 3.0.510 → 3.0.511
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 +7 -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: d4b0b150190f9277e80fede5c4d303583a334587
|
|
4
|
+
data.tar.gz: db1f68fa286e8f5e96e2932839fd31d1d8409187
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ed6520bb236a81730b06d265dfa4bd274cada30d760d1401da091275de8b1e5f8e30c915839d94cb3ce8bd695022fe9b582acf22479f974cf1b29cae77cb2ed
|
|
7
|
+
data.tar.gz: 60487e9bf6a11b85f24b71339b83031b4abc7d21edaf08d91a40e5623944da62cba267d6d357439e837d1125175414663c43f6b3d61eb9c3d4a242f3c03c40a2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.511
|
data/lib/v20200324/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|