tencentcloud-sdk-cls 3.0.1128 → 3.0.1136
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 +19 -20
- 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: e0f3dd0177f6b892cb21e3612316daa03bc1ef4f
|
4
|
+
data.tar.gz: de51c80b97465c1cac4e08172f07b275c64ae8e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8748ac9772f608187934b4b60af03013fd88104df383e7a9d32d13fcd8b362cbc442aa7ad00b6b33077c5d54642d77bd34dded5057c346bc7f075babdea6af12
|
7
|
+
data.tar.gz: 4aa6018f59e7a4c38eff7ee69022119c487224be211c5a4b4e1763ea4db8a344fb8346c8b22e50fc9105199d3494976588894fb667fc360b348dd1ef1e667f32
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1136
|
data/lib/v20201016/models.rb
CHANGED
@@ -2092,8 +2092,8 @@ module TencentCloud
|
|
2092
2092
|
|
2093
2093
|
attr_accessor :Name, :AlarmTargets, :MonitorTime, :TriggerCount, :AlarmPeriod, :AlarmNoticeIds, :Condition, :AlarmLevel, :MultiConditions, :Status, :Enable, :MessageTemplate, :CallBack, :Analysis, :GroupTriggerStatus, :GroupTriggerCondition, :Tags, :MonitorObjectType, :Classifications
|
2094
2094
|
extend Gem::Deprecate
|
2095
|
-
deprecate :Enable, :none, 2025,
|
2096
|
-
deprecate :Enable=, :none, 2025,
|
2095
|
+
deprecate :Enable, :none, 2025, 9
|
2096
|
+
deprecate :Enable=, :none, 2025, 9
|
2097
2097
|
|
2098
2098
|
def initialize(name=nil, alarmtargets=nil, monitortime=nil, triggercount=nil, alarmperiod=nil, alarmnoticeids=nil, condition=nil, alarmlevel=nil, multiconditions=nil, status=nil, enable=nil, messagetemplate=nil, callback=nil, analysis=nil, grouptriggerstatus=nil, grouptriggercondition=nil, tags=nil, monitorobjecttype=nil, classifications=nil)
|
2099
2099
|
@Name = name
|
@@ -2432,8 +2432,8 @@ module TencentCloud
|
|
2432
2432
|
|
2433
2433
|
attr_accessor :Name, :TopicId, :Type, :LogType, :ConfigFlag, :LogsetId, :LogsetName, :TopicName, :HostFile, :ContainerFile, :ContainerStdout, :LogFormat, :ExtractRule, :ExcludePaths, :UserDefineRule, :GroupId, :GroupIds, :CollectInfos, :AdvancedConfig
|
2434
2434
|
extend Gem::Deprecate
|
2435
|
-
deprecate :LogFormat, :none, 2025,
|
2436
|
-
deprecate :LogFormat=, :none, 2025,
|
2435
|
+
deprecate :LogFormat, :none, 2025, 9
|
2436
|
+
deprecate :LogFormat=, :none, 2025, 9
|
2437
2437
|
|
2438
2438
|
def initialize(name=nil, topicid=nil, type=nil, logtype=nil, configflag=nil, logsetid=nil, logsetname=nil, topicname=nil, hostfile=nil, containerfile=nil, containerstdout=nil, logformat=nil, extractrule=nil, excludepaths=nil, userdefinerule=nil, groupid=nil, groupids=nil, collectinfos=nil, advancedconfig=nil)
|
2439
2439
|
@Name = name
|
@@ -4137,6 +4137,7 @@ module TencentCloud
|
|
4137
4137
|
# - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
4138
4138
|
# @type TopicId: String
|
4139
4139
|
# @param Alias: 别名
|
4140
|
+
# 限制:不能包含字符 |。
|
4140
4141
|
# @type Alias: String
|
4141
4142
|
|
4142
4143
|
attr_accessor :TopicId, :Alias
|
@@ -4167,15 +4168,12 @@ module TencentCloud
|
|
4167
4168
|
# @param Status: 当前加工任务状态(1准备中/2运行中/3停止中/4已停止)
|
4168
4169
|
# @type Status: Integer
|
4169
4170
|
# @param CreateTime: 加工任务创建时间
|
4170
|
-
# 示例值:2025-03-18 19:55:54
|
4171
4171
|
# 时间格式:yyyy-MM-dd HH:mm:ss
|
4172
4172
|
# @type CreateTime: String
|
4173
4173
|
# @param UpdateTime: 最近修改时间
|
4174
|
-
# 示例值:2025-04-18 16:55:54
|
4175
4174
|
# 时间格式:yyyy-MM-dd HH:mm:ss
|
4176
4175
|
# @type UpdateTime: String
|
4177
4176
|
# @param LastEnableTime: 最后启用时间,如果需要重建集群,修改该时间
|
4178
|
-
# 示例值:2025-05-18 19:55:54
|
4179
4177
|
# 时间格式:yyyy-MM-dd HH:mm:ss
|
4180
4178
|
# @type LastEnableTime: String
|
4181
4179
|
# @param SrcTopicName: 日志主题名称
|
@@ -9108,8 +9106,8 @@ module TencentCloud
|
|
9108
9106
|
|
9109
9107
|
attr_accessor :AlarmId, :Name, :MonitorTime, :Condition, :AlarmLevel, :MultiConditions, :TriggerCount, :AlarmPeriod, :AlarmNoticeIds, :AlarmTargets, :Status, :Enable, :MessageTemplate, :CallBack, :Analysis, :GroupTriggerStatus, :GroupTriggerCondition, :Tags, :MonitorObjectType, :Classifications
|
9110
9108
|
extend Gem::Deprecate
|
9111
|
-
deprecate :Enable, :none, 2025,
|
9112
|
-
deprecate :Enable=, :none, 2025,
|
9109
|
+
deprecate :Enable, :none, 2025, 9
|
9110
|
+
deprecate :Enable=, :none, 2025, 9
|
9113
9111
|
|
9114
9112
|
def initialize(alarmid=nil, name=nil, monitortime=nil, condition=nil, alarmlevel=nil, multiconditions=nil, triggercount=nil, alarmperiod=nil, alarmnoticeids=nil, alarmtargets=nil, status=nil, enable=nil, messagetemplate=nil, callback=nil, analysis=nil, grouptriggerstatus=nil, grouptriggercondition=nil, tags=nil, monitorobjecttype=nil, classifications=nil)
|
9115
9113
|
@AlarmId = alarmid
|
@@ -9407,8 +9405,8 @@ module TencentCloud
|
|
9407
9405
|
|
9408
9406
|
attr_accessor :ConfigExtraId, :Name, :TopicId, :HostFile, :ContainerFile, :ContainerStdout, :LogType, :LogFormat, :ExtractRule, :ExcludePaths, :UserDefineRule, :Type, :GroupId, :ConfigFlag, :LogsetId, :LogsetName, :TopicName, :AdvancedConfig
|
9409
9407
|
extend Gem::Deprecate
|
9410
|
-
deprecate :LogFormat, :none, 2025,
|
9411
|
-
deprecate :LogFormat=, :none, 2025,
|
9408
|
+
deprecate :LogFormat, :none, 2025, 9
|
9409
|
+
deprecate :LogFormat=, :none, 2025, 9
|
9412
9410
|
|
9413
9411
|
def initialize(configextraid=nil, name=nil, topicid=nil, hostfile=nil, containerfile=nil, containerstdout=nil, logtype=nil, logformat=nil, extractrule=nil, excludepaths=nil, userdefinerule=nil, type=nil, groupid=nil, configflag=nil, logsetid=nil, logsetname=nil, topicname=nil, advancedconfig=nil)
|
9414
9412
|
@ConfigExtraId = configextraid
|
@@ -11208,7 +11206,8 @@ module TencentCloud
|
|
11208
11206
|
# @type LogContent: String
|
11209
11207
|
# @param LineNum: 行号。从0开始
|
11210
11208
|
# @type LineNum: Integer
|
11211
|
-
# @param DstTopicId: 目标日志主题
|
11209
|
+
# @param DstTopicId: 目标日志主题ID
|
11210
|
+
# - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
11212
11211
|
# @type DstTopicId: String
|
11213
11212
|
# @param FailReason: 失败错误信息, 空字符串""表示正常
|
11214
11213
|
# @type FailReason: String
|
@@ -11223,8 +11222,8 @@ module TencentCloud
|
|
11223
11222
|
|
11224
11223
|
attr_accessor :LogContent, :LineNum, :DstTopicId, :FailReason, :Time, :DstTopicName
|
11225
11224
|
extend Gem::Deprecate
|
11226
|
-
deprecate :DstTopicName, :none, 2025,
|
11227
|
-
deprecate :DstTopicName=, :none, 2025,
|
11225
|
+
deprecate :DstTopicName, :none, 2025, 9
|
11226
|
+
deprecate :DstTopicName=, :none, 2025, 9
|
11228
11227
|
|
11229
11228
|
def initialize(logcontent=nil, linenum=nil, dsttopicid=nil, failreason=nil, time=nil, dsttopicname=nil)
|
11230
11229
|
@LogContent = logcontent
|
@@ -12518,8 +12517,8 @@ module TencentCloud
|
|
12518
12517
|
|
12519
12518
|
attr_accessor :TopicId, :HashKey, :CompressType
|
12520
12519
|
extend Gem::Deprecate
|
12521
|
-
deprecate :HashKey, :none, 2025,
|
12522
|
-
deprecate :HashKey=, :none, 2025,
|
12520
|
+
deprecate :HashKey, :none, 2025, 9
|
12521
|
+
deprecate :HashKey=, :none, 2025, 9
|
12523
12522
|
|
12524
12523
|
def initialize(topicid=nil, hashkey=nil, compresstype=nil)
|
12525
12524
|
@TopicId = topicid
|
@@ -12627,10 +12626,10 @@ module TencentCloud
|
|
12627
12626
|
|
12628
12627
|
attr_accessor :CallbackType, :Url, :WebCallbackId, :Method, :NoticeContentId, :RemindType, :Mobiles, :UserIds, :Headers, :Body, :Index
|
12629
12628
|
extend Gem::Deprecate
|
12630
|
-
deprecate :Headers, :none, 2025,
|
12631
|
-
deprecate :Headers=, :none, 2025,
|
12632
|
-
deprecate :Body, :none, 2025,
|
12633
|
-
deprecate :Body=, :none, 2025,
|
12629
|
+
deprecate :Headers, :none, 2025, 9
|
12630
|
+
deprecate :Headers=, :none, 2025, 9
|
12631
|
+
deprecate :Body, :none, 2025, 9
|
12632
|
+
deprecate :Body=, :none, 2025, 9
|
12634
12633
|
|
12635
12634
|
def initialize(callbacktype=nil, url=nil, webcallbackid=nil, method=nil, noticecontentid=nil, remindtype=nil, mobiles=nil, userids=nil, headers=nil, body=nil, index=nil)
|
12636
12635
|
@CallbackType = callbacktype
|
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.1136
|
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-
|
11
|
+
date: 2025-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|