tencentcloud-sdk-lighthouse 3.0.407 → 3.0.409

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200324/models.rb +18 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 922dffa406c200b13230fa2464ce057d73450d11
4
- data.tar.gz: 8724565b7116c25869f59a55b8da623312b19035
3
+ metadata.gz: c6e69639bdc08b134408671d9983e153d7e707f9
4
+ data.tar.gz: ee01d17b4dc67382c0dd7d49ea18f89472c18cf7
5
5
  SHA512:
6
- metadata.gz: f7ed4978c8cf8b4357096d8bd0d6c8c66bb0160921390882eb4f8ea387b6d70b926ca831255512dce4577fd903f116ceb9f5d0af2d7fd2feeebde8b97f15d906
7
- data.tar.gz: ae4a71d30b178550cf4a9cbca5ac1907534ed1f46a23c19e4fcde21281db468bc667989c81ece4cc71f1139db0b1d92cb278d4e70d49dfbb632923d5715c53f4
6
+ metadata.gz: b5eb99037646e868efa65e3634b443cbfc5fe7295c0be426a1c3f0bb28e3168fb24ebdfa06cef22c023cd8966c8a5527e03312fc21c5dae3863974a7c7726961
7
+ data.tar.gz: 95ca7daea707aba7cd53b8a6b5b33bbfdfe1767fcb4daf46bd01b5e76adad4bcc6b57745cb2546ee31ce555bc311f30c52981b56478b8b460de69f26fdffeb81
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.407
1
+ 3.0.409
@@ -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.407
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-12 00:00:00.000000000 Z
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