tencentcloud-sdk-monitor 3.0.942 → 3.0.943

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: 6c7fd07cbfcc066381254247fdf5a142218af3dd
4
+ data.tar.gz: ea05c834c6dc3d2a50adb77d9c7e1a9092966d28
5
5
  SHA512:
6
- metadata.gz: d2da43412222e290dd3ee5c67418bed98f6b5bacbdb2737889eb2d96a965191039db3528e67f3ebc459c5bdb9f927a5ebde8f97ed4763f205927d4c50286dcd4
7
- data.tar.gz: 1b7fe092a4f8b493f86fbfd0bf3999a264cb9364a5139af7380f0d2daf3bb2896a28addcd9b0d0378c6e8152b66220869dc3fa0fd764d967ea0ed5834b802898
6
+ metadata.gz: e7d48d54aac2663e059c2b78d6f03b63b07f472fada62ff13f75cc7af53299ba339a04aeef1e846f8468c08172b4620cd1a3128d788e03463352cf14625bf961
7
+ data.tar.gz: b02a4d57545b4f0c658ae9e9d81781ecb159753d78756099101400d70f2ef35c0c5fe5aa1c7b8d6d48fc7c86cdfc4441dc816d0a510c4d64e831060464507b2e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.942
1
+ 3.0.943
@@ -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.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-15 00:00:00.000000000 Z
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