tencentcloud-sdk-cls 3.0.439 → 3.0.441

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 +25 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e879c6ee50b6a60001e70907aefa1b29184e86a
4
- data.tar.gz: 8e6cf44506e7ce67bfacaa560c69beec21fc836a
3
+ metadata.gz: fe96c1b3116d7f2c5116177c1b1aced409087b48
4
+ data.tar.gz: c6bd26a5812aaaa5bd7057a55816d374f083cd62
5
5
  SHA512:
6
- metadata.gz: 5ba662c058184c72795b6d3d19fe6c741031c78947670071cc541afa7be98619df42beef018e4cae48b008c176de4109a8e735468024407245e0f73e66ca41a4
7
- data.tar.gz: d21dcbc21eb3016533385aa943d0a2e412fc5386b5325a53258e2a5b9207a515646a7e7f5bd109cea5ee1a8902f3988f3abaeb1ca76939b8643ee6f1b4c2e440
6
+ metadata.gz: 188e61c4195df1ed6f80290bd0f6c627c793e939d15a7a34b38919049c30029e9773aa24604d2d9c05f142893da1e2bb66214a0786885915658ebc67f92c23ba
7
+ data.tar.gz: 7816925e3dc2b6455c6dbd119ad277151811928cd3b18db13553370be3cd3bef8903a0af4a1ee219b4d65dad3d359330f2b85a6b91468b062a4ebadaeb36a84a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.439
1
+ 3.0.441
@@ -3912,20 +3912,24 @@ module TencentCloud
3912
3912
  # @type LogsetName: String
3913
3913
  # @param CreateTime: 创建时间
3914
3914
  # @type CreateTime: String
3915
+ # @param AssumerName: 云产品标识,日志集由其它云产品创建时,该字段会显示云产品名称,例如CDN、TKE
3916
+ # 注意:此字段可能返回 null,表示取不到有效值。
3917
+ # @type AssumerName: String
3915
3918
  # @param Tags: 日志集绑定的标签
3916
3919
  # 注意:此字段可能返回 null,表示取不到有效值。
3917
3920
  # @type Tags: Array
3918
3921
  # @param TopicCount: 日志集下日志主题的数目
3919
3922
  # @type TopicCount: Integer
3920
- # @param RoleName: 若AssumerUin非空,则表示创建该日志集的服务方角色
3923
+ # @param RoleName: 若AssumerName非空,则表示创建该日志集的服务方角色
3921
3924
  # @type RoleName: String
3922
3925
 
3923
- attr_accessor :LogsetId, :LogsetName, :CreateTime, :Tags, :TopicCount, :RoleName
3926
+ attr_accessor :LogsetId, :LogsetName, :CreateTime, :AssumerName, :Tags, :TopicCount, :RoleName
3924
3927
 
3925
- def initialize(logsetid=nil, logsetname=nil, createtime=nil, tags=nil, topiccount=nil, rolename=nil)
3928
+ def initialize(logsetid=nil, logsetname=nil, createtime=nil, assumername=nil, tags=nil, topiccount=nil, rolename=nil)
3926
3929
  @LogsetId = logsetid
3927
3930
  @LogsetName = logsetname
3928
3931
  @CreateTime = createtime
3932
+ @AssumerName = assumername
3929
3933
  @Tags = tags
3930
3934
  @TopicCount = topiccount
3931
3935
  @RoleName = rolename
@@ -3935,6 +3939,7 @@ module TencentCloud
3935
3939
  @LogsetId = params['LogsetId']
3936
3940
  @LogsetName = params['LogsetName']
3937
3941
  @CreateTime = params['CreateTime']
3942
+ @AssumerName = params['AssumerName']
3938
3943
  unless params['Tags'].nil?
3939
3944
  @Tags = []
3940
3945
  params['Tags'].each do |i|
@@ -5526,6 +5531,9 @@ module TencentCloud
5526
5531
  # @type PartitionCount: Integer
5527
5532
  # @param Index: 是否开启索引
5528
5533
  # @type Index: Boolean
5534
+ # @param AssumerName: 云产品标识,日志主题由其它云产品创建时,该字段会显示云产品名称,例如CDN、TKE
5535
+ # 注意:此字段可能返回 null,表示取不到有效值。
5536
+ # @type AssumerName: String
5529
5537
  # @param CreateTime: 创建时间
5530
5538
  # @type CreateTime: String
5531
5539
  # @param Status: 日主主题是否开启采集
@@ -5545,15 +5553,22 @@ module TencentCloud
5545
5553
  # @param Period: 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
5546
5554
  # 注意:此字段可能返回 null,表示取不到有效值。
5547
5555
  # @type Period: Integer
5556
+ # @param SubAssumerName: 云产品二级标识,日志主题由其它云产品创建时,该字段会显示云产品名称及其日志类型的二级分类,例如TKE-Audit、TKE-Event。部分云产品仅有云产品标识(AssumerName),无该字段。
5557
+ # 注意:此字段可能返回 null,表示取不到有效值。
5558
+ # @type SubAssumerName: String
5559
+ # @param Describes: 日志主题描述
5560
+ # 注意:此字段可能返回 null,表示取不到有效值。
5561
+ # @type Describes: String
5548
5562
 
5549
- attr_accessor :LogsetId, :TopicId, :TopicName, :PartitionCount, :Index, :CreateTime, :Status, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period
5563
+ attr_accessor :LogsetId, :TopicId, :TopicName, :PartitionCount, :Index, :AssumerName, :CreateTime, :Status, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :SubAssumerName, :Describes
5550
5564
 
5551
- def initialize(logsetid=nil, topicid=nil, topicname=nil, partitioncount=nil, index=nil, createtime=nil, status=nil, tags=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil)
5565
+ 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)
5552
5566
  @LogsetId = logsetid
5553
5567
  @TopicId = topicid
5554
5568
  @TopicName = topicname
5555
5569
  @PartitionCount = partitioncount
5556
5570
  @Index = index
5571
+ @AssumerName = assumername
5557
5572
  @CreateTime = createtime
5558
5573
  @Status = status
5559
5574
  @Tags = tags
@@ -5561,6 +5576,8 @@ module TencentCloud
5561
5576
  @MaxSplitPartitions = maxsplitpartitions
5562
5577
  @StorageType = storagetype
5563
5578
  @Period = period
5579
+ @SubAssumerName = subassumername
5580
+ @Describes = describes
5564
5581
  end
5565
5582
 
5566
5583
  def deserialize(params)
@@ -5569,6 +5586,7 @@ module TencentCloud
5569
5586
  @TopicName = params['TopicName']
5570
5587
  @PartitionCount = params['PartitionCount']
5571
5588
  @Index = params['Index']
5589
+ @AssumerName = params['AssumerName']
5572
5590
  @CreateTime = params['CreateTime']
5573
5591
  @Status = params['Status']
5574
5592
  unless params['Tags'].nil?
@@ -5583,6 +5601,8 @@ module TencentCloud
5583
5601
  @MaxSplitPartitions = params['MaxSplitPartitions']
5584
5602
  @StorageType = params['StorageType']
5585
5603
  @Period = params['Period']
5604
+ @SubAssumerName = params['SubAssumerName']
5605
+ @Describes = params['Describes']
5586
5606
  end
5587
5607
  end
5588
5608
 
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.439
4
+ version: 3.0.441
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-28 00:00:00.000000000 Z
11
+ date: 2022-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common