tencentcloud-sdk-cls 3.0.523 → 3.0.525

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd2e2f5e47770ad1cbb8bcdddf48273f44b84f22
4
- data.tar.gz: 4a7bd114052a059b4442b867a4bccef598082a93
3
+ metadata.gz: de67c30bf719fd0b6da781cfa712685d921f5389
4
+ data.tar.gz: f07d51f4f9ee7d9c34dfe9efc4264949d31e4e12
5
5
  SHA512:
6
- metadata.gz: dfe1069cf2c718a6b736ceb374322783f47a85314511389240872d5471f680fbc6042af4c011ffd9fa37d18106dd73a1acdd0b052a11616adf6ade19b4ba04ac
7
- data.tar.gz: b58abc85e594da6743d64c9ef2ce7de415a3603837c30e223a2dab7d86d6fb5aefacc3c1590ea000a1253b2d3b88285d80e94f9e83151f2236e339d00f800e86
6
+ metadata.gz: b2c49c104be93361a0536418429a96f194c6815afcde655f060652aeca17e2d94e3b222e389a8898443eee31db3054a4d715fce780c532fd8f6f9e5da5192fb2
7
+ data.tar.gz: 5136a131339080dcf3e7fbaad47237b6238b198c9a5921bf9e2a2ee38bcabe2361f61dacae3b931a42c2eb29d1b32887538311a3e91163e5b39c98e9e899bd8f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.523
1
+ 3.0.525
@@ -5661,10 +5661,14 @@ module TencentCloud
5661
5661
  # @param Describes: 日志主题描述
5662
5662
  # 注意:此字段可能返回 null,表示取不到有效值。
5663
5663
  # @type Describes: String
5664
+ # @param HotPeriod: 开启日志沉降,热存储的生命周期, hotPeriod < Period。
5665
+ # 热存储为 hotPeriod, 冷存储则为 Period-hotPeriod。
5666
+ # 注意:此字段可能返回 null,表示取不到有效值。
5667
+ # @type HotPeriod: Integer
5664
5668
 
5665
- attr_accessor :LogsetId, :TopicId, :TopicName, :PartitionCount, :Index, :AssumerName, :CreateTime, :Status, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :SubAssumerName, :Describes
5669
+ attr_accessor :LogsetId, :TopicId, :TopicName, :PartitionCount, :Index, :AssumerName, :CreateTime, :Status, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :SubAssumerName, :Describes, :HotPeriod
5666
5670
 
5667
- def initialize(logsetid=nil, topicid=nil, topicname=nil, partitioncount=nil, index=nil, assumername=nil, createtime=nil, status=nil, tags=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil, subassumername=nil, describes=nil)
5671
+ def initialize(logsetid=nil, topicid=nil, topicname=nil, partitioncount=nil, index=nil, assumername=nil, createtime=nil, status=nil, tags=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil, subassumername=nil, describes=nil, hotperiod=nil)
5668
5672
  @LogsetId = logsetid
5669
5673
  @TopicId = topicid
5670
5674
  @TopicName = topicname
@@ -5680,6 +5684,7 @@ module TencentCloud
5680
5684
  @Period = period
5681
5685
  @SubAssumerName = subassumername
5682
5686
  @Describes = describes
5687
+ @HotPeriod = hotperiod
5683
5688
  end
5684
5689
 
5685
5690
  def deserialize(params)
@@ -5705,6 +5710,7 @@ module TencentCloud
5705
5710
  @Period = params['Period']
5706
5711
  @SubAssumerName = params['SubAssumerName']
5707
5712
  @Describes = params['Describes']
5713
+ @HotPeriod = params['HotPeriod']
5708
5714
  end
5709
5715
  end
5710
5716
 
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.523
4
+ version: 3.0.525
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-03-07 00:00:00.000000000 Z
11
+ date: 2023-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common