tencentcloud-sdk-lighthouse 3.0.408 → 3.0.410

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: a16681be27e434ec2ba36194418d0e6744980e47
4
- data.tar.gz: f0dec2614e5827fe5003b0bf9697f5b74b0ffb48
3
+ metadata.gz: f562ca9949820bfcc21f3aa63230c25281e02ab9
4
+ data.tar.gz: f294dab286399c285092ca567935e228307ccbf3
5
5
  SHA512:
6
- metadata.gz: f2bfb668f393751ad4e745ea5c974dc30a7a13e1eb4ddfe4a7c6693bcd3e9d9b5341f5b37be6f9353f9388281139731bbef43de5ba09c9259396696aa8c52450
7
- data.tar.gz: e337870ef08ce95ba37e597f9d0ad30a8c1e49cbac428fea269180607ab33f7198508b475facbd903bd05d41c0b896f89a3a45cf7356bef98ec0d90642398739
6
+ metadata.gz: d8200d835947b611461e9c201ab23818751f62446e0d71aa532bb783becadebacff957ea64b8982b074f9c12e31b6bf4ba03963c1e73f564346ba036e9c5cb60
7
+ data.tar.gz: 3bb26a6b9840d2255adf69b1bed82d23ef668b7fe7d6b39713f964b43918f39c47d7dffc5580dc29fb3cf48300c46ec9eb1a06af0fa330d97b8fb2e38b30af71
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.408
1
+ 3.0.410
@@ -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.410
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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common