tencentcloud-sdk-cdb 1.0.294 → 1.0.295

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: 2bda9605ed296f7c42c91bd5687ee9d460e7f30e
4
- data.tar.gz: 816b61ab0f450eb253250aa6a5ec1c18a32e50ef
3
+ metadata.gz: 4fe5cbfad94bf13981a6c8ac7d0c5a68d5e73121
4
+ data.tar.gz: 2e8ca791c5363495c3eed546c9451441d62b5158
5
5
  SHA512:
6
- metadata.gz: 4f81c8da19af0ca52c5e90f7d7b5404a994e865c0c04933ba5178527e8ee35c34ef94e7a2a57ea2d239bdc6ba787a1ab8ab08dfd75af79cec98cc9d15c0975bd
7
- data.tar.gz: f59d57f61d9144dfad6e867610d1bdaff9a40c74ef90ff6cd9af31cc8797d022bdfc16a7b4b026470db7c85a95fd2fd0558b1d847f916fc105e4f0386b853377
6
+ metadata.gz: 5e4f8c94a399e9ca98965197fbce80552615232819d9761565dfabe1ed77c647b65bbf825ae0a594134d67b7db779f8c64d77c11491e6f8d668f216a2b1ed5a5
7
+ data.tar.gz: ab9291881adc738a0701bc38b3ee417adf5ebfe1eec7c9b9c7244786b273c4788cecc6865bfb93db0bf79ccbad32fcdf7ff715734a06c5d98ce7e3136f2f14ab
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.294
1
+ 1.0.295
@@ -4412,7 +4412,7 @@ module TencentCloud
4412
4412
  class DescribeDefaultParamsRequest < TencentCloud::Common::AbstractModel
4413
4413
  # @param EngineVersion: mysql版本,目前支持 ["5.1", "5.5", "5.6", "5.7"]。
4414
4414
  # @type EngineVersion: String
4415
- # @param TemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模版,"HIGH_PERFORMANCE" - 高性能模版。
4415
+ # @param TemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
4416
4416
  # @type TemplateType: String
4417
4417
 
4418
4418
  attr_accessor :EngineVersion, :TemplateType
@@ -4968,9 +4968,9 @@ module TencentCloud
4968
4968
  class DescribeProxyConnectionPoolConfRequest < TencentCloud::Common::AbstractModel
4969
4969
  # @param InstanceId: 实例ID
4970
4970
  # @type InstanceId: String
4971
- # @param Offset: 分页
4971
+ # @param Offset: 分页查询偏移量
4972
4972
  # @type Offset: Integer
4973
- # @param Limit: 限制
4973
+ # @param Limit: 分页查询限制
4974
4974
  # @type Limit: Integer
4975
4975
 
4976
4976
  attr_accessor :InstanceId, :Offset, :Limit
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.294
4
+ version: 1.0.295
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-04-12 00:00:00.000000000 Z
11
+ date: 2022-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common