tencentcloud-sdk-cls 3.0.841 → 3.0.842
Sign up to get free protection for your applications and to get access to all the features.
- 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: 5ba5512de691d62674f67998f1c8a0988234e06f
|
4
|
+
data.tar.gz: 7f0436cfececaa01a372dc65815532db713942f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dde7b23731ab0f3345db312bb1b7cf72b0586186303f94af767e20e1292a08e674d4391d9b066eebdb83aca8a1b107d8119369a41a9321e975742109c03cb412
|
7
|
+
data.tar.gz: 4f91898a9a91925f5c9a72b41b8f3879376b8e5349a9f02706ec7dfebbc7f9ef6af494b2374fe8feb417616819f0729eea938f11be68bb08697e49b61a9735d2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.842
|
data/lib/v20201016/models.rb
CHANGED
@@ -8500,10 +8500,12 @@ module TencentCloud
|
|
8500
8500
|
# @param IsWebTracking: 免鉴权开关。 false:关闭; true:开启。
|
8501
8501
|
# 开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。
|
8502
8502
|
# @type IsWebTracking: Boolean
|
8503
|
+
# @param PartitionCount: 日志主题分区数量
|
8504
|
+
# @type PartitionCount: Integer
|
8503
8505
|
|
8504
|
-
attr_accessor :TopicId, :TopicName, :Tags, :Status, :AutoSplit, :MaxSplitPartitions, :Period, :Describes, :HotPeriod, :IsWebTracking
|
8506
|
+
attr_accessor :TopicId, :TopicName, :Tags, :Status, :AutoSplit, :MaxSplitPartitions, :Period, :Describes, :HotPeriod, :IsWebTracking, :PartitionCount
|
8505
8507
|
|
8506
|
-
def initialize(topicid=nil, topicname=nil, tags=nil, status=nil, autosplit=nil, maxsplitpartitions=nil, period=nil, describes=nil, hotperiod=nil, iswebtracking=nil)
|
8508
|
+
def initialize(topicid=nil, topicname=nil, tags=nil, status=nil, autosplit=nil, maxsplitpartitions=nil, period=nil, describes=nil, hotperiod=nil, iswebtracking=nil, partitioncount=nil)
|
8507
8509
|
@TopicId = topicid
|
8508
8510
|
@TopicName = topicname
|
8509
8511
|
@Tags = tags
|
@@ -8514,6 +8516,7 @@ module TencentCloud
|
|
8514
8516
|
@Describes = describes
|
8515
8517
|
@HotPeriod = hotperiod
|
8516
8518
|
@IsWebTracking = iswebtracking
|
8519
|
+
@PartitionCount = partitioncount
|
8517
8520
|
end
|
8518
8521
|
|
8519
8522
|
def deserialize(params)
|
@@ -8534,6 +8537,7 @@ module TencentCloud
|
|
8534
8537
|
@Describes = params['Describes']
|
8535
8538
|
@HotPeriod = params['HotPeriod']
|
8536
8539
|
@IsWebTracking = params['IsWebTracking']
|
8540
|
+
@PartitionCount = params['PartitionCount']
|
8537
8541
|
end
|
8538
8542
|
end
|
8539
8543
|
|
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.842
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|