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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0c14b1a058e724d248063d2ee56dc82c7fb74e47
4
- data.tar.gz: 41a69ef3bccc91e9f1a7f4167d2653be9f9e36a6
3
+ metadata.gz: e8fc6744b7a8d4b87fd5749ac55c104b761e2093
4
+ data.tar.gz: 7374706b661b16efac89826653771667a99ccf26
5
5
  SHA512:
6
- metadata.gz: d2da43412222e290dd3ee5c67418bed98f6b5bacbdb2737889eb2d96a965191039db3528e67f3ebc459c5bdb9f927a5ebde8f97ed4763f205927d4c50286dcd4
7
- data.tar.gz: 1b7fe092a4f8b493f86fbfd0bf3999a264cb9364a5139af7380f0d2daf3bb2896a28addcd9b0d0378c6e8152b66220869dc3fa0fd764d967ea0ed5834b802898
6
+ metadata.gz: 006bdc1c701e0fb4beff488ae4da1abab2d1d51a94e31d82c0aa8f3eccfd3932ff4273f8c9e4d2a18c4f4c2b7c20b34a0b5333fe96aad9126254f7adc951c6da
7
+ data.tar.gz: 3e23f4625737dad624b8405579fa9790a06df0efc73394a8d3adbf155c4faf5a04ba77b109c5ac8538dfc75fe5484ea20fc197b089d893acde5568a84cb7e1bf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.942
1
+ 3.0.944
@@ -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.942
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-15 00:00:00.000000000 Z
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