tencentcloud-sdk-eis 3.0.632 → 3.0.633
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 +14 -4
- 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: 1341e0f8d026ed80c41e54a617d4410debd4a927
|
4
|
+
data.tar.gz: e82abd83b8c2229578cfdeeb9e238a7cb18a4502
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6212e0d395858098a9a55bc5df0567e9c986011ce040788ddbb874cf9a8dde14a2e85b187496f0a5fc2a31d16beb5db360d041821d45442bedd986c43abea6ef
|
7
|
+
data.tar.gz: 769e76a013a1d6015c487b1426fd58653f4d66ca7b868754754d8b93bd49de5327e1f81072bf57d77ec424507ffbf2ee3b583ad9d741b29f76f22bc36b42e3a8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.633
|
data/lib/v20210601/models.rb
CHANGED
@@ -138,10 +138,12 @@ module TencentCloud
|
|
138
138
|
# @type Interval: Integer
|
139
139
|
# @param RuntimeClass: 环境运行类型:0:运行时类型、1:api类型
|
140
140
|
# @type RuntimeClass: Integer
|
141
|
+
# @param AggregationType: 资源指标聚合类型:0: 环境维度 1:执行引擎维度 2:datatwaypy维度 3.datawayjava维度
|
142
|
+
# @type AggregationType: Integer
|
141
143
|
|
142
|
-
attr_accessor :RuntimeId, :StartTime, :EndTime, :MetricType, :RateType, :Interval, :RuntimeClass
|
144
|
+
attr_accessor :RuntimeId, :StartTime, :EndTime, :MetricType, :RateType, :Interval, :RuntimeClass, :AggregationType
|
143
145
|
|
144
|
-
def initialize(runtimeid=nil, starttime=nil, endtime=nil, metrictype=nil, ratetype=nil, interval=nil, runtimeclass=nil)
|
146
|
+
def initialize(runtimeid=nil, starttime=nil, endtime=nil, metrictype=nil, ratetype=nil, interval=nil, runtimeclass=nil, aggregationtype=nil)
|
145
147
|
@RuntimeId = runtimeid
|
146
148
|
@StartTime = starttime
|
147
149
|
@EndTime = endtime
|
@@ -149,6 +151,7 @@ module TencentCloud
|
|
149
151
|
@RateType = ratetype
|
150
152
|
@Interval = interval
|
151
153
|
@RuntimeClass = runtimeclass
|
154
|
+
@AggregationType = aggregationtype
|
152
155
|
end
|
153
156
|
|
154
157
|
def deserialize(params)
|
@@ -159,6 +162,7 @@ module TencentCloud
|
|
159
162
|
@RateType = params['RateType']
|
160
163
|
@Interval = params['Interval']
|
161
164
|
@RuntimeClass = params['RuntimeClass']
|
165
|
+
@AggregationType = params['AggregationType']
|
162
166
|
end
|
163
167
|
end
|
164
168
|
|
@@ -271,10 +275,14 @@ module TencentCloud
|
|
271
275
|
# 0: 运行中
|
272
276
|
# 2: 已停止
|
273
277
|
# @type Status: Integer
|
278
|
+
# @param RuntimeClass: 0: 应用集成
|
279
|
+
# 1: API管理
|
280
|
+
# 2: ETL
|
281
|
+
# @type RuntimeClass: Integer
|
274
282
|
|
275
|
-
attr_accessor :RuntimeId, :Limit, :Offset, :SortType, :Sort, :Zone, :ApiVersion, :GroupId, :Status
|
283
|
+
attr_accessor :RuntimeId, :Limit, :Offset, :SortType, :Sort, :Zone, :ApiVersion, :GroupId, :Status, :RuntimeClass
|
276
284
|
|
277
|
-
def initialize(runtimeid=nil, limit=nil, offset=nil, sorttype=nil, sort=nil, zone=nil, apiversion=nil, groupid=nil, status=nil)
|
285
|
+
def initialize(runtimeid=nil, limit=nil, offset=nil, sorttype=nil, sort=nil, zone=nil, apiversion=nil, groupid=nil, status=nil, runtimeclass=nil)
|
278
286
|
@RuntimeId = runtimeid
|
279
287
|
@Limit = limit
|
280
288
|
@Offset = offset
|
@@ -284,6 +292,7 @@ module TencentCloud
|
|
284
292
|
@ApiVersion = apiversion
|
285
293
|
@GroupId = groupid
|
286
294
|
@Status = status
|
295
|
+
@RuntimeClass = runtimeclass
|
287
296
|
end
|
288
297
|
|
289
298
|
def deserialize(params)
|
@@ -296,6 +305,7 @@ module TencentCloud
|
|
296
305
|
@ApiVersion = params['ApiVersion']
|
297
306
|
@GroupId = params['GroupId']
|
298
307
|
@Status = params['Status']
|
308
|
+
@RuntimeClass = params['RuntimeClass']
|
299
309
|
end
|
300
310
|
end
|
301
311
|
|
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.633
|
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-08-
|
11
|
+
date: 2023-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|