tencentcloud-sdk-eis 3.0.387 → 3.0.394
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.
- 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: 22baff5386d5eb8e1f194450c0e736a7cd8eab2e
|
|
4
|
+
data.tar.gz: 77f341b6500880cf6daad3614a31e224a19d7574
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e946d9533a9dfc6b885b68fb84ca89e36ab6906b77fe3a8bb1efe96062c412bb008b5ec7599b58f4e600d11871a277f8af5e1ec882a73305464c46fc9b1b85cc
|
|
7
|
+
data.tar.gz: 8ae1e2809e59cfd3732816dadbbf6c2cd95628c0f1a59c2852d2da0f09ff5e7879fbd86f3b5be2e7191f8fb2b72fcf5d1a6adcd84af410cce7d896b50caf5088
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.394
|
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.394
|
|
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-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|