tencentcloud-sdk-monitor 3.0.409 → 3.0.411
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 +22 -5
- 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: 9c56a5c323b7511271877033d0e59f5768d7bbc9
|
4
|
+
data.tar.gz: e2fbf717a7c2b6db8292ffa433f26ce9d2bba6c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2e676cd11c05e007baac7edaa33c173a18dfef1b804c11b25644af3f965c50953ee9db8bb46cd81463e2ccb3fda1a79ff6edb6a33048ed0224374e41167c72f
|
7
|
+
data.tar.gz: 4c2d6e96d7d4d67e5ffb266f5e1dd9cf871217d15488fac2e3659ce2940be04415a4b89d922ce2fae523e7c180e37aa9a6aba579fc93a6bc2d0f64a447910ecc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.411
|
data/lib/v20180724/models.rb
CHANGED
@@ -1038,7 +1038,7 @@ module TencentCloud
|
|
1038
1038
|
# @param CalcValue: 检测值
|
1039
1039
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1040
1040
|
# @type CalcValue: String
|
1041
|
-
# @param ContinueTime:
|
1041
|
+
# @param ContinueTime: 持续时间,单位秒
|
1042
1042
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1043
1043
|
# @type ContinueTime: String
|
1044
1044
|
# @param MetricID: 指标ID
|
@@ -1051,10 +1051,17 @@ module TencentCloud
|
|
1051
1051
|
# @type RuleID: Integer
|
1052
1052
|
# @param Unit: 指标单位
|
1053
1053
|
# @type Unit: String
|
1054
|
+
# @param IsAdvanced: 是否为高级指标,0:否;1:是
|
1055
|
+
# @type IsAdvanced: Integer
|
1056
|
+
# @param IsOpen: 是否开通高级指标,0:否;1:是
|
1057
|
+
# @type IsOpen: Integer
|
1058
|
+
# @param ProductId: 产品ID
|
1059
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1060
|
+
# @type ProductId: String
|
1054
1061
|
|
1055
|
-
attr_accessor :AlarmNotifyPeriod, :AlarmNotifyType, :CalcType, :CalcValue, :ContinueTime, :MetricID, :MetricDisplayName, :Period, :RuleID, :Unit
|
1062
|
+
attr_accessor :AlarmNotifyPeriod, :AlarmNotifyType, :CalcType, :CalcValue, :ContinueTime, :MetricID, :MetricDisplayName, :Period, :RuleID, :Unit, :IsAdvanced, :IsOpen, :ProductId
|
1056
1063
|
|
1057
|
-
def initialize(alarmnotifyperiod=nil, alarmnotifytype=nil, calctype=nil, calcvalue=nil, continuetime=nil, metricid=nil, metricdisplayname=nil, period=nil, ruleid=nil, unit=nil)
|
1064
|
+
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)
|
1058
1065
|
@AlarmNotifyPeriod = alarmnotifyperiod
|
1059
1066
|
@AlarmNotifyType = alarmnotifytype
|
1060
1067
|
@CalcType = calctype
|
@@ -1065,6 +1072,9 @@ module TencentCloud
|
|
1065
1072
|
@Period = period
|
1066
1073
|
@RuleID = ruleid
|
1067
1074
|
@Unit = unit
|
1075
|
+
@IsAdvanced = isadvanced
|
1076
|
+
@IsOpen = isopen
|
1077
|
+
@ProductId = productid
|
1068
1078
|
end
|
1069
1079
|
|
1070
1080
|
def deserialize(params)
|
@@ -1078,6 +1088,9 @@ module TencentCloud
|
|
1078
1088
|
@Period = params['Period']
|
1079
1089
|
@RuleID = params['RuleID']
|
1080
1090
|
@Unit = params['Unit']
|
1091
|
+
@IsAdvanced = params['IsAdvanced']
|
1092
|
+
@IsOpen = params['IsOpen']
|
1093
|
+
@ProductId = params['ProductId']
|
1081
1094
|
end
|
1082
1095
|
end
|
1083
1096
|
|
@@ -3962,10 +3975,12 @@ module TencentCloud
|
|
3962
3975
|
# @type Offset: Integer
|
3963
3976
|
# @param UpdateTimeOrder: 指定按更新时间的排序方式,asc=升序, desc=降序
|
3964
3977
|
# @type UpdateTimeOrder: String
|
3978
|
+
# @param PolicyCountOrder: 指定按绑定策略数目的排序方式,asc=升序, desc=降序
|
3979
|
+
# @type PolicyCountOrder: String
|
3965
3980
|
|
3966
|
-
attr_accessor :Module, :ViewName, :GroupName, :GroupID, :Limit, :Offset, :UpdateTimeOrder
|
3981
|
+
attr_accessor :Module, :ViewName, :GroupName, :GroupID, :Limit, :Offset, :UpdateTimeOrder, :PolicyCountOrder
|
3967
3982
|
|
3968
|
-
def initialize(_module=nil, viewname=nil, groupname=nil, groupid=nil, limit=nil, offset=nil, updatetimeorder=nil)
|
3983
|
+
def initialize(_module=nil, viewname=nil, groupname=nil, groupid=nil, limit=nil, offset=nil, updatetimeorder=nil, policycountorder=nil)
|
3969
3984
|
@Module = _module
|
3970
3985
|
@ViewName = viewname
|
3971
3986
|
@GroupName = groupname
|
@@ -3973,6 +3988,7 @@ module TencentCloud
|
|
3973
3988
|
@Limit = limit
|
3974
3989
|
@Offset = offset
|
3975
3990
|
@UpdateTimeOrder = updatetimeorder
|
3991
|
+
@PolicyCountOrder = policycountorder
|
3976
3992
|
end
|
3977
3993
|
|
3978
3994
|
def deserialize(params)
|
@@ -3983,6 +3999,7 @@ module TencentCloud
|
|
3983
3999
|
@Limit = params['Limit']
|
3984
4000
|
@Offset = params['Offset']
|
3985
4001
|
@UpdateTimeOrder = params['UpdateTimeOrder']
|
4002
|
+
@PolicyCountOrder = params['PolicyCountOrder']
|
3986
4003
|
end
|
3987
4004
|
end
|
3988
4005
|
|
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.411
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|