tencentcloud-sdk-cls 3.0.1183 → 3.0.1184
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201016/models.rb +6 -2
- 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: 4d9e34338ddfe1847b4e3104d329fa2bfea95a1e
|
|
4
|
+
data.tar.gz: 1cf7bab36a433d37dc6c45a09c884654f0b7635c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a6ba8ad958cbf4488dd80f60db803a1e787d645c2ea883c296e6dec00e6ac34e50814f310c5bb8918bcc2578c8d2194ecc9eba26f41c60eb3a840cfc98ed391
|
|
7
|
+
data.tar.gz: 45a1df0fbb1f18d4d713e701b94cc42f40a8e86d8973fdce74e65585022c4bb4ff96a2bc0cf1850a93027dd065924674663b57ca3d128414ce36e2dbd3c3121d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1184
|
data/lib/v20201016/models.rb
CHANGED
|
@@ -13701,6 +13701,8 @@ module TencentCloud
|
|
|
13701
13701
|
# 标准存储为 hotPeriod, 低频存储则为 Period-hotPeriod。(主题类型需为日志主题)
|
|
13702
13702
|
# HotPeriod=0为没有开启日志沉降。
|
|
13703
13703
|
# @type HotPeriod: Integer
|
|
13704
|
+
# @param KeyId: kms-cls服务秘钥id
|
|
13705
|
+
# @type KeyId: String
|
|
13704
13706
|
# @param BizType: 主题类型。
|
|
13705
13707
|
# - 0: 日志主题
|
|
13706
13708
|
# - 1: 指标主题
|
|
@@ -13724,9 +13726,9 @@ module TencentCloud
|
|
|
13724
13726
|
# @param IsSourceFrom: IsSourceFrom 开启记录公网来源ip和服务端接收时间
|
|
13725
13727
|
# @type IsSourceFrom: Boolean
|
|
13726
13728
|
|
|
13727
|
-
attr_accessor :LogsetId, :TopicId, :TopicName, :PartitionCount, :Index, :AssumerUin, :AssumerName, :CreateTime, :Status, :Tags, :RoleName, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :SubAssumerName, :Describes, :HotPeriod, :BizType, :IsWebTracking, :Extends, :TopicAsyncTaskID, :MigrationStatus, :EffectiveDate, :IsSourceFrom
|
|
13729
|
+
attr_accessor :LogsetId, :TopicId, :TopicName, :PartitionCount, :Index, :AssumerUin, :AssumerName, :CreateTime, :Status, :Tags, :RoleName, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :SubAssumerName, :Describes, :HotPeriod, :KeyId, :BizType, :IsWebTracking, :Extends, :TopicAsyncTaskID, :MigrationStatus, :EffectiveDate, :IsSourceFrom
|
|
13728
13730
|
|
|
13729
|
-
def initialize(logsetid=nil, topicid=nil, topicname=nil, partitioncount=nil, index=nil, assumeruin=nil, assumername=nil, createtime=nil, status=nil, tags=nil, rolename=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil, subassumername=nil, describes=nil, hotperiod=nil, biztype=nil, iswebtracking=nil, extends=nil, topicasynctaskid=nil, migrationstatus=nil, effectivedate=nil, issourcefrom=nil)
|
|
13731
|
+
def initialize(logsetid=nil, topicid=nil, topicname=nil, partitioncount=nil, index=nil, assumeruin=nil, assumername=nil, createtime=nil, status=nil, tags=nil, rolename=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil, subassumername=nil, describes=nil, hotperiod=nil, keyid=nil, biztype=nil, iswebtracking=nil, extends=nil, topicasynctaskid=nil, migrationstatus=nil, effectivedate=nil, issourcefrom=nil)
|
|
13730
13732
|
@LogsetId = logsetid
|
|
13731
13733
|
@TopicId = topicid
|
|
13732
13734
|
@TopicName = topicname
|
|
@@ -13745,6 +13747,7 @@ module TencentCloud
|
|
|
13745
13747
|
@SubAssumerName = subassumername
|
|
13746
13748
|
@Describes = describes
|
|
13747
13749
|
@HotPeriod = hotperiod
|
|
13750
|
+
@KeyId = keyid
|
|
13748
13751
|
@BizType = biztype
|
|
13749
13752
|
@IsWebTracking = iswebtracking
|
|
13750
13753
|
@Extends = extends
|
|
@@ -13780,6 +13783,7 @@ module TencentCloud
|
|
|
13780
13783
|
@SubAssumerName = params['SubAssumerName']
|
|
13781
13784
|
@Describes = params['Describes']
|
|
13782
13785
|
@HotPeriod = params['HotPeriod']
|
|
13786
|
+
@KeyId = params['KeyId']
|
|
13783
13787
|
@BizType = params['BizType']
|
|
13784
13788
|
@IsWebTracking = params['IsWebTracking']
|
|
13785
13789
|
unless params['Extends'].nil?
|
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.1184
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-12-
|
|
11
|
+
date: 2025-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|