tencentcloud-sdk-cls 3.0.1074 → 3.0.1094
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/client.rb +1 -1
- data/lib/v20201016/models.rb +23 -19
- 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: d6a99ab9cc56f7dbabc0ea27568d8e8900d6b158
|
4
|
+
data.tar.gz: f3dbb1650f708387aab04dc6718b952777097192
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a16730eca5291a0ae4a1ba9f6578bf217e4acf7d2715ebb0e94be248f78c06fb84ffd667b6f2177ae83b83748138519c3cc2a7a3f768c6a1af43bb63e2b9047
|
7
|
+
data.tar.gz: c0a8752495ca6ca61b0cd4da699648c1ed079c2e0f14d5217f3f779cc4ceace5c786a6cc53e2046d300570ab8f77bcb008791782ab88a6b09e195b0958ff3c80
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1094
|
data/lib/v20201016/client.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
data/lib/v20201016/models.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -1979,8 +1979,8 @@ module TencentCloud
|
|
1979
1979
|
|
1980
1980
|
attr_accessor :Name, :AlarmTargets, :MonitorTime, :TriggerCount, :AlarmPeriod, :AlarmNoticeIds, :Condition, :AlarmLevel, :MultiConditions, :Status, :Enable, :MessageTemplate, :CallBack, :Analysis, :GroupTriggerStatus, :GroupTriggerCondition, :Tags, :MonitorObjectType, :Classifications
|
1981
1981
|
extend Gem::Deprecate
|
1982
|
-
deprecate :Enable, :none, 2025,
|
1983
|
-
deprecate :Enable=, :none, 2025,
|
1982
|
+
deprecate :Enable, :none, 2025, 6
|
1983
|
+
deprecate :Enable=, :none, 2025, 6
|
1984
1984
|
|
1985
1985
|
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)
|
1986
1986
|
@Name = name
|
@@ -2303,8 +2303,8 @@ module TencentCloud
|
|
2303
2303
|
|
2304
2304
|
attr_accessor :Name, :TopicId, :Type, :LogType, :ConfigFlag, :LogsetId, :LogsetName, :TopicName, :HostFile, :ContainerFile, :ContainerStdout, :LogFormat, :ExtractRule, :ExcludePaths, :UserDefineRule, :GroupId, :GroupIds, :CollectInfos, :AdvancedConfig
|
2305
2305
|
extend Gem::Deprecate
|
2306
|
-
deprecate :LogFormat, :none, 2025,
|
2307
|
-
deprecate :LogFormat=, :none, 2025,
|
2306
|
+
deprecate :LogFormat, :none, 2025, 6
|
2307
|
+
deprecate :LogFormat=, :none, 2025, 6
|
2308
2308
|
|
2309
2309
|
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)
|
2310
2310
|
@Name = name
|
@@ -3067,12 +3067,15 @@ module TencentCloud
|
|
3067
3067
|
# @type LogsetName: String
|
3068
3068
|
# @param Tags: 标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对
|
3069
3069
|
# @type Tags: Array
|
3070
|
+
# @param LogsetId: 日志集ID,格式为:用户自定义部分-用户appid,用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符,尾部需要使用-拼接用户appid
|
3071
|
+
# @type LogsetId: String
|
3070
3072
|
|
3071
|
-
attr_accessor :LogsetName, :Tags
|
3073
|
+
attr_accessor :LogsetName, :Tags, :LogsetId
|
3072
3074
|
|
3073
|
-
def initialize(logsetname=nil, tags=nil)
|
3075
|
+
def initialize(logsetname=nil, tags=nil, logsetid=nil)
|
3074
3076
|
@LogsetName = logsetname
|
3075
3077
|
@Tags = tags
|
3078
|
+
@LogsetId = logsetid
|
3076
3079
|
end
|
3077
3080
|
|
3078
3081
|
def deserialize(params)
|
@@ -3085,6 +3088,7 @@ module TencentCloud
|
|
3085
3088
|
@Tags << tag_tmp
|
3086
3089
|
end
|
3087
3090
|
end
|
3091
|
+
@LogsetId = params['LogsetId']
|
3088
3092
|
end
|
3089
3093
|
end
|
3090
3094
|
|
@@ -8541,8 +8545,8 @@ module TencentCloud
|
|
8541
8545
|
|
8542
8546
|
attr_accessor :AlarmId, :Name, :MonitorTime, :Condition, :AlarmLevel, :MultiConditions, :TriggerCount, :AlarmPeriod, :AlarmNoticeIds, :AlarmTargets, :Status, :Enable, :MessageTemplate, :CallBack, :Analysis, :GroupTriggerStatus, :GroupTriggerCondition, :Tags, :MonitorObjectType, :Classifications
|
8543
8547
|
extend Gem::Deprecate
|
8544
|
-
deprecate :Enable, :none, 2025,
|
8545
|
-
deprecate :Enable=, :none, 2025,
|
8548
|
+
deprecate :Enable, :none, 2025, 6
|
8549
|
+
deprecate :Enable=, :none, 2025, 6
|
8546
8550
|
|
8547
8551
|
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)
|
8548
8552
|
@AlarmId = alarmid
|
@@ -8825,8 +8829,8 @@ module TencentCloud
|
|
8825
8829
|
|
8826
8830
|
attr_accessor :ConfigExtraId, :Name, :TopicId, :HostFile, :ContainerFile, :ContainerStdout, :LogType, :LogFormat, :ExtractRule, :ExcludePaths, :UserDefineRule, :Type, :GroupId, :ConfigFlag, :LogsetId, :LogsetName, :TopicName, :AdvancedConfig
|
8827
8831
|
extend Gem::Deprecate
|
8828
|
-
deprecate :LogFormat, :none, 2025,
|
8829
|
-
deprecate :LogFormat=, :none, 2025,
|
8832
|
+
deprecate :LogFormat, :none, 2025, 6
|
8833
|
+
deprecate :LogFormat=, :none, 2025, 6
|
8830
8834
|
|
8831
8835
|
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)
|
8832
8836
|
@ConfigExtraId = configextraid
|
@@ -10579,8 +10583,8 @@ module TencentCloud
|
|
10579
10583
|
|
10580
10584
|
attr_accessor :LogContent, :LineNum, :DstTopicId, :FailReason, :Time, :DstTopicName
|
10581
10585
|
extend Gem::Deprecate
|
10582
|
-
deprecate :DstTopicName, :none, 2025,
|
10583
|
-
deprecate :DstTopicName=, :none, 2025,
|
10586
|
+
deprecate :DstTopicName, :none, 2025, 6
|
10587
|
+
deprecate :DstTopicName=, :none, 2025, 6
|
10584
10588
|
|
10585
10589
|
def initialize(logcontent=nil, linenum=nil, dsttopicid=nil, failreason=nil, time=nil, dsttopicname=nil)
|
10586
10590
|
@LogContent = logcontent
|
@@ -11820,8 +11824,8 @@ module TencentCloud
|
|
11820
11824
|
|
11821
11825
|
attr_accessor :TopicId, :HashKey, :CompressType
|
11822
11826
|
extend Gem::Deprecate
|
11823
|
-
deprecate :HashKey, :none, 2025,
|
11824
|
-
deprecate :HashKey=, :none, 2025,
|
11827
|
+
deprecate :HashKey, :none, 2025, 6
|
11828
|
+
deprecate :HashKey=, :none, 2025, 6
|
11825
11829
|
|
11826
11830
|
def initialize(topicid=nil, hashkey=nil, compresstype=nil)
|
11827
11831
|
@TopicId = topicid
|
@@ -11929,10 +11933,10 @@ module TencentCloud
|
|
11929
11933
|
|
11930
11934
|
attr_accessor :CallbackType, :Url, :WebCallbackId, :Method, :NoticeContentId, :RemindType, :Mobiles, :UserIds, :Headers, :Body, :Index
|
11931
11935
|
extend Gem::Deprecate
|
11932
|
-
deprecate :Headers, :none, 2025,
|
11933
|
-
deprecate :Headers=, :none, 2025,
|
11934
|
-
deprecate :Body, :none, 2025,
|
11935
|
-
deprecate :Body=, :none, 2025,
|
11936
|
+
deprecate :Headers, :none, 2025, 6
|
11937
|
+
deprecate :Headers=, :none, 2025, 6
|
11938
|
+
deprecate :Body, :none, 2025, 6
|
11939
|
+
deprecate :Body=, :none, 2025, 6
|
11936
11940
|
|
11937
11941
|
def initialize(callbacktype=nil, url=nil, webcallbackid=nil, method=nil, noticecontentid=nil, remindtype=nil, mobiles=nil, userids=nil, headers=nil, body=nil, index=nil)
|
11938
11942
|
@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.1094
|
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-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|