tencentcloud-sdk-teo 1.0.349 → 1.0.350

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/v20220106/models.rb +16 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e768d724aa58fdcbb54eeb8f7a8e24fe9e3c7707
4
- data.tar.gz: a7c396ff477b40edfcfeff1b5855b540d1fa6c33
3
+ metadata.gz: fdf935206d268a51d930138ebee8d5b95ca681d2
4
+ data.tar.gz: bf17001a6030c30afa5f31e16922b6830b5b78f1
5
5
  SHA512:
6
- metadata.gz: 6c2888e23b1df4c6cc0443fff75f7a9daafa80ed688cff683958467c8959cc1591bd000929e1df00c72d7f35673c7677478340981fe5d308dc325571a6dac60a
7
- data.tar.gz: dd3af09c7a32d660ede88cb26b04224c43d6183c97843303db843cd8ea60cc224041d5c957a0bc1b1be03afc3de6c07a2abe9d11a26523584092474937d8c119
6
+ metadata.gz: f9775110d18f3f14101fd2e13afd0166afca0ca1895f645c2c607ce0a81cc7fa06a318bdbdcda34a18d25630d7975f47d846693ef438c5d5cce0448ff49a610e
7
+ data.tar.gz: 7ca28963e1d15fb157ceb027ee6e2929b5c019916f332182260f4c3045e71bf027b691d816621e057f809815eb0743d7f433eb5ae82aa2b5a562a20a949ac3f2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.349
1
+ 1.0.350
@@ -4632,7 +4632,10 @@ module TencentCloud
4632
4632
  # @type StartTime: String
4633
4633
  # @param EndTime: RFC3339格式,客户端时间
4634
4634
  # @type EndTime: String
4635
- # @param MetricNames: 指标列表
4635
+ # @param MetricNames: 指标列表,支持的指标
4636
+ # l7Flow_outFlux: 访问流量
4637
+ # l7Flow_request: 访问请求数
4638
+ # l7Flow_outBandwidth: 访问带宽
4636
4639
  # @type MetricNames: Array
4637
4640
  # @param Interval: 时间间隔,选填{min, 5min, hour, day, week}
4638
4641
  # @type Interval: String
@@ -5181,7 +5184,11 @@ module TencentCloud
5181
5184
  # @type StartTime: String
5182
5185
  # @param EndTime: RFC3339格式,客户端时间
5183
5186
  # @type EndTime: String
5184
- # @param MetricNames: 指标列表
5187
+ # @param MetricNames: 支持的指标:
5188
+ # l4Flow_connections: 访问连接数
5189
+ # l4Flow_flux: 访问总流量
5190
+ # l4Flow_inFlux: 访问入流量
5191
+ # l4Flow_outFlux: 访问出流量
5185
5192
  # @type MetricNames: Array
5186
5193
  # @param ZoneIds: 站点id列表
5187
5194
  # @type ZoneIds: Array
@@ -5276,7 +5283,10 @@ module TencentCloud
5276
5283
  # @type StartTime: String
5277
5284
  # @param EndTime: RFC3339标准,客户端时间
5278
5285
  # @type EndTime: String
5279
- # @param MetricNames: 时序类访问流量指标
5286
+ # @param MetricNames: 指标列表,支持的指标
5287
+ # l7Flow_outFlux: 访问流量
5288
+ # l7Flow_request: 访问请求数
5289
+ # l7Flow_outBandwidth: 访问带宽
5280
5290
  # @type MetricNames: Array
5281
5291
  # @param Interval: 时间间隔,选填{min, 5min, hour, day, week}
5282
5292
  # @type Interval: String
@@ -5355,7 +5365,9 @@ module TencentCloud
5355
5365
  # @type StartTime: String
5356
5366
  # @param EndTime: RFC3339标准,客户端时间
5357
5367
  # @type EndTime: String
5358
- # @param MetricNames: 时序类访问流量指标列表
5368
+ # @param MetricNames: 时序类访问流量指标列表,支持的指标
5369
+ # l7Cache_outFlux: 访问流量
5370
+ # l7Cache_request: 访问请求数
5359
5371
  # @type MetricNames: Array
5360
5372
  # @param Interval: 时间间隔,选填{min, 5min, hour, day, week}
5361
5373
  # @type Interval: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-teo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.349
4
+ version: 1.0.350
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-07-05 00:00:00.000000000 Z
11
+ date: 2022-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common