tencentcloud-sdk-monitor 3.0.659 → 3.0.660

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: 93a53e56aea08e57a2a8a90da01129a8f9dbc755
4
- data.tar.gz: bee6a9fbf30c930e5b4999db080d1286c1ae4e18
3
+ metadata.gz: 89e6132f25587aa9239b684b1bd5c087281738b3
4
+ data.tar.gz: b74057dee0dae5e5af5453144e3ed3178e8198e8
5
5
  SHA512:
6
- metadata.gz: 7bc8e7ec46b15ccf521581f40f53f4931c3f4fa2c87f7254456fcbb5c387dcdbf2fa4fcea5c7882f5d7e630a510c504675a266d380e78b4fb5bead27cd8e0bba
7
- data.tar.gz: f14896838121fe88ded4cdc49ed3bf800087ede5057c24abc28f4d0181700fd1deb3f84edc61a00c64e654143811524d774d8c6486a98c0eca78cded8f4b919b
6
+ metadata.gz: d14dd90b25418d4f319e38d64ce336a4e3a107e2e616a125b47a50650aafb3ac1d8cb019fd8338c25df2efce2f7a62e01bb6a42ba237fa6428229463a599344c
7
+ data.tar.gz: 994d64a6cfb08dda8968d97cf6d52f21ce858f14c37c4939f31f78c898e3b433326299c43c1590946864953f470521cba10bd55f87bf70327151182f0b607d19
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.659
1
+ 3.0.660
@@ -3573,10 +3573,12 @@ module TencentCloud
3573
3573
  # @type ReceiverGroups: Array
3574
3574
  # @param PolicyIds: 根据告警策略 Id 列表搜索
3575
3575
  # @type PolicyIds: Array
3576
+ # @param AlarmLevels: 告警等级
3577
+ # @type AlarmLevels: Array
3576
3578
 
3577
- attr_accessor :Module, :PageNumber, :PageSize, :Order, :StartTime, :EndTime, :MonitorTypes, :AlarmObject, :AlarmStatus, :ProjectIds, :InstanceGroupIds, :Namespaces, :MetricNames, :PolicyName, :Content, :ReceiverUids, :ReceiverGroups, :PolicyIds
3579
+ attr_accessor :Module, :PageNumber, :PageSize, :Order, :StartTime, :EndTime, :MonitorTypes, :AlarmObject, :AlarmStatus, :ProjectIds, :InstanceGroupIds, :Namespaces, :MetricNames, :PolicyName, :Content, :ReceiverUids, :ReceiverGroups, :PolicyIds, :AlarmLevels
3578
3580
 
3579
- 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)
3581
+ 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)
3580
3582
  @Module = _module
3581
3583
  @PageNumber = pagenumber
3582
3584
  @PageSize = pagesize
@@ -3595,6 +3597,7 @@ module TencentCloud
3595
3597
  @ReceiverUids = receiveruids
3596
3598
  @ReceiverGroups = receivergroups
3597
3599
  @PolicyIds = policyids
3600
+ @AlarmLevels = alarmlevels
3598
3601
  end
3599
3602
 
3600
3603
  def deserialize(params)
@@ -3623,6 +3626,7 @@ module TencentCloud
3623
3626
  @ReceiverUids = params['ReceiverUids']
3624
3627
  @ReceiverGroups = params['ReceiverGroups']
3625
3628
  @PolicyIds = params['PolicyIds']
3629
+ @AlarmLevels = params['AlarmLevels']
3626
3630
  end
3627
3631
  end
3628
3632
 
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.659
4
+ version: 3.0.660
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-14 00:00:00.000000000 Z
11
+ date: 2023-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common