tencentcloud-sdk-lighthouse 3.0.408 → 3.0.409

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.
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: a16681be27e434ec2ba36194418d0e6744980e47
4
- data.tar.gz: f0dec2614e5827fe5003b0bf9697f5b74b0ffb48
3
+ metadata.gz: c6e69639bdc08b134408671d9983e153d7e707f9
4
+ data.tar.gz: ee01d17b4dc67382c0dd7d49ea18f89472c18cf7
5
5
  SHA512:
6
- metadata.gz: f2bfb668f393751ad4e745ea5c974dc30a7a13e1eb4ddfe4a7c6693bcd3e9d9b5341f5b37be6f9353f9388281139731bbef43de5ba09c9259396696aa8c52450
7
- data.tar.gz: e337870ef08ce95ba37e597f9d0ad30a8c1e49cbac428fea269180607ab33f7198508b475facbd903bd05d41c0b896f89a3a45cf7356bef98ec0d90642398739
6
+ metadata.gz: b5eb99037646e868efa65e3634b443cbfc5fe7295c0be426a1c3f0bb28e3168fb24ebdfa06cef22c023cd8966c8a5527e03312fc21c5dae3863974a7c7726961
7
+ data.tar.gz: 95ca7daea707aba7cd53b8a6b5b33bbfdfe1767fcb4daf46bd01b5e76adad4bcc6b57745cb2546ee31ce555bc311f30c52981b56478b8b460de69f26fdffeb81
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.408
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.408
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-13 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