tencentcloud-sdk-monitor 3.0.975 → 3.0.977

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180724/models.rb +19 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7882c4e863954c543a844a2af11fdb2c069b9edd
4
- data.tar.gz: 7e1b7067c413bd830d318269ecb052c7a563f56f
3
+ metadata.gz: 15ace9de2238aefeae0f685ea919c408dacbe316
4
+ data.tar.gz: a3f114e6f4d89288b5a1f273270982acb003b4ca
5
5
  SHA512:
6
- metadata.gz: 38edd2650da37c30416793c62e5afdf64978eb5e16b1f6787444485a4d6a8f50cb21d525fdb48fc0f77cf037e8de96c09aec220cf2456dafaa578d311bf3a826
7
- data.tar.gz: 98e413c2a65dcbc303db85b5144efd160de5f219381268d5a5e91954f26292aca67e39908486056e944859e6af7220a2bac842b3ff4110bcc6ca2902fa6407fb
6
+ metadata.gz: 0ff9d45b0512f1281133f863e78cd646cc9f9805d0f39f16da39c7350dcd1df24640b2bc9fa626f3991f09edea05866dced1c2b7e64025fcfdaed4279cd97acc
7
+ data.tar.gz: 372932f8837f6f5af7a16cf425b147e5a14482b1a0978fa6c6fde434fab783bc8ecf7c5475fbd06ac74d22d53720747463be7d76272952df2e69a01d894ee1ea
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.975
1
+ 3.0.977
@@ -577,10 +577,12 @@ module TencentCloud
577
577
  # @param TagOperation: 多标签交/并集关系
578
578
  # 注意:此字段可能返回 null,表示取不到有效值。
579
579
  # @type TagOperation: String
580
+ # @param NoticeTmplBindInfos: 通知模板绑定内容模板信息
581
+ # @type NoticeTmplBindInfos: Array
580
582
 
581
- attr_accessor :PolicyId, :PolicyName, :Remark, :MonitorType, :Enable, :UseSum, :ProjectId, :ProjectName, :Namespace, :ConditionTemplateId, :Condition, :EventCondition, :NoticeIds, :Notices, :TriggerTasks, :ConditionsTemp, :LastEditUin, :UpdateTime, :InsertTime, :Region, :NamespaceShowName, :IsDefault, :CanSetDefault, :InstanceGroupId, :InstanceSum, :InstanceGroupName, :RuleType, :OriginId, :TagInstances, :Filter, :GroupBy, :FilterDimensionsParam, :IsOneClick, :OneClickStatus, :AdvancedMetricNumber, :IsBindAll, :Tags, :IsSupportAlarmTag, :TagOperation
583
+ attr_accessor :PolicyId, :PolicyName, :Remark, :MonitorType, :Enable, :UseSum, :ProjectId, :ProjectName, :Namespace, :ConditionTemplateId, :Condition, :EventCondition, :NoticeIds, :Notices, :TriggerTasks, :ConditionsTemp, :LastEditUin, :UpdateTime, :InsertTime, :Region, :NamespaceShowName, :IsDefault, :CanSetDefault, :InstanceGroupId, :InstanceSum, :InstanceGroupName, :RuleType, :OriginId, :TagInstances, :Filter, :GroupBy, :FilterDimensionsParam, :IsOneClick, :OneClickStatus, :AdvancedMetricNumber, :IsBindAll, :Tags, :IsSupportAlarmTag, :TagOperation, :NoticeTmplBindInfos
582
584
 
583
- def initialize(policyid=nil, policyname=nil, remark=nil, monitortype=nil, enable=nil, usesum=nil, projectid=nil, projectname=nil, namespace=nil, conditiontemplateid=nil, condition=nil, eventcondition=nil, noticeids=nil, notices=nil, triggertasks=nil, conditionstemp=nil, lastedituin=nil, updatetime=nil, inserttime=nil, region=nil, namespaceshowname=nil, isdefault=nil, cansetdefault=nil, instancegroupid=nil, instancesum=nil, instancegroupname=nil, ruletype=nil, originid=nil, taginstances=nil, filter=nil, groupby=nil, filterdimensionsparam=nil, isoneclick=nil, oneclickstatus=nil, advancedmetricnumber=nil, isbindall=nil, tags=nil, issupportalarmtag=nil, tagoperation=nil)
585
+ def initialize(policyid=nil, policyname=nil, remark=nil, monitortype=nil, enable=nil, usesum=nil, projectid=nil, projectname=nil, namespace=nil, conditiontemplateid=nil, condition=nil, eventcondition=nil, noticeids=nil, notices=nil, triggertasks=nil, conditionstemp=nil, lastedituin=nil, updatetime=nil, inserttime=nil, region=nil, namespaceshowname=nil, isdefault=nil, cansetdefault=nil, instancegroupid=nil, instancesum=nil, instancegroupname=nil, ruletype=nil, originid=nil, taginstances=nil, filter=nil, groupby=nil, filterdimensionsparam=nil, isoneclick=nil, oneclickstatus=nil, advancedmetricnumber=nil, isbindall=nil, tags=nil, issupportalarmtag=nil, tagoperation=nil, noticetmplbindinfos=nil)
584
586
  @PolicyId = policyid
585
587
  @PolicyName = policyname
586
588
  @Remark = remark
@@ -620,6 +622,7 @@ module TencentCloud
620
622
  @Tags = tags
621
623
  @IsSupportAlarmTag = issupportalarmtag
622
624
  @TagOperation = tagoperation
625
+ @NoticeTmplBindInfos = noticetmplbindinfos
623
626
  end
624
627
 
625
628
  def deserialize(params)
@@ -709,6 +712,14 @@ module TencentCloud
709
712
  end
710
713
  @IsSupportAlarmTag = params['IsSupportAlarmTag']
711
714
  @TagOperation = params['TagOperation']
715
+ unless params['NoticeTmplBindInfos'].nil?
716
+ @NoticeTmplBindInfos = []
717
+ params['NoticeTmplBindInfos'].each do |i|
718
+ noticecontenttmplbindinfo_tmp = NoticeContentTmplBindInfo.new
719
+ noticecontenttmplbindinfo_tmp.deserialize(i)
720
+ @NoticeTmplBindInfos << noticecontenttmplbindinfo_tmp
721
+ end
722
+ end
712
723
  end
713
724
  end
714
725
 
@@ -4370,10 +4381,12 @@ module TencentCloud
4370
4381
  # @type PromInsId: String
4371
4382
  # @param ReceiverOnCallFormIDs: 根据排班表搜索
4372
4383
  # @type ReceiverOnCallFormIDs: Array
4384
+ # @param NoticeContentTmplIDs: 通知内容模板ID筛选
4385
+ # @type NoticeContentTmplIDs: Array
4373
4386
 
4374
- attr_accessor :Module, :PageNumber, :PageSize, :PolicyName, :MonitorTypes, :Namespaces, :Dimensions, :ReceiverUids, :ReceiverGroups, :PolicyType, :Field, :Order, :ProjectIds, :NoticeIds, :RuleTypes, :Enable, :NotBindingNoticeRule, :InstanceGroupId, :NeedCorrespondence, :TriggerTasks, :OneClickPolicyType, :NotBindAll, :NotInstanceGroup, :Tags, :PromInsId, :ReceiverOnCallFormIDs
4387
+ attr_accessor :Module, :PageNumber, :PageSize, :PolicyName, :MonitorTypes, :Namespaces, :Dimensions, :ReceiverUids, :ReceiverGroups, :PolicyType, :Field, :Order, :ProjectIds, :NoticeIds, :RuleTypes, :Enable, :NotBindingNoticeRule, :InstanceGroupId, :NeedCorrespondence, :TriggerTasks, :OneClickPolicyType, :NotBindAll, :NotInstanceGroup, :Tags, :PromInsId, :ReceiverOnCallFormIDs, :NoticeContentTmplIDs
4375
4388
 
4376
- def initialize(_module=nil, pagenumber=nil, pagesize=nil, policyname=nil, monitortypes=nil, namespaces=nil, dimensions=nil, receiveruids=nil, receivergroups=nil, policytype=nil, field=nil, order=nil, projectids=nil, noticeids=nil, ruletypes=nil, enable=nil, notbindingnoticerule=nil, instancegroupid=nil, needcorrespondence=nil, triggertasks=nil, oneclickpolicytype=nil, notbindall=nil, notinstancegroup=nil, tags=nil, prominsid=nil, receiveroncallformids=nil)
4389
+ def initialize(_module=nil, pagenumber=nil, pagesize=nil, policyname=nil, monitortypes=nil, namespaces=nil, dimensions=nil, receiveruids=nil, receivergroups=nil, policytype=nil, field=nil, order=nil, projectids=nil, noticeids=nil, ruletypes=nil, enable=nil, notbindingnoticerule=nil, instancegroupid=nil, needcorrespondence=nil, triggertasks=nil, oneclickpolicytype=nil, notbindall=nil, notinstancegroup=nil, tags=nil, prominsid=nil, receiveroncallformids=nil, noticecontenttmplids=nil)
4377
4390
  @Module = _module
4378
4391
  @PageNumber = pagenumber
4379
4392
  @PageSize = pagesize
@@ -4400,6 +4413,7 @@ module TencentCloud
4400
4413
  @Tags = tags
4401
4414
  @PromInsId = prominsid
4402
4415
  @ReceiverOnCallFormIDs = receiveroncallformids
4416
+ @NoticeContentTmplIDs = noticecontenttmplids
4403
4417
  end
4404
4418
 
4405
4419
  def deserialize(params)
@@ -4443,6 +4457,7 @@ module TencentCloud
4443
4457
  end
4444
4458
  @PromInsId = params['PromInsId']
4445
4459
  @ReceiverOnCallFormIDs = params['ReceiverOnCallFormIDs']
4460
+ @NoticeContentTmplIDs = params['NoticeContentTmplIDs']
4446
4461
  end
4447
4462
  end
4448
4463
 
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.975
4
+ version: 3.0.977
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-05 00:00:00.000000000 Z
11
+ date: 2025-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common