tencentcloud-sdk-monitor 3.0.855 → 3.0.857

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: 7f72831d2716b89760847939bc891b5a5e19aeec
4
- data.tar.gz: ea3ec32ad7983e221682a9420e63d23f6c68fe9c
3
+ metadata.gz: ec4f905f08e89d75f13d7b06721771a042a950da
4
+ data.tar.gz: cebe02cec80d49a7837bc4116fe50dfa6be5ae20
5
5
  SHA512:
6
- metadata.gz: 1106c772a2a2e4e9ba393cdd3dca304f2fe32b709bceea29c91ebbfe445153af3fc26b2f0b221c85860d6df7413d7ce0f45510f67047c471aaa6a1889bc8dadd
7
- data.tar.gz: 983463839e59ec834e39f190ea544b4269094f02af1dbc38202d733130f14040459545cb560d3e0a97cb4c2f3686d8fc6668729cdd6a8c4ab49ad4fbaeef1450
6
+ metadata.gz: 90057bb631d1015da7e6d302ede8814a82f507318d10d8dfc2a5d452349be802edb5fecb9128b0100d70fd61af1bc8b7d379e2395638a7ca14d2061e05577e39
7
+ data.tar.gz: 91f2815ee5e481fd4278abfd588f67ea28d4052423fa1d9f7bd3e5de2d46c95b689b436715191759fd56793378c690dd1d0c5dc71769e2d562e0b5c3c8cdc682
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.855
1
+ 3.0.857
@@ -3848,10 +3848,12 @@ module TencentCloud
3848
3848
  # @type PolicyIds: Array
3849
3849
  # @param AlarmLevels: 告警等级,取值范围:Remind、Serious、Warn
3850
3850
  # @type AlarmLevels: Array
3851
+ # @param ConvergenceHistoryIDs: 收敛历史的唯一id
3852
+ # @type ConvergenceHistoryIDs: Array
3851
3853
 
3852
- attr_accessor :Module, :PageNumber, :PageSize, :Order, :StartTime, :EndTime, :MonitorTypes, :AlarmObject, :AlarmStatus, :ProjectIds, :InstanceGroupIds, :Namespaces, :MetricNames, :PolicyName, :Content, :ReceiverUids, :ReceiverGroups, :PolicyIds, :AlarmLevels
3854
+ attr_accessor :Module, :PageNumber, :PageSize, :Order, :StartTime, :EndTime, :MonitorTypes, :AlarmObject, :AlarmStatus, :ProjectIds, :InstanceGroupIds, :Namespaces, :MetricNames, :PolicyName, :Content, :ReceiverUids, :ReceiverGroups, :PolicyIds, :AlarmLevels, :ConvergenceHistoryIDs
3853
3855
 
3854
- def initialize(_module=nil, pagenumber=nil, pagesize=nil, order=nil, starttime=nil, endtime=nil, monitortypes=nil, alarmobject=nil, alarmstatus=nil, projectids=nil, instancegroupids=nil, namespaces=nil, metricnames=nil, policyname=nil, content=nil, receiveruids=nil, receivergroups=nil, policyids=nil, alarmlevels=nil)
3856
+ def initialize(_module=nil, pagenumber=nil, pagesize=nil, order=nil, starttime=nil, endtime=nil, monitortypes=nil, alarmobject=nil, alarmstatus=nil, projectids=nil, instancegroupids=nil, namespaces=nil, metricnames=nil, policyname=nil, content=nil, receiveruids=nil, receivergroups=nil, policyids=nil, alarmlevels=nil, convergencehistoryids=nil)
3855
3857
  @Module = _module
3856
3858
  @PageNumber = pagenumber
3857
3859
  @PageSize = pagesize
@@ -3871,6 +3873,7 @@ module TencentCloud
3871
3873
  @ReceiverGroups = receivergroups
3872
3874
  @PolicyIds = policyids
3873
3875
  @AlarmLevels = alarmlevels
3876
+ @ConvergenceHistoryIDs = convergencehistoryids
3874
3877
  end
3875
3878
 
3876
3879
  def deserialize(params)
@@ -3900,6 +3903,7 @@ module TencentCloud
3900
3903
  @ReceiverGroups = params['ReceiverGroups']
3901
3904
  @PolicyIds = params['PolicyIds']
3902
3905
  @AlarmLevels = params['AlarmLevels']
3906
+ @ConvergenceHistoryIDs = params['ConvergenceHistoryIDs']
3903
3907
  end
3904
3908
  end
3905
3909
 
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.855
4
+ version: 3.0.857
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-07-01 00:00:00.000000000 Z
11
+ date: 2024-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common