tencentcloud-sdk-lighthouse 3.0.408 → 3.0.409
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200324/models.rb +18 -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: c6e69639bdc08b134408671d9983e153d7e707f9
|
4
|
+
data.tar.gz: ee01d17b4dc67382c0dd7d49ea18f89472c18cf7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5eb99037646e868efa65e3634b443cbfc5fe7295c0be426a1c3f0bb28e3168fb24ebdfa06cef22c023cd8966c8a5527e03312fc21c5dae3863974a7c7726961
|
7
|
+
data.tar.gz: 95ca7daea707aba7cd53b8a6b5b33bbfdfe1767fcb4daf46bd01b5e76adad4bcc6b57745cb2546ee31ce555bc311f30c52981b56478b8b460de69f26fdffeb81
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.409
|
data/lib/v20200324/models.rb
CHANGED
@@ -222,10 +222,17 @@ module TencentCloud
|
|
222
222
|
# @param ImageId: CVM镜像共享到轻量应用服务器轻量应用服务器后的CVM镜像ID。
|
223
223
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
224
224
|
# @type ImageId: String
|
225
|
+
# @param CommunityUrl: 官方网站Url。
|
226
|
+
# @type CommunityUrl: String
|
227
|
+
# @param GuideUrl: 指导文章Url。
|
228
|
+
# @type GuideUrl: String
|
229
|
+
# @param SceneIdSet: 镜像关联使用场景Id列表。
|
230
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
231
|
+
# @type SceneIdSet: Array
|
225
232
|
|
226
|
-
attr_accessor :BlueprintId, :DisplayTitle, :DisplayVersion, :Description, :OsName, :Platform, :PlatformType, :BlueprintType, :ImageUrl, :RequiredSystemDiskSize, :BlueprintState, :CreatedTime, :BlueprintName, :SupportAutomationTools, :RequiredMemorySize, :ImageId
|
233
|
+
attr_accessor :BlueprintId, :DisplayTitle, :DisplayVersion, :Description, :OsName, :Platform, :PlatformType, :BlueprintType, :ImageUrl, :RequiredSystemDiskSize, :BlueprintState, :CreatedTime, :BlueprintName, :SupportAutomationTools, :RequiredMemorySize, :ImageId, :CommunityUrl, :GuideUrl, :SceneIdSet
|
227
234
|
|
228
|
-
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)
|
235
|
+
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)
|
229
236
|
@BlueprintId = blueprintid
|
230
237
|
@DisplayTitle = displaytitle
|
231
238
|
@DisplayVersion = displayversion
|
@@ -242,6 +249,9 @@ module TencentCloud
|
|
242
249
|
@SupportAutomationTools = supportautomationtools
|
243
250
|
@RequiredMemorySize = requiredmemorysize
|
244
251
|
@ImageId = imageid
|
252
|
+
@CommunityUrl = communityurl
|
253
|
+
@GuideUrl = guideurl
|
254
|
+
@SceneIdSet = sceneidset
|
245
255
|
end
|
246
256
|
|
247
257
|
def deserialize(params)
|
@@ -261,6 +271,9 @@ module TencentCloud
|
|
261
271
|
@SupportAutomationTools = params['SupportAutomationTools']
|
262
272
|
@RequiredMemorySize = params['RequiredMemorySize']
|
263
273
|
@ImageId = params['ImageId']
|
274
|
+
@CommunityUrl = params['CommunityUrl']
|
275
|
+
@GuideUrl = params['GuideUrl']
|
276
|
+
@SceneIdSet = params['SceneIdSet']
|
264
277
|
end
|
265
278
|
end
|
266
279
|
|
@@ -1005,6 +1018,9 @@ module TencentCloud
|
|
1005
1018
|
# <li>blueprint-state</li>按照【镜像状态】进行过滤。
|
1006
1019
|
# 类型:String
|
1007
1020
|
# 必选:否
|
1021
|
+
# <li>scene-id</li>按照【使用场景Id】进行过滤。
|
1022
|
+
# 类型:String
|
1023
|
+
# 必选:否
|
1008
1024
|
|
1009
1025
|
# 每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。参数不支持同时指定 BlueprintIds 和 Filters 。
|
1010
1026
|
# @type Filters: Array
|
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.409
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|