tencentcloud-sdk-cdb 3.0.724 → 3.0.726

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: 52d3a31bfea6adfc80aab3d2e2ad7ea2938f55db
4
- data.tar.gz: 38a491923d2b357c958951457a09f26d87757b92
3
+ metadata.gz: e8f46a63c67a162638ada030d54261887fccf73f
4
+ data.tar.gz: 4098dff204f35d68eca9ef2eeae9270e71504302
5
5
  SHA512:
6
- metadata.gz: d6c7fe292ea18248c767dc4b48b38982e7198ee0e01ac16e1aa6f245fb5d680801b6903aea94d819d0b4fc0e43219fe195c757be0ac7340bd7a1fb1868dac47e
7
- data.tar.gz: abbd4bd5ebcfdfb3e019266ed6825ac583b836aa694dc0b19d0e675211cf77547f8e489590f8055bfa19f5737e6ac592a863a98a33fa469c53dddd9139c0ddf5
6
+ metadata.gz: 2d73ef64cac360dce74baa9b8b28c6c4e9a1b96de4e7db1df9c9cbaf7293084ea89518c168f000a66c5417889668a8c0df700ce21fbd06ce9007513092d13dd7
7
+ data.tar.gz: 55076d01a4786789aefa6069ec4b774e5929f30af703098c2eb10856c645debc1b66e576958f1bf5f4d5763cab639aa0bb3bd15c7da87bbff3b239f752f20d2c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.724
1
+ 3.0.726
@@ -4577,17 +4577,21 @@ module TencentCloud
4577
4577
  # @type InstanceId: String
4578
4578
  # @param BackupId: 实例的备份ID,可通过DescribeBackups接口查询备份的ID。
4579
4579
  # @type BackupId: Integer
4580
+ # @param BackupType: 备份类型 data: 数据备份 binlog:日志备份,默认为data
4581
+ # @type BackupType: String
4580
4582
 
4581
- attr_accessor :InstanceId, :BackupId
4583
+ attr_accessor :InstanceId, :BackupId, :BackupType
4582
4584
 
4583
- def initialize(instanceid=nil, backupid=nil)
4585
+ def initialize(instanceid=nil, backupid=nil, backuptype=nil)
4584
4586
  @InstanceId = instanceid
4585
4587
  @BackupId = backupid
4588
+ @BackupType = backuptype
4586
4589
  end
4587
4590
 
4588
4591
  def deserialize(params)
4589
4592
  @InstanceId = params['InstanceId']
4590
4593
  @BackupId = params['BackupId']
4594
+ @BackupType = params['BackupType']
4591
4595
  end
4592
4596
  end
4593
4597
 
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.724
4
+ version: 3.0.726
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-10 00:00:00.000000000 Z
11
+ date: 2023-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common