tencentcloud-sdk-eis 3.0.632 → 3.0.633

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 +14 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70518b81fe97cb597f75d9c8960d0464c3fa4858
4
- data.tar.gz: cef2b3fd707d3a96b888e7e8685d574886984de4
3
+ metadata.gz: 1341e0f8d026ed80c41e54a617d4410debd4a927
4
+ data.tar.gz: e82abd83b8c2229578cfdeeb9e238a7cb18a4502
5
5
  SHA512:
6
- metadata.gz: 26adb357306e28df6fdab5e69692a3c0ed6a43a8eb7b186230d81c1b05520df712da5c04c46b2549b3d34e6e4a3d61dacf11a6a1709ead07c6d186bdcaeb7c7a
7
- data.tar.gz: e449bb32084d46ecd331b74f79e8ffd76140290fae847ef6403b7bbada9fff54128e48cb1a5317ce55bdcf5bca647d5f0127fc15d8a1882be114a50ef80ae044
6
+ metadata.gz: 6212e0d395858098a9a55bc5df0567e9c986011ce040788ddbb874cf9a8dde14a2e85b187496f0a5fc2a31d16beb5db360d041821d45442bedd986c43abea6ef
7
+ data.tar.gz: 769e76a013a1d6015c487b1426fd58653f4d66ca7b868754754d8b93bd49de5327e1f81072bf57d77ec424507ffbf2ee3b583ad9d741b29f76f22bc36b42e3a8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.632
1
+ 3.0.633
@@ -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.632
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-09 00:00:00.000000000 Z
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