tencentcloud-sdk-cls 3.0.425 → 3.0.427
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/v20201016/models.rb +1 -1
- 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: b84414976e5394fa7567e1715315641bf0c112a7
|
4
|
+
data.tar.gz: cff43cf17aee9dfa33a0de77579bdea217863d7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85f2568ea7e16fa0c42feb7f5c7cd6a5dfb7aca2b30b5db59e59d50ad6a93a700f3356e8d86c7897dfb337dfae9a2001252b9480e31524370e088a1847ada303
|
7
|
+
data.tar.gz: c064ac55df5c9fa0969f319a56fcf0f8bc99c89a546ae53adf5122062179b24f710a14bfdee1c32595ba581e3305a2715c423e4c84a7702df70360278f55617e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.427
|
data/lib/v20201016/models.rb
CHANGED
@@ -1597,7 +1597,7 @@ module TencentCloud
|
|
1597
1597
|
# @type MaxSplitPartitions: Integer
|
1598
1598
|
# @param StorageType: 日志主题的存储类型,可选值 hot(标准存储),cold(低频存储);默认为hot。
|
1599
1599
|
# @type StorageType: String
|
1600
|
-
# @param Period: 生命周期,单位天,标准存储取值范围1
|
1600
|
+
# @param Period: 生命周期,单位天,标准存储取值范围1\~3600,低频存储取值范围7\~3600天。取值为3640时代表永久保存
|
1601
1601
|
# @type Period: Integer
|
1602
1602
|
|
1603
1603
|
attr_accessor :LogsetId, :TopicName, :PartitionCount, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.427
|
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-10-
|
11
|
+
date: 2022-10-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|