tencentcloud-sdk-monitor 3.0.409 → 3.0.410

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180724/models.rb +22 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7bf30909f1323af76ff5b61d5432caa17895766d
4
- data.tar.gz: 2e62df4145bee88dc83bdf895f3b287b57222a3a
3
+ metadata.gz: 0b956a99440c2a28d022aabb16bf4823cc538bce
4
+ data.tar.gz: 164a427328d05bd45ab892a590c5e02b42836dd8
5
5
  SHA512:
6
- metadata.gz: 56e293a7867c44a1e2d7cc4e8df1e4d3c8ca1907b2eaa8a55145a58668eef73f5de83053a7f054f77e933e1697dad6d155e1901dd5877621299b8fb36449c17f
7
- data.tar.gz: 64dc033bf9b079e42d05f8d70df45b33c5df87643fe711066ebb87735c3b7688ee145472fb824770214cc97e4dcabeaefdf47fe3721baf27e454a999c76c0ffd
6
+ metadata.gz: 61394d8a5e5027f24249744d5b1513f13972d61672327b58d6c9e6e3b592d6bbb504ed48fb66d07bc03500b27c3c0aee66f25a739f935fe3bbd896df82158921
7
+ data.tar.gz: be1801d0b817e73451c16103d50a1a40e42d13cbe49f55dd1fe2cfccb984b82f300dcc4ed0ae3e56aa9b51aaaa39a6feba4e45ec1fafd189c0a890381690e6d4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.409
1
+ 3.0.410
@@ -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.409
4
+ version: 3.0.410
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-14 00:00:00.000000000 Z
11
+ date: 2022-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common