tencentcloud-sdk-cls 3.0.524 → 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: d65e72d4d65db68cba5bd94e93d9676f1f65a902
4
- data.tar.gz: 94112e2dbafdf44382f4aa9a2266ad29b7186475
3
+ metadata.gz: de67c30bf719fd0b6da781cfa712685d921f5389
4
+ data.tar.gz: f07d51f4f9ee7d9c34dfe9efc4264949d31e4e12
5
5
  SHA512:
6
- metadata.gz: 06286a3c590eb772c519a60839a5f6b69d6a88c0e5a59afe189c7339832daef81f77046acfb1cf5f3f809c14bb9234213397be9260d22cc35d5231300518a83e
7
- data.tar.gz: c429b24ff8944d04ef9617bda5bca39cb2c11db3399aeee61d718cebaa2afae0ca0d81c642fd23928be0cc94f4f2b200e6a4bd6ab840e0296b0b0f22e6ff86e2
6
+ metadata.gz: b2c49c104be93361a0536418429a96f194c6815afcde655f060652aeca17e2d94e3b222e389a8898443eee31db3054a4d715fce780c532fd8f6f9e5da5192fb2
7
+ data.tar.gz: 5136a131339080dcf3e7fbaad47237b6238b198c9a5921bf9e2a2ee38bcabe2361f61dacae3b931a42c2eb29d1b32887538311a3e91163e5b39c98e9e899bd8f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.524
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.524
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-08 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