tencentcloud-sdk-cls 3.0.545 → 3.0.547

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201016/models.rb +22 -4
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e78a161c1e536ca4df582c4a72faff5672cf803e
4
- data.tar.gz: dc9966197dc9f588952bdc173cff59836ac30237
3
+ metadata.gz: 97a1cc76e840b439c807d296658f07651b00a6d8
4
+ data.tar.gz: c86bae6a9978ddf947844e7dbdbaa37104c9eae9
5
5
  SHA512:
6
- metadata.gz: 1dc2fa1c6495c05a460d5b7947eff8aeb0805137efc4841772b93919eddfe834bf8e7fccf3bfbcda6f68061ef94f65132ee3a7c3c75bc6d2b486e396fe373134
7
- data.tar.gz: de1981bd4d9bc256ae2a9f70dd5132ab504f5bde15735d479a6d564c8f0d8de11435f2b4e582c11ae1cd2ae90d4f7a0f45018dde7938d836b5e7470ede132835
6
+ metadata.gz: 2f4ec03519b6253f57e75f3a98ef4d7ff63fe2423c9000806e5de21967c65f08beaa2571990936ad27d44c1dea4a50d94fd32750b3c3ccc37e8009aaceaa3a0e
7
+ data.tar.gz: af27937818c081dc43ac6f3294a6ca81da1eb5f390a3bce0ed027e1573670f390dbd174dc8c9a6974ec51da538b5fd82c24312afbed33c6b5a8ff5a97306f3a1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.545
1
+ 3.0.547
@@ -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.545
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-05 00:00:00.000000000 Z
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
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-cls.rb
37
- - lib/v20201016/models.rb
38
36
  - lib/v20201016/client.rb
37
+ - lib/v20201016/models.rb
38
+ - lib/tencentcloud-sdk-cls.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: