tencentcloud-sdk-monitor 3.0.1163 → 3.0.1169

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bdc3f7f19d2f84b41f9074206bf3d5b1d4abd1a4
4
- data.tar.gz: 36eb272d76fd74b4dea2893db37a4c3544e56c69
3
+ metadata.gz: d609d4d1b5d378b5d08399650f0606892e048397
4
+ data.tar.gz: 46a53c2714b55d2a8eb6019f46f4bc7018f8b1ae
5
5
  SHA512:
6
- metadata.gz: 0c9aff16476712a57904caf224dc20d0bfd7f50047c74e9274e174b42e199f56dc7c5efdefb630d360bfe6209bbf7cea91d469d17c321d24f4ffdbc094b2c922
7
- data.tar.gz: bbd14033bdcaa0d2ca68bcd774039fb2dccaa8038729b00be32b4e11aa88142e72cc351b52975e25080b70e94728d1b45e9364f5e068b203ed5910798179c81b
6
+ metadata.gz: 3856eccd4a4386d3c7f275b59f0043666d84d8e2330c72a97c61ab815d5c4abfda6b38eb27d140b21fe3b36a5d97d72355515f104fb57939fb5fe9d4bbf0d982
7
+ data.tar.gz: 614d9afe452d2463dddf27e781b445d98bbabd79d289db06b32309dbd5e0dec7e078c79e85b8a4fd64ca96127bd28a76d68ebe3ddba363a83ea59e788eb8f0ad
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1163
1
+ 3.0.1169
@@ -295,7 +295,7 @@ module TencentCloud
295
295
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
296
296
  end
297
297
 
298
- # 本接口(CreateGrafanaInstance)用于创建 Grafana 包年包月实例,默认基础版、到期自动续费、不可使用代金券。
298
+ # 本接口(CreateGrafanaInstance)用于创建 Grafana 包年包月实例,默认基础版、到期自动续费。
299
299
 
300
300
  # @param request: Request instance for CreateGrafanaInstance.
301
301
  # @type request: :class:`Tencentcloud::monitor::V20180724::CreateGrafanaInstanceRequest`
@@ -391,10 +391,12 @@ module TencentCloud
391
391
  # @param Tags: 通知模板绑定的标签
392
392
  # 注意:此字段可能返回 null,表示取不到有效值。
393
393
  # @type Tags: Array
394
+ # @param IsLoginFree: 是否免登录,0-否,1-是
395
+ # @type IsLoginFree: Integer
394
396
 
395
- attr_accessor :Id, :Name, :UpdatedAt, :UpdatedBy, :NoticeType, :UserNotices, :URLNotices, :IsPreset, :NoticeLanguage, :PolicyIds, :AMPConsumerId, :CLSNotices, :Tags
397
+ attr_accessor :Id, :Name, :UpdatedAt, :UpdatedBy, :NoticeType, :UserNotices, :URLNotices, :IsPreset, :NoticeLanguage, :PolicyIds, :AMPConsumerId, :CLSNotices, :Tags, :IsLoginFree
396
398
 
397
- def initialize(id=nil, name=nil, updatedat=nil, updatedby=nil, noticetype=nil, usernotices=nil, urlnotices=nil, ispreset=nil, noticelanguage=nil, policyids=nil, ampconsumerid=nil, clsnotices=nil, tags=nil)
399
+ def initialize(id=nil, name=nil, updatedat=nil, updatedby=nil, noticetype=nil, usernotices=nil, urlnotices=nil, ispreset=nil, noticelanguage=nil, policyids=nil, ampconsumerid=nil, clsnotices=nil, tags=nil, isloginfree=nil)
398
400
  @Id = id
399
401
  @Name = name
400
402
  @UpdatedAt = updatedat
@@ -408,6 +410,7 @@ module TencentCloud
408
410
  @AMPConsumerId = ampconsumerid
409
411
  @CLSNotices = clsnotices
410
412
  @Tags = tags
413
+ @IsLoginFree = isloginfree
411
414
  end
412
415
 
413
416
  def deserialize(params)
@@ -452,6 +455,7 @@ module TencentCloud
452
455
  @Tags << tag_tmp
453
456
  end
454
457
  end
458
+ @IsLoginFree = params['IsLoginFree']
455
459
  end
456
460
  end
457
461
 
@@ -1480,10 +1484,12 @@ module TencentCloud
1480
1484
  # @type CLSNotices: Array
1481
1485
  # @param Tags: 模板绑定的标签
1482
1486
  # @type Tags: Array
1487
+ # @param IsLoginFree: 是否免登录,0-否,1-是
1488
+ # @type IsLoginFree: Integer
1483
1489
 
1484
- attr_accessor :Module, :Name, :NoticeType, :NoticeLanguage, :UserNotices, :URLNotices, :CLSNotices, :Tags
1490
+ attr_accessor :Module, :Name, :NoticeType, :NoticeLanguage, :UserNotices, :URLNotices, :CLSNotices, :Tags, :IsLoginFree
1485
1491
 
1486
- def initialize(_module=nil, name=nil, noticetype=nil, noticelanguage=nil, usernotices=nil, urlnotices=nil, clsnotices=nil, tags=nil)
1492
+ def initialize(_module=nil, name=nil, noticetype=nil, noticelanguage=nil, usernotices=nil, urlnotices=nil, clsnotices=nil, tags=nil, isloginfree=nil)
1487
1493
  @Module = _module
1488
1494
  @Name = name
1489
1495
  @NoticeType = noticetype
@@ -1492,6 +1498,7 @@ module TencentCloud
1492
1498
  @URLNotices = urlnotices
1493
1499
  @CLSNotices = clsnotices
1494
1500
  @Tags = tags
1501
+ @IsLoginFree = isloginfree
1495
1502
  end
1496
1503
 
1497
1504
  def deserialize(params)
@@ -1531,6 +1538,7 @@ module TencentCloud
1531
1538
  @Tags << tag_tmp
1532
1539
  end
1533
1540
  end
1541
+ @IsLoginFree = params['IsLoginFree']
1534
1542
  end
1535
1543
  end
1536
1544
 
@@ -2123,7 +2131,8 @@ module TencentCloud
2123
2131
  # @type InstanceName: String
2124
2132
  # @param VpcId: VPC ID (私有网络 ID)
2125
2133
  # @type VpcId: String
2126
- # @param SubnetIds: 子网 ID 数组(VPC ID下的子网 ID,只取第一个)
2134
+ # @param SubnetIds: 子网 ID 数组(VPC ID下的子网 ID,只取第一个)
2135
+ # 注意:并不是所有可用区都可用(可通过 monitor:DescribePrometheusZones 接口获取可用区状态,选择 ZoneState 和ZoneResourceState 都为1的可用区)
2127
2136
  # @type SubnetIds: Array
2128
2137
  # @param EnableInternet: 是否启用外网
2129
2138
  # @type EnableInternet: Boolean
@@ -4210,10 +4219,12 @@ module TencentCloud
4210
4219
  # @type ConvergenceHistoryIDs: Array
4211
4220
  # @param AlarmTypes: 告警类型
4212
4221
  # @type AlarmTypes: Array
4222
+ # @param ShieldStatus: 是否已屏蔽
4223
+ # @type ShieldStatus: Array
4213
4224
 
4214
- attr_accessor :Module, :PageNumber, :PageSize, :Order, :StartTime, :EndTime, :MonitorTypes, :AlarmObject, :AlarmStatus, :ProjectIds, :InstanceGroupIds, :Namespaces, :MetricNames, :PolicyName, :Content, :ReceiverUids, :ReceiverGroups, :PolicyIds, :AlarmLevels, :ConvergenceHistoryIDs, :AlarmTypes
4225
+ 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
4226
 
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)
4227
+ 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
4228
  @Module = _module
4218
4229
  @PageNumber = pagenumber
4219
4230
  @PageSize = pagesize
@@ -4235,6 +4246,7 @@ module TencentCloud
4235
4246
  @AlarmLevels = alarmlevels
4236
4247
  @ConvergenceHistoryIDs = convergencehistoryids
4237
4248
  @AlarmTypes = alarmtypes
4249
+ @ShieldStatus = shieldstatus
4238
4250
  end
4239
4251
 
4240
4252
  def deserialize(params)
@@ -4266,6 +4278,7 @@ module TencentCloud
4266
4278
  @AlarmLevels = params['AlarmLevels']
4267
4279
  @ConvergenceHistoryIDs = params['ConvergenceHistoryIDs']
4268
4280
  @AlarmTypes = params['AlarmTypes']
4281
+ @ShieldStatus = params['ShieldStatus']
4269
4282
  end
4270
4283
  end
4271
4284
 
@@ -11215,10 +11228,12 @@ module TencentCloud
11215
11228
  # @type CLSNotices: Array
11216
11229
  # @param PolicyIds: 告警通知模板绑定的告警策略ID列表
11217
11230
  # @type PolicyIds: Array
11231
+ # @param IsLoginFree: 是否免登录,0-否,1-是
11232
+ # @type IsLoginFree: Integer
11218
11233
 
11219
- attr_accessor :Module, :Name, :NoticeType, :NoticeLanguage, :NoticeId, :UserNotices, :URLNotices, :CLSNotices, :PolicyIds
11234
+ attr_accessor :Module, :Name, :NoticeType, :NoticeLanguage, :NoticeId, :UserNotices, :URLNotices, :CLSNotices, :PolicyIds, :IsLoginFree
11220
11235
 
11221
- def initialize(_module=nil, name=nil, noticetype=nil, noticelanguage=nil, noticeid=nil, usernotices=nil, urlnotices=nil, clsnotices=nil, policyids=nil)
11236
+ def initialize(_module=nil, name=nil, noticetype=nil, noticelanguage=nil, noticeid=nil, usernotices=nil, urlnotices=nil, clsnotices=nil, policyids=nil, isloginfree=nil)
11222
11237
  @Module = _module
11223
11238
  @Name = name
11224
11239
  @NoticeType = noticetype
@@ -11228,6 +11243,7 @@ module TencentCloud
11228
11243
  @URLNotices = urlnotices
11229
11244
  @CLSNotices = clsnotices
11230
11245
  @PolicyIds = policyids
11246
+ @IsLoginFree = isloginfree
11231
11247
  end
11232
11248
 
11233
11249
  def deserialize(params)
@@ -11261,6 +11277,7 @@ module TencentCloud
11261
11277
  end
11262
11278
  end
11263
11279
  @PolicyIds = params['PolicyIds']
11280
+ @IsLoginFree = params['IsLoginFree']
11264
11281
  end
11265
11282
  end
11266
11283
 
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.1163
4
+ version: 3.0.1169
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-06 00:00:00.000000000 Z
11
+ date: 2025-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common