tencentcloud-sdk-eis 3.0.387 → 3.0.389

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/v20210601/models.rb +13 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 844efb4c6e6e881ff412ef63a8928fa6d21ab059
4
- data.tar.gz: c2530b5a8cd46893befeee4e4e9f5e4032b92996
3
+ metadata.gz: f78372f6775a3b3bea209c11855ef01686415d23
4
+ data.tar.gz: 8d459de36700b8a0c69b111ae42a750408cd5298
5
5
  SHA512:
6
- metadata.gz: d0010634c539dcef21f1a1e9c023fecd2907021ee2f6047a51cc29dc4e7991868f3d9b5de16efeb9d107ef5558d5f0135465ffd34f9b351f0d5e750d298d3724
7
- data.tar.gz: 84c74b81e28142ef93556cfb9b8dd2235b7314ecc6d67035062b1d94fdb84711bee807e8b91d3491dc5ea466a1bc04d29b3be81e41bc1917cfaef849abf69fbb
6
+ metadata.gz: d0589f657ca73f81e64498e0a0c7780082164ad193ffcc5e18054129182386fe9d58300361c9290c98fdad20b7ceea8b4808464bf8f9395bd916aa5159c2186c
7
+ data.tar.gz: a9a3d34337bed3e8d362cc56680cb394d3e6a71fcaf0574dcbd92b3ba05bfe0503124355e4d113c8bf0dc509c24f12a1436e21dc87c2d1bf1798ef613d6bb010
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.387
1
+ 3.0.389
@@ -225,10 +225,17 @@ module TencentCloud
225
225
  # @type Zone: String
226
226
  # @param ApiVersion: 1:3.0版本新控制台传1;否则传0
227
227
  # @type ApiVersion: Integer
228
+ # @param GroupId: -1:不按项目筛选,获取所有
229
+ # >=0: 按项目id筛选
230
+ # @type GroupId: Integer
231
+ # @param Status: -2: 不按状态筛选,获取所有
232
+ # 0: 运行中
233
+ # 2: 已停止
234
+ # @type Status: Integer
228
235
 
229
- attr_accessor :RuntimeId, :Limit, :Offset, :SortType, :Sort, :Zone, :ApiVersion
236
+ attr_accessor :RuntimeId, :Limit, :Offset, :SortType, :Sort, :Zone, :ApiVersion, :GroupId, :Status
230
237
 
231
- def initialize(runtimeid=nil, limit=nil, offset=nil, sorttype=nil, sort=nil, zone=nil, apiversion=nil)
238
+ def initialize(runtimeid=nil, limit=nil, offset=nil, sorttype=nil, sort=nil, zone=nil, apiversion=nil, groupid=nil, status=nil)
232
239
  @RuntimeId = runtimeid
233
240
  @Limit = limit
234
241
  @Offset = offset
@@ -236,6 +243,8 @@ module TencentCloud
236
243
  @Sort = sort
237
244
  @Zone = zone
238
245
  @ApiVersion = apiversion
246
+ @GroupId = groupid
247
+ @Status = status
239
248
  end
240
249
 
241
250
  def deserialize(params)
@@ -246,6 +255,8 @@ module TencentCloud
246
255
  @Sort = params['Sort']
247
256
  @Zone = params['Zone']
248
257
  @ApiVersion = params['ApiVersion']
258
+ @GroupId = params['GroupId']
259
+ @Status = params['Status']
249
260
  end
250
261
  end
251
262
 
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.387
4
+ version: 3.0.389
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-08-15 00:00:00.000000000 Z
11
+ date: 2022-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common