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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210601/models.rb +13 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f78372f6775a3b3bea209c11855ef01686415d23
|
4
|
+
data.tar.gz: 8d459de36700b8a0c69b111ae42a750408cd5298
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0589f657ca73f81e64498e0a0c7780082164ad193ffcc5e18054129182386fe9d58300361c9290c98fdad20b7ceea8b4808464bf8f9395bd916aa5159c2186c
|
7
|
+
data.tar.gz: a9a3d34337bed3e8d362cc56680cb394d3e6a71fcaf0574dcbd92b3ba05bfe0503124355e4d113c8bf0dc509c24f12a1436e21dc87c2d1bf1798ef613d6bb010
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.389
|
data/lib/v20210601/models.rb
CHANGED
@@ -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.
|
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-
|
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
|