tencentcloud-sdk-monitor 3.0.659 → 3.0.661
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 +6 -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: 305696039f92d4d3acd7fb3903e8feff3be1c0bf
|
4
|
+
data.tar.gz: bd0fc698341c88644ea882ccddba0239c0d60063
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fe3c48365f133f374a7fd2aae79c27d04bf5b8c5bb12d7855820dec2ed4c83e7c18db7a440171b2a1072d07dc039aa58fe4ef91656a63064096925a0f73c6f9
|
7
|
+
data.tar.gz: 80c4ff9fd98726a971a4faf4140ca18b9e706c7f3b00fc61eb72b34d2b825139476ad0eec332a1e1733ab9ee5e370305e4522fd20da62c11df3082780b11fe25
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.661
|
data/lib/v20180724/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.661
|
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-
|
11
|
+
date: 2023-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|