tencentcloud-sdk-monitor 1.0.257 → 1.0.258
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 +21 -7
- 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: 8205d0ee26edccbe4a23dcde58a5f7fe4173f07c
|
4
|
+
data.tar.gz: f6898faffb6a497367af0d5f18981d9d89230a3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd468e539af396772424f751a5e65dc047109f4c4ee0c50d36cb228720f9f55a955fc27130789456d7b95e2625fd189bd6ef4a207128bf4fa08b2f070a75525d
|
7
|
+
data.tar.gz: 9262ff7d51dac73fcef5e51d937c89566e1e792bdeb09ccc915071805c90ebc7979e753dc8a7e56e8379e2d90bcf48485ee230d6ef1c46bff595d7793f372ee8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.258
|
data/lib/v20180724/models.rb
CHANGED
@@ -365,10 +365,13 @@ module TencentCloud
|
|
365
365
|
# @param TagInstances: 标签
|
366
366
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
367
367
|
# @type TagInstances: Array
|
368
|
+
# @param FilterDimensionsParam: 策略关联的过滤维度信息
|
369
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
370
|
+
# @type FilterDimensionsParam: String
|
368
371
|
|
369
|
-
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
|
372
|
+
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, :FilterDimensionsParam
|
370
373
|
|
371
|
-
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)
|
374
|
+
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, filterdimensionsparam=nil)
|
372
375
|
@PolicyId = policyid
|
373
376
|
@PolicyName = policyname
|
374
377
|
@Remark = remark
|
@@ -398,6 +401,7 @@ module TencentCloud
|
|
398
401
|
@RuleType = ruletype
|
399
402
|
@OriginId = originid
|
400
403
|
@TagInstances = taginstances
|
404
|
+
@FilterDimensionsParam = filterdimensionsparam
|
401
405
|
end
|
402
406
|
|
403
407
|
def deserialize(params)
|
@@ -460,6 +464,7 @@ module TencentCloud
|
|
460
464
|
@TagInstances << taginstance_tmp
|
461
465
|
end
|
462
466
|
end
|
467
|
+
@FilterDimensionsParam = params['FilterDimensionsParam']
|
463
468
|
end
|
464
469
|
end
|
465
470
|
|
@@ -2168,10 +2173,12 @@ module TencentCloud
|
|
2168
2173
|
# @type NotBindingNoticeRule: Integer
|
2169
2174
|
# @param InstanceGroupId: 实例分组id
|
2170
2175
|
# @type InstanceGroupId: Integer
|
2176
|
+
# @param NeedCorrespondence: 是否需要策略与入参过滤维度参数的对应关系,1:是 0:否,默认为0
|
2177
|
+
# @type NeedCorrespondence: Integer
|
2171
2178
|
|
2172
|
-
attr_accessor :Module, :PageNumber, :PageSize, :PolicyName, :MonitorTypes, :Namespaces, :Dimensions, :ReceiverUids, :ReceiverGroups, :PolicyType, :Field, :Order, :ProjectIds, :NoticeIds, :RuleTypes, :Enable, :NotBindingNoticeRule, :InstanceGroupId
|
2179
|
+
attr_accessor :Module, :PageNumber, :PageSize, :PolicyName, :MonitorTypes, :Namespaces, :Dimensions, :ReceiverUids, :ReceiverGroups, :PolicyType, :Field, :Order, :ProjectIds, :NoticeIds, :RuleTypes, :Enable, :NotBindingNoticeRule, :InstanceGroupId, :NeedCorrespondence
|
2173
2180
|
|
2174
|
-
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)
|
2181
|
+
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)
|
2175
2182
|
@Module = _module
|
2176
2183
|
@PageNumber = pagenumber
|
2177
2184
|
@PageSize = pagesize
|
@@ -2190,6 +2197,7 @@ module TencentCloud
|
|
2190
2197
|
@Enable = enable
|
2191
2198
|
@NotBindingNoticeRule = notbindingnoticerule
|
2192
2199
|
@InstanceGroupId = instancegroupid
|
2200
|
+
@NeedCorrespondence = needcorrespondence
|
2193
2201
|
end
|
2194
2202
|
|
2195
2203
|
def deserialize(params)
|
@@ -2211,6 +2219,7 @@ module TencentCloud
|
|
2211
2219
|
@Enable = params['Enable']
|
2212
2220
|
@NotBindingNoticeRule = params['NotBindingNoticeRule']
|
2213
2221
|
@InstanceGroupId = params['InstanceGroupId']
|
2222
|
+
@NeedCorrespondence = params['NeedCorrespondence']
|
2214
2223
|
end
|
2215
2224
|
end
|
2216
2225
|
|
@@ -6678,7 +6687,7 @@ module TencentCloud
|
|
6678
6687
|
# @param EndTime: 通知结束时间 00:00:00 开始的秒数(取值范围0-86399)
|
6679
6688
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6680
6689
|
# @type EndTime: Integer
|
6681
|
-
# @param NoticeWay: 通知渠道列表 EMAIL=邮件 SMS=短信 CALL=电话 WECHAT=微信
|
6690
|
+
# @param NoticeWay: 通知渠道列表 EMAIL=邮件 SMS=短信 CALL=电话 WECHAT=微信 RTX=企业微信
|
6682
6691
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6683
6692
|
# @type NoticeWay: Array
|
6684
6693
|
# @param UserIds: 用户 uid 列表
|
@@ -6702,10 +6711,13 @@ module TencentCloud
|
|
6702
6711
|
# @param NeedPhoneArriveNotice: 是否需要触达通知 0=否 1=是
|
6703
6712
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6704
6713
|
# @type NeedPhoneArriveNotice: Integer
|
6714
|
+
# @param PhoneCallType: 电话拨打类型 SYNC=同时拨打 CIRCLE=轮询拨打 不指定时默认是轮询
|
6715
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6716
|
+
# @type PhoneCallType: String
|
6705
6717
|
|
6706
|
-
attr_accessor :ReceiverType, :StartTime, :EndTime, :NoticeWay, :UserIds, :GroupIds, :PhoneOrder, :PhoneCircleTimes, :PhoneInnerInterval, :PhoneCircleInterval, :NeedPhoneArriveNotice
|
6718
|
+
attr_accessor :ReceiverType, :StartTime, :EndTime, :NoticeWay, :UserIds, :GroupIds, :PhoneOrder, :PhoneCircleTimes, :PhoneInnerInterval, :PhoneCircleInterval, :NeedPhoneArriveNotice, :PhoneCallType
|
6707
6719
|
|
6708
|
-
def initialize(receivertype=nil, starttime=nil, endtime=nil, noticeway=nil, userids=nil, groupids=nil, phoneorder=nil, phonecircletimes=nil, phoneinnerinterval=nil, phonecircleinterval=nil, needphonearrivenotice=nil)
|
6720
|
+
def initialize(receivertype=nil, starttime=nil, endtime=nil, noticeway=nil, userids=nil, groupids=nil, phoneorder=nil, phonecircletimes=nil, phoneinnerinterval=nil, phonecircleinterval=nil, needphonearrivenotice=nil, phonecalltype=nil)
|
6709
6721
|
@ReceiverType = receivertype
|
6710
6722
|
@StartTime = starttime
|
6711
6723
|
@EndTime = endtime
|
@@ -6717,6 +6729,7 @@ module TencentCloud
|
|
6717
6729
|
@PhoneInnerInterval = phoneinnerinterval
|
6718
6730
|
@PhoneCircleInterval = phonecircleinterval
|
6719
6731
|
@NeedPhoneArriveNotice = needphonearrivenotice
|
6732
|
+
@PhoneCallType = phonecalltype
|
6720
6733
|
end
|
6721
6734
|
|
6722
6735
|
def deserialize(params)
|
@@ -6731,6 +6744,7 @@ module TencentCloud
|
|
6731
6744
|
@PhoneInnerInterval = params['PhoneInnerInterval']
|
6732
6745
|
@PhoneCircleInterval = params['PhoneCircleInterval']
|
6733
6746
|
@NeedPhoneArriveNotice = params['NeedPhoneArriveNotice']
|
6747
|
+
@PhoneCallType = params['PhoneCallType']
|
6734
6748
|
end
|
6735
6749
|
end
|
6736
6750
|
|
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: 1.0.
|
4
|
+
version: 1.0.258
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-02-
|
11
|
+
date: 2022-02-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|