tencentcloud-sdk-monitor 3.0.941 → 3.0.943
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180724/models.rb +7 -2
- 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: 6c7fd07cbfcc066381254247fdf5a142218af3dd
|
4
|
+
data.tar.gz: ea05c834c6dc3d2a50adb77d9c7e1a9092966d28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7d48d54aac2663e059c2b78d6f03b63b07f472fada62ff13f75cc7af53299ba339a04aeef1e846f8468c08172b4620cd1a3128d788e03463352cf14625bf961
|
7
|
+
data.tar.gz: b02a4d57545b4f0c658ae9e9d81781ecb159753d78756099101400d70f2ef35c0c5fe5aa1c7b8d6d48fc7c86cdfc4441dc816d0a510c4d64e831060464507b2e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.943
|
data/lib/v20180724/models.rb
CHANGED
@@ -1321,10 +1321,13 @@ module TencentCloud
|
|
1321
1321
|
# @param HierarchicalValue: 告警分级阈值配置
|
1322
1322
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1323
1323
|
# @type HierarchicalValue: :class:`Tencentcloud::Monitor.v20180724.models.AlarmHierarchicalValue`
|
1324
|
+
# @param RuleType: 指标类型,用于区分动态指标
|
1325
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1326
|
+
# @type RuleType: String
|
1324
1327
|
|
1325
|
-
attr_accessor :AlarmNotifyPeriod, :AlarmNotifyType, :CalcType, :CalcValue, :ContinueTime, :MetricID, :MetricDisplayName, :Period, :RuleID, :Unit, :IsAdvanced, :IsOpen, :ProductId, :HierarchicalValue
|
1328
|
+
attr_accessor :AlarmNotifyPeriod, :AlarmNotifyType, :CalcType, :CalcValue, :ContinueTime, :MetricID, :MetricDisplayName, :Period, :RuleID, :Unit, :IsAdvanced, :IsOpen, :ProductId, :HierarchicalValue, :RuleType
|
1326
1329
|
|
1327
|
-
def initialize(alarmnotifyperiod=nil, alarmnotifytype=nil, calctype=nil, calcvalue=nil, continuetime=nil, metricid=nil, metricdisplayname=nil, period=nil, ruleid=nil, unit=nil, isadvanced=nil, isopen=nil, productid=nil, hierarchicalvalue=nil)
|
1330
|
+
def initialize(alarmnotifyperiod=nil, alarmnotifytype=nil, calctype=nil, calcvalue=nil, continuetime=nil, metricid=nil, metricdisplayname=nil, period=nil, ruleid=nil, unit=nil, isadvanced=nil, isopen=nil, productid=nil, hierarchicalvalue=nil, ruletype=nil)
|
1328
1331
|
@AlarmNotifyPeriod = alarmnotifyperiod
|
1329
1332
|
@AlarmNotifyType = alarmnotifytype
|
1330
1333
|
@CalcType = calctype
|
@@ -1339,6 +1342,7 @@ module TencentCloud
|
|
1339
1342
|
@IsOpen = isopen
|
1340
1343
|
@ProductId = productid
|
1341
1344
|
@HierarchicalValue = hierarchicalvalue
|
1345
|
+
@RuleType = ruletype
|
1342
1346
|
end
|
1343
1347
|
|
1344
1348
|
def deserialize(params)
|
@@ -1359,6 +1363,7 @@ module TencentCloud
|
|
1359
1363
|
@HierarchicalValue = AlarmHierarchicalValue.new
|
1360
1364
|
@HierarchicalValue.deserialize(params['HierarchicalValue'])
|
1361
1365
|
end
|
1366
|
+
@RuleType = params['RuleType']
|
1362
1367
|
end
|
1363
1368
|
end
|
1364
1369
|
|
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.943
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|