tencentcloud-sdk-dbbrain 3.0.1019 → 3.0.1020

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: e005dd1195847ad73b9f0788abac0d100ffb36f1
4
- data.tar.gz: 1cbb3f3962c9fd7f120bf453f928ebf51d5df5a6
3
+ metadata.gz: b6a887fd57deed5b77f7faea84401239855a8f76
4
+ data.tar.gz: 4dbbdd37b5d0478f05d018ce8516a0f47ddae1ea
5
5
  SHA512:
6
- metadata.gz: e7fe82e913da3bfa71d6c541c9d4fa7062d596b68b9f14876914efac2a20f4fce957705b7f1a07b29d405a5d670ae0436700a0cbbb3ead5f0fff35d21452f0a5
7
- data.tar.gz: 7986e09df27132f289f8d9d5f8584677275f1e27b1a699b5394846363aeacfc20caccbc9739f8e227d431accc0434a0df65bf130836e51c7102d7eca77fe1b6a
6
+ metadata.gz: 769b8226eb77605fb6c224e978682a94b81360344b5f5d7b75a9a78aab702dee74e2c41e5b698710408ce2b06fead2ff5c4bb41248908de16d2f02c2f76a11d9
7
+ data.tar.gz: 520153034d859401979455373a8eb55f160aee454930009909d11cab302cdaca80e2b4ef5ba6ffda39de47b73ebd53e29130c284e94b9ec9bc27e8da8e0ad264
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1019
1
+ 3.0.1020
@@ -1698,18 +1698,21 @@ module TencentCloud
1698
1698
  # @type Severities: Array
1699
1699
  # @param InstanceIds: 实例ID列表。
1700
1700
  # @type InstanceIds: Array
1701
+ # @param Product: 服务产品类型,支持值包括:"mysql" - 云数据库 MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
1702
+ # @type Product: String
1701
1703
  # @param Offset: 偏移量,默认0。
1702
1704
  # @type Offset: Integer
1703
1705
  # @param Limit: 返回数量,默认20,最大值为50。
1704
1706
  # @type Limit: Integer
1705
1707
 
1706
- attr_accessor :StartTime, :EndTime, :Severities, :InstanceIds, :Offset, :Limit
1708
+ attr_accessor :StartTime, :EndTime, :Severities, :InstanceIds, :Product, :Offset, :Limit
1707
1709
 
1708
- def initialize(starttime=nil, endtime=nil, severities=nil, instanceids=nil, offset=nil, limit=nil)
1710
+ def initialize(starttime=nil, endtime=nil, severities=nil, instanceids=nil, product=nil, offset=nil, limit=nil)
1709
1711
  @StartTime = starttime
1710
1712
  @EndTime = endtime
1711
1713
  @Severities = severities
1712
1714
  @InstanceIds = instanceids
1715
+ @Product = product
1713
1716
  @Offset = offset
1714
1717
  @Limit = limit
1715
1718
  end
@@ -1719,6 +1722,7 @@ module TencentCloud
1719
1722
  @EndTime = params['EndTime']
1720
1723
  @Severities = params['Severities']
1721
1724
  @InstanceIds = params['InstanceIds']
1725
+ @Product = params['Product']
1722
1726
  @Offset = params['Offset']
1723
1727
  @Limit = params['Limit']
1724
1728
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dbbrain
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1019
4
+ version: 3.0.1020
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-03-14 00:00:00.000000000 Z
11
+ date: 2025-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common