tencentcloud-sdk-cls 3.0.546 → 3.0.547
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201016/models.rb +22 -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: 97a1cc76e840b439c807d296658f07651b00a6d8
|
4
|
+
data.tar.gz: c86bae6a9978ddf947844e7dbdbaa37104c9eae9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f4ec03519b6253f57e75f3a98ef4d7ff63fe2423c9000806e5de21967c65f08beaa2571990936ad27d44c1dea4a50d94fd32750b3c3ccc37e8009aaceaa3a0e
|
7
|
+
data.tar.gz: af27937818c081dc43ac6f3294a6ca81da1eb5f390a3bce0ed027e1573670f390dbd174dc8c9a6974ec51da538b5fd82c24312afbed33c6b5a8ff5a97306f3a1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.547
|
data/lib/v20201016/models.rb
CHANGED
@@ -1812,10 +1812,15 @@ module TencentCloud
|
|
1812
1812
|
# @type StorageType: String
|
1813
1813
|
# @param Period: 生命周期,单位天,标准存储取值范围1\~3600,低频存储取值范围7\~3600天。取值为3640时代表永久保存
|
1814
1814
|
# @type Period: Integer
|
1815
|
+
# @param Describes: 日志主题描述
|
1816
|
+
# @type Describes: String
|
1817
|
+
# @param HotPeriod: 0:关闭日志沉降。
|
1818
|
+
# 非0:开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。仅在StorageType为 hot 时生效
|
1819
|
+
# @type HotPeriod: Integer
|
1815
1820
|
|
1816
|
-
attr_accessor :LogsetId, :TopicName, :PartitionCount, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period
|
1821
|
+
attr_accessor :LogsetId, :TopicName, :PartitionCount, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :Describes, :HotPeriod
|
1817
1822
|
|
1818
|
-
def initialize(logsetid=nil, topicname=nil, partitioncount=nil, tags=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil)
|
1823
|
+
def initialize(logsetid=nil, topicname=nil, partitioncount=nil, tags=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil, describes=nil, hotperiod=nil)
|
1819
1824
|
@LogsetId = logsetid
|
1820
1825
|
@TopicName = topicname
|
1821
1826
|
@PartitionCount = partitioncount
|
@@ -1824,6 +1829,8 @@ module TencentCloud
|
|
1824
1829
|
@MaxSplitPartitions = maxsplitpartitions
|
1825
1830
|
@StorageType = storagetype
|
1826
1831
|
@Period = period
|
1832
|
+
@Describes = describes
|
1833
|
+
@HotPeriod = hotperiod
|
1827
1834
|
end
|
1828
1835
|
|
1829
1836
|
def deserialize(params)
|
@@ -1842,6 +1849,8 @@ module TencentCloud
|
|
1842
1849
|
@MaxSplitPartitions = params['MaxSplitPartitions']
|
1843
1850
|
@StorageType = params['StorageType']
|
1844
1851
|
@Period = params['Period']
|
1852
|
+
@Describes = params['Describes']
|
1853
|
+
@HotPeriod = params['HotPeriod']
|
1845
1854
|
end
|
1846
1855
|
end
|
1847
1856
|
|
@@ -5184,10 +5193,15 @@ module TencentCloud
|
|
5184
5193
|
# @type MaxSplitPartitions: Integer
|
5185
5194
|
# @param Period: 生命周期,单位天,标准存储取值范围1\~3600,低频存储取值范围7\~3600。取值为3640时代表永久保存
|
5186
5195
|
# @type Period: Integer
|
5196
|
+
# @param Describes: 日志主题描述
|
5197
|
+
# @type Describes: String
|
5198
|
+
# @param HotPeriod: 0:关闭日志沉降。
|
5199
|
+
# 非0:开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。仅在StorageType为 hot 时生效
|
5200
|
+
# @type HotPeriod: Integer
|
5187
5201
|
|
5188
|
-
attr_accessor :TopicId, :TopicName, :Tags, :Status, :AutoSplit, :MaxSplitPartitions, :Period
|
5202
|
+
attr_accessor :TopicId, :TopicName, :Tags, :Status, :AutoSplit, :MaxSplitPartitions, :Period, :Describes, :HotPeriod
|
5189
5203
|
|
5190
|
-
def initialize(topicid=nil, topicname=nil, tags=nil, status=nil, autosplit=nil, maxsplitpartitions=nil, period=nil)
|
5204
|
+
def initialize(topicid=nil, topicname=nil, tags=nil, status=nil, autosplit=nil, maxsplitpartitions=nil, period=nil, describes=nil, hotperiod=nil)
|
5191
5205
|
@TopicId = topicid
|
5192
5206
|
@TopicName = topicname
|
5193
5207
|
@Tags = tags
|
@@ -5195,6 +5209,8 @@ module TencentCloud
|
|
5195
5209
|
@AutoSplit = autosplit
|
5196
5210
|
@MaxSplitPartitions = maxsplitpartitions
|
5197
5211
|
@Period = period
|
5212
|
+
@Describes = describes
|
5213
|
+
@HotPeriod = hotperiod
|
5198
5214
|
end
|
5199
5215
|
|
5200
5216
|
def deserialize(params)
|
@@ -5212,6 +5228,8 @@ module TencentCloud
|
|
5212
5228
|
@AutoSplit = params['AutoSplit']
|
5213
5229
|
@MaxSplitPartitions = params['MaxSplitPartitions']
|
5214
5230
|
@Period = params['Period']
|
5231
|
+
@Describes = params['Describes']
|
5232
|
+
@HotPeriod = params['HotPeriod']
|
5215
5233
|
end
|
5216
5234
|
end
|
5217
5235
|
|
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.547
|
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-04-
|
11
|
+
date: 2023-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|