tencentcloud-sdk-monitor 3.0.942 → 3.0.944
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: e8fc6744b7a8d4b87fd5749ac55c104b761e2093
|
4
|
+
data.tar.gz: 7374706b661b16efac89826653771667a99ccf26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 006bdc1c701e0fb4beff488ae4da1abab2d1d51a94e31d82c0aa8f3eccfd3932ff4273f8c9e4d2a18c4f4c2b7c20b34a0b5333fe96aad9126254f7adc951c6da
|
7
|
+
data.tar.gz: 3e23f4625737dad624b8405579fa9790a06df0efc73394a8d3adbf155c4faf5a04ba77b109c5ac8538dfc75fe5484ea20fc197b089d893acde5568a84cb7e1bf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.944
|
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.944
|
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-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|