tencentcloud-sdk-monitor 3.0.1168 → 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: c8092902ed545226aebdb0be97567c6c004adeda
4
- data.tar.gz: 99b4f90f0345c3e930722c03f8ddee24f004f52e
3
+ metadata.gz: d609d4d1b5d378b5d08399650f0606892e048397
4
+ data.tar.gz: 46a53c2714b55d2a8eb6019f46f4bc7018f8b1ae
5
5
  SHA512:
6
- metadata.gz: 803bd1e53fab4c23ca9670fcfc2293f3be0332ee9e025c9e08510d4c07c823a2162b28d1aa63c6f6e0ebc5d5d5087873c3721d0021594aaf80bb6dac4f59444c
7
- data.tar.gz: 24d10c96c256b3cd33fba4de252c1088c60481980bef2f961c015653af4816405a2a55e0f62f7eef3d30fba7c08f1f24b6696ba9ea3ebc0eb3a57316167a1d23
6
+ metadata.gz: 3856eccd4a4386d3c7f275b59f0043666d84d8e2330c72a97c61ab815d5c4abfda6b38eb27d140b21fe3b36a5d97d72355515f104fb57939fb5fe9d4bbf0d982
7
+ data.tar.gz: 614d9afe452d2463dddf27e781b445d98bbabd79d289db06b32309dbd5e0dec7e078c79e85b8a4fd64ca96127bd28a76d68ebe3ddba363a83ea59e788eb8f0ad
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1168
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
@@ -11219,10 +11228,12 @@ module TencentCloud
11219
11228
  # @type CLSNotices: Array
11220
11229
  # @param PolicyIds: 告警通知模板绑定的告警策略ID列表
11221
11230
  # @type PolicyIds: Array
11231
+ # @param IsLoginFree: 是否免登录,0-否,1-是
11232
+ # @type IsLoginFree: Integer
11222
11233
 
11223
- attr_accessor :Module, :Name, :NoticeType, :NoticeLanguage, :NoticeId, :UserNotices, :URLNotices, :CLSNotices, :PolicyIds
11234
+ attr_accessor :Module, :Name, :NoticeType, :NoticeLanguage, :NoticeId, :UserNotices, :URLNotices, :CLSNotices, :PolicyIds, :IsLoginFree
11224
11235
 
11225
- 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)
11226
11237
  @Module = _module
11227
11238
  @Name = name
11228
11239
  @NoticeType = noticetype
@@ -11232,6 +11243,7 @@ module TencentCloud
11232
11243
  @URLNotices = urlnotices
11233
11244
  @CLSNotices = clsnotices
11234
11245
  @PolicyIds = policyids
11246
+ @IsLoginFree = isloginfree
11235
11247
  end
11236
11248
 
11237
11249
  def deserialize(params)
@@ -11265,6 +11277,7 @@ module TencentCloud
11265
11277
  end
11266
11278
  end
11267
11279
  @PolicyIds = params['PolicyIds']
11280
+ @IsLoginFree = params['IsLoginFree']
11268
11281
  end
11269
11282
  end
11270
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.1168
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-14 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