tencentcloud-sdk-cdb 3.0.771 → 3.0.772

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 42e033f0e2d8d6bf666588874c655735b69ea5c7
4
- data.tar.gz: a3fa197764f1a67deee321e4a8120ab4d4e13aa9
3
+ metadata.gz: 36ffed0a3aefc19a33b698a8683870a6f80ed5a1
4
+ data.tar.gz: 108ea7bded0b6b56e8abf2473d3fc252de801d63
5
5
  SHA512:
6
- metadata.gz: a8d8f6e48672d5b3062f287375bcd8a975ac90267b8c1ed0844caf5dc1a642c8ca6bbca334a65e29fcc96e020e35162c251075a64932456a0a47190d2276c842
7
- data.tar.gz: ed8faf5aa72ea3d42f85caa92a0c2dd2499672ff1fc6562132abb028290c3bbc50bbd620596505144d9c08e6008f29456feefdb697621e2b64a495ca89aa0945
6
+ metadata.gz: 0c56ae9c87c695fe358226b3b5d8ce6c65922108c5262ad024b7f94a7cae585ff1406ffffee473849bde89cf56dd63b9a1962849b16021518966257f81ea62eb
7
+ data.tar.gz: c1e051897a4d9b6458cb42e7f36a6e16e3bab19aeb86316c5a5f128b01c19651ae4ed9c637348418a121afcaed385e71990a5280543a766259f5cbb3194a6fbc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.771
1
+ 3.0.772
@@ -2656,7 +2656,7 @@ module TencentCloud
2656
2656
  # @type MasterRegion: String
2657
2657
  # @param Port: 自定义端口,端口支持范围:[ 1024-65535 ] 。
2658
2658
  # @type Port: Integer
2659
- # @param Password: 设置 root 帐号密码,密码规则:8 - 64 个字符,至少包含字母、数字、字符(支持的字符:_+-&=!@#$%^*())中的两种,购买主实例时可指定该参数,购买只读实例或者灾备实例时指定该参数无意义。
2659
+ # @param Password: 设置 root 账号密码,密码规则:8 - 64 个字符,至少包含字母、数字、字符(支持的字符:_+-&=!@#$%^*())中的两种,购买主实例时可指定该参数,购买只读实例或者灾备实例时指定该参数无意义。
2660
2660
  # @type Password: String
2661
2661
  # @param ParamList: 参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。
2662
2662
  # @type ParamList: Array
@@ -10679,8 +10679,8 @@ module TencentCloud
10679
10679
 
10680
10680
  attr_accessor :InstanceId, :ParamName, :OldValue, :NewValue, :IsSucess, :ModifyTime, :IsSuccess
10681
10681
  extend Gem::Deprecate
10682
- deprecate :IsSucess, :none, 2024, 2
10683
- deprecate :IsSucess=, :none, 2024, 2
10682
+ deprecate :IsSucess, :none, 2024, 3
10683
+ deprecate :IsSucess=, :none, 2024, 3
10684
10684
 
10685
10685
  def initialize(instanceid=nil, paramname=nil, oldvalue=nil, newvalue=nil, issucess=nil, modifytime=nil, issuccess=nil)
10686
10686
  @InstanceId = instanceid
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: 3.0.771
4
+ version: 3.0.772
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-28 00:00:00.000000000 Z
11
+ date: 2024-02-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common