tencentcloud-sdk-eis 3.0.567 → 3.0.569

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/v20210601/models.rb +20 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 05006f66c802c96d0098b934118269f7de3d91b6
4
- data.tar.gz: f195e5206defdaf0388cc7c272b21079520d91c9
3
+ metadata.gz: 7930c7127f390a2420a35cf3c7b3c66647f47fdc
4
+ data.tar.gz: c0a1ff70c90a58258b3ddda4cf362a90324ef727
5
5
  SHA512:
6
- metadata.gz: 68ace52b45948571a4000d80a94a6dba5675af6f27bf41dd6f68fd9bbe31d4ca3fd835beec68afd27814ef32ba5861f00b963e74d53611aeedbf71b35893e6de
7
- data.tar.gz: b2c1c52271db6cb04fca93c0b7f3f628929f4ec8e0f0d1b6b26104c2584fdc24bb6386cd151abac0ecff809f15b98af226dc1cfc9a98837c48c679b754d11c47
6
+ metadata.gz: 25a58d352d450f8cd5eea3bd9ce1dc426510718e1c8a49204e226ed1f6e6845f7d6aff129afb767f828a26d359be2254d8a55dd0b32dbed49f82462de93f322d
7
+ data.tar.gz: f4212e358ef475e8edcd43670439b58d03f2a0a1eb7aab644e123a8996705666657323e489d423a1c16b05738a9b80c670d6ca0e2ce10b8c5f9da19e8ebfcc70
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.567
1
+ 3.0.569
@@ -190,12 +190,25 @@ module TencentCloud
190
190
 
191
191
  # ListDeployableRuntimesMC请求参数结构体
192
192
  class ListDeployableRuntimesMCRequest < TencentCloud::Common::AbstractModel
193
+ # @param ProjectId: 应用id
194
+ # @type ProjectId: Integer
195
+ # @param InstanceId: 实例id
196
+ # @type InstanceId: Integer
197
+ # @param PlanType: 版本类型 0-pro 1-lite
198
+ # @type PlanType: Integer
193
199
 
200
+ attr_accessor :ProjectId, :InstanceId, :PlanType
194
201
 
195
- def initialize()
202
+ def initialize(projectid=nil, instanceid=nil, plantype=nil)
203
+ @ProjectId = projectid
204
+ @InstanceId = instanceid
205
+ @PlanType = plantype
196
206
  end
197
207
 
198
208
  def deserialize(params)
209
+ @ProjectId = params['ProjectId']
210
+ @InstanceId = params['InstanceId']
211
+ @PlanType = params['PlanType']
199
212
  end
200
213
  end
201
214
 
@@ -312,15 +325,19 @@ module TencentCloud
312
325
  class ListRuntimesMCRequest < TencentCloud::Common::AbstractModel
313
326
  # @param RuntimeClass: 环境运行类型:0:运行时类型、1:api类型
314
327
  # @type RuntimeClass: Integer
328
+ # @param PlanType: 计划类型:0-pro 1-lite
329
+ # @type PlanType: Integer
315
330
 
316
- attr_accessor :RuntimeClass
331
+ attr_accessor :RuntimeClass, :PlanType
317
332
 
318
- def initialize(runtimeclass=nil)
333
+ def initialize(runtimeclass=nil, plantype=nil)
319
334
  @RuntimeClass = runtimeclass
335
+ @PlanType = plantype
320
336
  end
321
337
 
322
338
  def deserialize(params)
323
339
  @RuntimeClass = params['RuntimeClass']
340
+ @PlanType = params['PlanType']
324
341
  end
325
342
  end
326
343
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-eis
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.567
4
+ version: 3.0.569
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-05-11 00:00:00.000000000 Z
11
+ date: 2023-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common