tencentcloud-sdk-cdb 3.0.770 → 3.0.772

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: 7acbf0b1129dd06ebe8a8777d724ee18cb6f2c1b
4
- data.tar.gz: 2e3d5bcc8110cd5cd90e4e386def09d601b236b1
3
+ metadata.gz: 36ffed0a3aefc19a33b698a8683870a6f80ed5a1
4
+ data.tar.gz: 108ea7bded0b6b56e8abf2473d3fc252de801d63
5
5
  SHA512:
6
- metadata.gz: 50f691f48fa4dbd75c90d9edac4df38831079b3af7909861661f7100d184b7e29439ac869006c9fd4e454560169b50e257aad506719a6d97513b8ad796ef54a4
7
- data.tar.gz: 97ab711053368b83d1ad109649b392c12c624413bfb947c94a7298bd69b82e4788279f861067037402ceead711e267e1c15a7b39491c4ca0d29a04c505d5e4bb
6
+ metadata.gz: 0c56ae9c87c695fe358226b3b5d8ce6c65922108c5262ad024b7f94a7cae585ff1406ffffee473849bde89cf56dd63b9a1962849b16021518966257f81ea62eb
7
+ data.tar.gz: c1e051897a4d9b6458cb42e7f36a6e16e3bab19aeb86316c5a5f128b01c19651ae4ed9c637348418a121afcaed385e71990a5280543a766259f5cbb3194a6fbc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.770
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
@@ -9389,19 +9389,19 @@ module TencentCloud
9389
9389
  # @type BackupPeriodSaveCount: Integer
9390
9390
  # @param StartBackupPeriodSaveDate: 定期保留策略周期起始日期,格式:YYYY-MM-dd HH:mm:ss
9391
9391
  # @type StartBackupPeriodSaveDate: String
9392
- # @param EnableBackupArchive: 是否开启数据备份归档策略,off-关闭,on-打开,默认为off
9392
+ # @param EnableBackupArchive: 是否开启数据备份归档策略,off-关闭,on-打开,如果不指定该入参, 则保持不变。
9393
9393
  # @type EnableBackupArchive: String
9394
9394
  # @param BackupArchiveDays: 数据备份归档起始天数,数据备份达到归档起始天数时进行归档,最小为180天,不得大于数据备份保留天数
9395
9395
  # @type BackupArchiveDays: Integer
9396
9396
  # @param BinlogArchiveDays: 日志备份归档起始天数,日志备份达到归档起始天数时进行归档,最小为180天,不得大于日志备份保留天数
9397
9397
  # @type BinlogArchiveDays: Integer
9398
- # @param EnableBinlogArchive: 是否开启日志备份归档策略,off-关闭,on-打开,默认为off
9398
+ # @param EnableBinlogArchive: 是否开启日志备份归档策略,off-关闭,on-打开,如果不指定该入参, 则保持不变。
9399
9399
  # @type EnableBinlogArchive: String
9400
- # @param EnableBackupStandby: 是否开启数据备份标准存储策略,off-关闭,on-打开,默认为off
9400
+ # @param EnableBackupStandby: 是否开启数据备份标准存储策略,off-关闭,on-打开,如果不指定该入参, 则保持不变。
9401
9401
  # @type EnableBackupStandby: String
9402
9402
  # @param BackupStandbyDays: 数据备份标准存储起始天数,数据备份达到标准存储起始天数时进行转换,最小为30天,不得大于数据备份保留天数。如果开启备份归档,不得大于等于备份归档天数
9403
9403
  # @type BackupStandbyDays: Integer
9404
- # @param EnableBinlogStandby: 是否开启日志备份标准存储策略,off-关闭,on-打开,默认为off
9404
+ # @param EnableBinlogStandby: 是否开启日志备份标准存储策略,off-关闭,on-打开,如果不指定该入参, 则保持不变。
9405
9405
  # @type EnableBinlogStandby: String
9406
9406
  # @param BinlogStandbyDays: 日志备份标准存储起始天数,日志备份达到标准存储起始天数时进行转换,最小为30天,不得大于日志备份保留天数。如果开启备份归档,不得大于等于备份归档天数
9407
9407
  # @type BinlogStandbyDays: Integer
@@ -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.770
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-27 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