tencentcloud-sdk-monitor 3.0.1160 → 3.0.1168
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/v20180724/models.rb +18 -14
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8092902ed545226aebdb0be97567c6c004adeda
|
|
4
|
+
data.tar.gz: 99b4f90f0345c3e930722c03f8ddee24f004f52e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 803bd1e53fab4c23ca9670fcfc2293f3be0332ee9e025c9e08510d4c07c823a2162b28d1aa63c6f6e0ebc5d5d5087873c3721d0021594aaf80bb6dac4f59444c
|
|
7
|
+
data.tar.gz: 24d10c96c256b3cd33fba4de252c1088c60481980bef2f961c015653af4816405a2a55e0f62f7eef3d30fba7c08f1f24b6696ba9ea3ebc0eb3a57316167a1d23
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1168
|
data/lib/v20180724/models.rb
CHANGED
|
@@ -4210,10 +4210,12 @@ module TencentCloud
|
|
|
4210
4210
|
# @type ConvergenceHistoryIDs: Array
|
|
4211
4211
|
# @param AlarmTypes: 告警类型
|
|
4212
4212
|
# @type AlarmTypes: Array
|
|
4213
|
+
# @param ShieldStatus: 是否已屏蔽
|
|
4214
|
+
# @type ShieldStatus: Array
|
|
4213
4215
|
|
|
4214
|
-
attr_accessor :Module, :PageNumber, :PageSize, :Order, :StartTime, :EndTime, :MonitorTypes, :AlarmObject, :AlarmStatus, :ProjectIds, :InstanceGroupIds, :Namespaces, :MetricNames, :PolicyName, :Content, :ReceiverUids, :ReceiverGroups, :PolicyIds, :AlarmLevels, :ConvergenceHistoryIDs, :AlarmTypes
|
|
4216
|
+
attr_accessor :Module, :PageNumber, :PageSize, :Order, :StartTime, :EndTime, :MonitorTypes, :AlarmObject, :AlarmStatus, :ProjectIds, :InstanceGroupIds, :Namespaces, :MetricNames, :PolicyName, :Content, :ReceiverUids, :ReceiverGroups, :PolicyIds, :AlarmLevels, :ConvergenceHistoryIDs, :AlarmTypes, :ShieldStatus
|
|
4215
4217
|
|
|
4216
|
-
def initialize(_module=nil, pagenumber=nil, pagesize=nil, order=nil, starttime=nil, endtime=nil, monitortypes=nil, alarmobject=nil, alarmstatus=nil, projectids=nil, instancegroupids=nil, namespaces=nil, metricnames=nil, policyname=nil, content=nil, receiveruids=nil, receivergroups=nil, policyids=nil, alarmlevels=nil, convergencehistoryids=nil, alarmtypes=nil)
|
|
4218
|
+
def initialize(_module=nil, pagenumber=nil, pagesize=nil, order=nil, starttime=nil, endtime=nil, monitortypes=nil, alarmobject=nil, alarmstatus=nil, projectids=nil, instancegroupids=nil, namespaces=nil, metricnames=nil, policyname=nil, content=nil, receiveruids=nil, receivergroups=nil, policyids=nil, alarmlevels=nil, convergencehistoryids=nil, alarmtypes=nil, shieldstatus=nil)
|
|
4217
4219
|
@Module = _module
|
|
4218
4220
|
@PageNumber = pagenumber
|
|
4219
4221
|
@PageSize = pagesize
|
|
@@ -4235,6 +4237,7 @@ module TencentCloud
|
|
|
4235
4237
|
@AlarmLevels = alarmlevels
|
|
4236
4238
|
@ConvergenceHistoryIDs = convergencehistoryids
|
|
4237
4239
|
@AlarmTypes = alarmtypes
|
|
4240
|
+
@ShieldStatus = shieldstatus
|
|
4238
4241
|
end
|
|
4239
4242
|
|
|
4240
4243
|
def deserialize(params)
|
|
@@ -4266,6 +4269,7 @@ module TencentCloud
|
|
|
4266
4269
|
@AlarmLevels = params['AlarmLevels']
|
|
4267
4270
|
@ConvergenceHistoryIDs = params['ConvergenceHistoryIDs']
|
|
4268
4271
|
@AlarmTypes = params['AlarmTypes']
|
|
4272
|
+
@ShieldStatus = params['ShieldStatus']
|
|
4269
4273
|
end
|
|
4270
4274
|
end
|
|
4271
4275
|
|
|
@@ -11673,14 +11677,14 @@ module TencentCloud
|
|
|
11673
11677
|
|
|
11674
11678
|
attr_accessor :AlarmNotifyPeriod, :AlarmNotifyType, :EventID, :RuleID, :MetricName, :Description
|
|
11675
11679
|
extend Gem::Deprecate
|
|
11676
|
-
deprecate :AlarmNotifyPeriod, :none, 2025,
|
|
11677
|
-
deprecate :AlarmNotifyPeriod=, :none, 2025,
|
|
11678
|
-
deprecate :AlarmNotifyType, :none, 2025,
|
|
11679
|
-
deprecate :AlarmNotifyType=, :none, 2025,
|
|
11680
|
-
deprecate :EventID, :none, 2025,
|
|
11681
|
-
deprecate :EventID=, :none, 2025,
|
|
11682
|
-
deprecate :RuleID, :none, 2025,
|
|
11683
|
-
deprecate :RuleID=, :none, 2025,
|
|
11680
|
+
deprecate :AlarmNotifyPeriod, :none, 2025, 11
|
|
11681
|
+
deprecate :AlarmNotifyPeriod=, :none, 2025, 11
|
|
11682
|
+
deprecate :AlarmNotifyType, :none, 2025, 11
|
|
11683
|
+
deprecate :AlarmNotifyType=, :none, 2025, 11
|
|
11684
|
+
deprecate :EventID, :none, 2025, 11
|
|
11685
|
+
deprecate :EventID=, :none, 2025, 11
|
|
11686
|
+
deprecate :RuleID, :none, 2025, 11
|
|
11687
|
+
deprecate :RuleID=, :none, 2025, 11
|
|
11684
11688
|
|
|
11685
11689
|
def initialize(alarmnotifyperiod=nil, alarmnotifytype=nil, eventid=nil, ruleid=nil, metricname=nil, description=nil)
|
|
11686
11690
|
@AlarmNotifyPeriod = alarmnotifyperiod
|
|
@@ -14576,10 +14580,10 @@ module TencentCloud
|
|
|
14576
14580
|
|
|
14577
14581
|
attr_accessor :URL, :URLRelabelConfig, :BasicAuth, :MaxBlockSize, :Label, :Headers
|
|
14578
14582
|
extend Gem::Deprecate
|
|
14579
|
-
deprecate :MaxBlockSize, :none, 2025,
|
|
14580
|
-
deprecate :MaxBlockSize=, :none, 2025,
|
|
14581
|
-
deprecate :Label, :none, 2025,
|
|
14582
|
-
deprecate :Label=, :none, 2025,
|
|
14583
|
+
deprecate :MaxBlockSize, :none, 2025, 11
|
|
14584
|
+
deprecate :MaxBlockSize=, :none, 2025, 11
|
|
14585
|
+
deprecate :Label, :none, 2025, 11
|
|
14586
|
+
deprecate :Label=, :none, 2025, 11
|
|
14583
14587
|
|
|
14584
14588
|
def initialize(url=nil, urlrelabelconfig=nil, basicauth=nil, maxblocksize=nil, label=nil, headers=nil)
|
|
14585
14589
|
@URL = url
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-monitor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1168
|
|
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-11-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,10 +34,10 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-monitor.rb
|
|
37
|
-
- lib/v20180724/models.rb
|
|
38
|
-
- lib/v20180724/client.rb
|
|
39
|
-
- lib/v20230616/models.rb
|
|
40
37
|
- lib/v20230616/client.rb
|
|
38
|
+
- lib/v20230616/models.rb
|
|
39
|
+
- lib/v20180724/client.rb
|
|
40
|
+
- lib/v20180724/models.rb
|
|
41
41
|
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
43
43
|
licenses:
|