tencentcloud-sdk-monitor 3.0.974 → 3.0.975
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 +50 -4
- 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: 7882c4e863954c543a844a2af11fdb2c069b9edd
|
4
|
+
data.tar.gz: 7e1b7067c413bd830d318269ecb052c7a563f56f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38edd2650da37c30416793c62e5afdf64978eb5e16b1f6787444485a4d6a8f50cb21d525fdb48fc0f77cf037e8de96c09aec220cf2456dafaa578d311bf3a826
|
7
|
+
data.tar.gz: 98e413c2a65dcbc303db85b5144efd160de5f219381268d5a5e91954f26292aca67e39908486056e944859e6af7220a2bac842b3ff4110bcc6ca2902fa6407fb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.975
|
data/lib/v20180724/models.rb
CHANGED
@@ -1554,10 +1554,14 @@ module TencentCloud
|
|
1554
1554
|
# @type MigrateFlag: Integer
|
1555
1555
|
# @param EbSubject: 事件配置的告警
|
1556
1556
|
# @type EbSubject: String
|
1557
|
+
# @param AdditionalAlarmContent: 附加告警内容
|
1558
|
+
# @type AdditionalAlarmContent: String
|
1559
|
+
# @param NoticeContentTmplBindInfos: 通知模板绑定信息
|
1560
|
+
# @type NoticeContentTmplBindInfos: Array
|
1557
1561
|
|
1558
|
-
attr_accessor :Module, :PolicyName, :MonitorType, :Namespace, :Remark, :Enable, :ProjectId, :ConditionTemplateId, :Condition, :EventCondition, :NoticeIds, :TriggerTasks, :Filter, :GroupBy, :Tags, :LogAlarmReqInfo, :HierarchicalNotices, :MigrateFlag, :EbSubject
|
1562
|
+
attr_accessor :Module, :PolicyName, :MonitorType, :Namespace, :Remark, :Enable, :ProjectId, :ConditionTemplateId, :Condition, :EventCondition, :NoticeIds, :TriggerTasks, :Filter, :GroupBy, :Tags, :LogAlarmReqInfo, :HierarchicalNotices, :MigrateFlag, :EbSubject, :AdditionalAlarmContent, :NoticeContentTmplBindInfos
|
1559
1563
|
|
1560
|
-
def initialize(_module=nil, policyname=nil, monitortype=nil, namespace=nil, remark=nil, enable=nil, projectid=nil, conditiontemplateid=nil, condition=nil, eventcondition=nil, noticeids=nil, triggertasks=nil, filter=nil, groupby=nil, tags=nil, logalarmreqinfo=nil, hierarchicalnotices=nil, migrateflag=nil, ebsubject=nil)
|
1564
|
+
def initialize(_module=nil, policyname=nil, monitortype=nil, namespace=nil, remark=nil, enable=nil, projectid=nil, conditiontemplateid=nil, condition=nil, eventcondition=nil, noticeids=nil, triggertasks=nil, filter=nil, groupby=nil, tags=nil, logalarmreqinfo=nil, hierarchicalnotices=nil, migrateflag=nil, ebsubject=nil, additionalalarmcontent=nil, noticecontenttmplbindinfos=nil)
|
1561
1565
|
@Module = _module
|
1562
1566
|
@PolicyName = policyname
|
1563
1567
|
@MonitorType = monitortype
|
@@ -1577,6 +1581,8 @@ module TencentCloud
|
|
1577
1581
|
@HierarchicalNotices = hierarchicalnotices
|
1578
1582
|
@MigrateFlag = migrateflag
|
1579
1583
|
@EbSubject = ebsubject
|
1584
|
+
@AdditionalAlarmContent = additionalalarmcontent
|
1585
|
+
@NoticeContentTmplBindInfos = noticecontenttmplbindinfos
|
1580
1586
|
end
|
1581
1587
|
|
1582
1588
|
def deserialize(params)
|
@@ -1632,6 +1638,15 @@ module TencentCloud
|
|
1632
1638
|
end
|
1633
1639
|
@MigrateFlag = params['MigrateFlag']
|
1634
1640
|
@EbSubject = params['EbSubject']
|
1641
|
+
@AdditionalAlarmContent = params['AdditionalAlarmContent']
|
1642
|
+
unless params['NoticeContentTmplBindInfos'].nil?
|
1643
|
+
@NoticeContentTmplBindInfos = []
|
1644
|
+
params['NoticeContentTmplBindInfos'].each do |i|
|
1645
|
+
noticecontenttmplbindinfo_tmp = NoticeContentTmplBindInfo.new
|
1646
|
+
noticecontenttmplbindinfo_tmp.deserialize(i)
|
1647
|
+
@NoticeContentTmplBindInfos << noticecontenttmplbindinfo_tmp
|
1648
|
+
end
|
1649
|
+
end
|
1635
1650
|
end
|
1636
1651
|
end
|
1637
1652
|
|
@@ -10706,15 +10721,18 @@ module TencentCloud
|
|
10706
10721
|
# @type PolicyIds: Array
|
10707
10722
|
# @param HierarchicalNotices: 告警分级通知规则配置
|
10708
10723
|
# @type HierarchicalNotices: Array
|
10724
|
+
# @param NoticeContentTmplBindInfos: 通知内容模板绑定信息
|
10725
|
+
# @type NoticeContentTmplBindInfos: Array
|
10709
10726
|
|
10710
|
-
attr_accessor :Module, :PolicyId, :NoticeIds, :PolicyIds, :HierarchicalNotices
|
10727
|
+
attr_accessor :Module, :PolicyId, :NoticeIds, :PolicyIds, :HierarchicalNotices, :NoticeContentTmplBindInfos
|
10711
10728
|
|
10712
|
-
def initialize(_module=nil, policyid=nil, noticeids=nil, policyids=nil, hierarchicalnotices=nil)
|
10729
|
+
def initialize(_module=nil, policyid=nil, noticeids=nil, policyids=nil, hierarchicalnotices=nil, noticecontenttmplbindinfos=nil)
|
10713
10730
|
@Module = _module
|
10714
10731
|
@PolicyId = policyid
|
10715
10732
|
@NoticeIds = noticeids
|
10716
10733
|
@PolicyIds = policyids
|
10717
10734
|
@HierarchicalNotices = hierarchicalnotices
|
10735
|
+
@NoticeContentTmplBindInfos = noticecontenttmplbindinfos
|
10718
10736
|
end
|
10719
10737
|
|
10720
10738
|
def deserialize(params)
|
@@ -10730,6 +10748,14 @@ module TencentCloud
|
|
10730
10748
|
@HierarchicalNotices << alarmhierarchicalnotice_tmp
|
10731
10749
|
end
|
10732
10750
|
end
|
10751
|
+
unless params['NoticeContentTmplBindInfos'].nil?
|
10752
|
+
@NoticeContentTmplBindInfos = []
|
10753
|
+
params['NoticeContentTmplBindInfos'].each do |i|
|
10754
|
+
noticecontenttmplbindinfo_tmp = NoticeContentTmplBindInfo.new
|
10755
|
+
noticecontenttmplbindinfo_tmp.deserialize(i)
|
10756
|
+
@NoticeContentTmplBindInfos << noticecontenttmplbindinfo_tmp
|
10757
|
+
end
|
10758
|
+
end
|
10733
10759
|
end
|
10734
10760
|
end
|
10735
10761
|
|
@@ -11498,6 +11524,26 @@ module TencentCloud
|
|
11498
11524
|
end
|
11499
11525
|
end
|
11500
11526
|
|
11527
|
+
# 通知内容模板绑定信息
|
11528
|
+
class NoticeContentTmplBindInfo < TencentCloud::Common::AbstractModel
|
11529
|
+
# @param ContentTmplID: 通知内容模板ID
|
11530
|
+
# @type ContentTmplID: String
|
11531
|
+
# @param NoticeID: 通知模板ID
|
11532
|
+
# @type NoticeID: String
|
11533
|
+
|
11534
|
+
attr_accessor :ContentTmplID, :NoticeID
|
11535
|
+
|
11536
|
+
def initialize(contenttmplid=nil, noticeid=nil)
|
11537
|
+
@ContentTmplID = contenttmplid
|
11538
|
+
@NoticeID = noticeid
|
11539
|
+
end
|
11540
|
+
|
11541
|
+
def deserialize(params)
|
11542
|
+
@ContentTmplID = params['ContentTmplID']
|
11543
|
+
@NoticeID = params['NoticeID']
|
11544
|
+
end
|
11545
|
+
end
|
11546
|
+
|
11501
11547
|
# 维度支持的操作符信息
|
11502
11548
|
class Operator < TencentCloud::Common::AbstractModel
|
11503
11549
|
# @param Id: 运算符标识
|
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.975
|
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-01-
|
11
|
+
date: 2025-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|