tencentcloud-sdk-cynosdb 3.0.1163 → 3.0.1164

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: f49cbd280edabefa1c67517d638d04eaeefaa8df
4
- data.tar.gz: 244f314dba24d1f27e4ca0d408326e3213f5d1c0
3
+ metadata.gz: 860dd922f97ef8375ea989705eddd7c5c020d876
4
+ data.tar.gz: 9b8b0b7f219d98c095c9676e02612ef751bfdaa4
5
5
  SHA512:
6
- metadata.gz: 92347b1ac4b027c459bb2448de8cbe4b664b34336313b436a2a8132ca8c6070d019c547b266dcd41bc18088bd2406257acbd79fdb8ea208c126ee4cd504c20b6
7
- data.tar.gz: 1883b1a2e8b18b1bb12441a0fbf93df4cd284fc487599bf3ffbba74ac5a5cab39a1237f21b285132686a22abc3c3af81851630ac531a0180ef3cde36e3ab1262
6
+ metadata.gz: b6e9ca0e249344186d79972179d805f34e749fc9bbd72de2d7c30b3073573f43446ac8cca9ba0d88af3920f55150e155c9c70918dd747f4b1df6554fe9149400
7
+ data.tar.gz: 2b4b84be05abce6827f4a25f775983f7e74585505a5eac6eee397cb58245659924ece9572d7a59816146c406c9563b5c785d6f0ed458bcabca8d5cc2f5fac30a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1163
1
+ 3.0.1164
@@ -2309,7 +2309,9 @@ module TencentCloud
2309
2309
  # @type AdminPassword: String
2310
2310
  # @param Port: 端口,默认3306,取值范围[0, 65535)
2311
2311
  # @type Port: Integer
2312
- # @param PayMode: 计费模式,按量计费:0,包年包月:1。默认按量计费。
2312
+ # @param PayMode: 计费模式,支持值为01,默认值为0。
2313
+ # 取值为0,表示按量计费。
2314
+ # 取值为1,表示包年包月。
2313
2315
  # @type PayMode: Integer
2314
2316
  # @param Count: 购买集群数,可选值范围[1,50],默认为1
2315
2317
  # @type Count: Integer
@@ -13503,7 +13505,7 @@ module TencentCloud
13503
13505
 
13504
13506
  # 查询参数过滤器
13505
13507
  class QueryParamFilter < TencentCloud::Common::AbstractModel
13506
- # @param Names: 搜索字段,目前支持:"InstanceId", "ProjectId", "InstanceName", "Vip"
13508
+ # @param Names: 搜索字段,目前支持:ProxyGroupId
13507
13509
  # @type Names: Array
13508
13510
  # @param Values: 搜索字符串
13509
13511
  # @type Values: Array
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cynosdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1163
4
+ version: 3.0.1164
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-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common