tencentcloud-sdk-tcm 3.0.461 → 3.0.463
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/v20210413/models.rb +2 -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: 4b0a6df11057a5b78848b7564cff6f1133843bc1
|
|
4
|
+
data.tar.gz: dd3a4802355ccbb3e4ab28579a2466fcde9d5e4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13de77c4abf9b5e5410dd84aa0e0016c1c6d024c8b83e7beab54cce6fab549bc9b6a2ab17185407742c1837eefa9c255cebb1ef7a80185ad6f69055d5157106c
|
|
7
|
+
data.tar.gz: 6eb6c719232cec4499572be3c4b54ef62ee59dc3bf05309658e7b8a6c47048783c48ed0476a0ac5453188049d4bef2d7202391ad65ce56ddf1a44921622598f8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.463
|
data/lib/v20210413/models.rb
CHANGED
|
@@ -543,12 +543,12 @@ module TencentCloud
|
|
|
543
543
|
# @type File: String
|
|
544
544
|
# @param Format: 访问日志的格式。
|
|
545
545
|
# @type Format: String
|
|
546
|
-
# @param Encoding:
|
|
546
|
+
# @param Encoding: 访问日志输出编码,可取值为 "TEXT" 或 "JSON",默认 TEXT"
|
|
547
547
|
# @type Encoding: String
|
|
548
548
|
# @param SelectedRange: 选中的范围
|
|
549
549
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
550
550
|
# @type SelectedRange: :class:`Tencentcloud::Tcm.v20210413.models.SelectedRange`
|
|
551
|
-
# @param Template: 采用的模板,可取值为"istio
|
|
551
|
+
# @param Template: 采用的模板,可取值为"istio" 或 "trace",默认为"istio"
|
|
552
552
|
# @type Template: String
|
|
553
553
|
# @param CLS: 腾讯云日志服务相关参数
|
|
554
554
|
# @type CLS: :class:`Tencentcloud::Tcm.v20210413.models.CLS`
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tcm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.463
|
|
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-
|
|
11
|
+
date: 2022-12-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|