tencentcloud-sdk-monitor 3.0.1163 → 3.0.1168
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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: c8092902ed545226aebdb0be97567c6c004adeda
|
|
4
|
+
data.tar.gz: 99b4f90f0345c3e930722c03f8ddee24f004f52e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 803bd1e53fab4c23ca9670fcfc2293f3be0332ee9e025c9e08510d4c07c823a2162b28d1aa63c6f6e0ebc5d5d5087873c3721d0021594aaf80bb6dac4f59444c
|
|
7
|
+
data.tar.gz: 24d10c96c256b3cd33fba4de252c1088c60481980bef2f961c015653af4816405a2a55e0f62f7eef3d30fba7c08f1f24b6696ba9ea3ebc0eb3a57316167a1d23
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1168
|
data/lib/v20180724/models.rb
CHANGED
|
@@ -4210,10 +4210,12 @@ module TencentCloud
|
|
|
4210
4210
|
# @type ConvergenceHistoryIDs: Array
|
|
4211
4211
|
# @param AlarmTypes: 告警类型
|
|
4212
4212
|
# @type AlarmTypes: Array
|
|
4213
|
+
# @param ShieldStatus: 是否已屏蔽
|
|
4214
|
+
# @type ShieldStatus: Array
|
|
4213
4215
|
|
|
4214
|
-
attr_accessor :Module, :PageNumber, :PageSize, :Order, :StartTime, :EndTime, :MonitorTypes, :AlarmObject, :AlarmStatus, :ProjectIds, :InstanceGroupIds, :Namespaces, :MetricNames, :PolicyName, :Content, :ReceiverUids, :ReceiverGroups, :PolicyIds, :AlarmLevels, :ConvergenceHistoryIDs, :AlarmTypes
|
|
4216
|
+
attr_accessor :Module, :PageNumber, :PageSize, :Order, :StartTime, :EndTime, :MonitorTypes, :AlarmObject, :AlarmStatus, :ProjectIds, :InstanceGroupIds, :Namespaces, :MetricNames, :PolicyName, :Content, :ReceiverUids, :ReceiverGroups, :PolicyIds, :AlarmLevels, :ConvergenceHistoryIDs, :AlarmTypes, :ShieldStatus
|
|
4215
4217
|
|
|
4216
|
-
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, alarmtypes=nil)
|
|
4218
|
+
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, alarmtypes=nil, shieldstatus=nil)
|
|
4217
4219
|
@Module = _module
|
|
4218
4220
|
@PageNumber = pagenumber
|
|
4219
4221
|
@PageSize = pagesize
|
|
@@ -4235,6 +4237,7 @@ module TencentCloud
|
|
|
4235
4237
|
@AlarmLevels = alarmlevels
|
|
4236
4238
|
@ConvergenceHistoryIDs = convergencehistoryids
|
|
4237
4239
|
@AlarmTypes = alarmtypes
|
|
4240
|
+
@ShieldStatus = shieldstatus
|
|
4238
4241
|
end
|
|
4239
4242
|
|
|
4240
4243
|
def deserialize(params)
|
|
@@ -4266,6 +4269,7 @@ module TencentCloud
|
|
|
4266
4269
|
@AlarmLevels = params['AlarmLevels']
|
|
4267
4270
|
@ConvergenceHistoryIDs = params['ConvergenceHistoryIDs']
|
|
4268
4271
|
@AlarmTypes = params['AlarmTypes']
|
|
4272
|
+
@ShieldStatus = params['ShieldStatus']
|
|
4269
4273
|
end
|
|
4270
4274
|
end
|
|
4271
4275
|
|
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.1168
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-11-
|
|
11
|
+
date: 2025-11-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|