tencentcloud-sdk-cdb 3.0.464 → 3.0.466

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: f74276885773b536f85c44ada8b85660df70c6d3
4
- data.tar.gz: 15e1814bff6b5a165f0f1f9e934c755b13f37cf4
3
+ metadata.gz: 2d2464d1ee367fa3fadb2e59d8df3ba900e30399
4
+ data.tar.gz: 7d8535579e05ed8a2fe5c1f03c16dc6fdea9fda7
5
5
  SHA512:
6
- metadata.gz: ca16342f27e548ad77777067e7cc8de2e601c088a5be696e46149bf9b1a0ad717e28e71d82907e346f81cc5f88026b21df07b15ba841498d29310e4bab811f64
7
- data.tar.gz: f324add777a3561423af2a9d602fd46f6022dd060a04d0fc7591f7beb3e898887aa18047e4df439e44983012e7ce1bdeba96e461beb7e5cbeee643bd50833606
6
+ metadata.gz: 1ac18cdac4a05fd88c24436e39bde67ef54bc4874c7c11d22d7c5820c590f5f9da74f0ceb6c44f3a01b0ea2e2855aa2151eaf72ac93c07745fcd5e60bcaa5b05
7
+ data.tar.gz: c4b659fc9f0ad69425c3ce17d99c39233fcb77c4c45a959a4418f3179c0e0815e3d4de83be73e3ba0846bc70fc2f36ec72cc143f1b6e034238f2538145848e04
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.464
1
+ 3.0.466
@@ -584,10 +584,13 @@ module TencentCloud
584
584
  # @type CosStorageType: Integer
585
585
  # @param InstanceId: 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
586
586
  # @type InstanceId: String
587
+ # @param EncryptionFlag: 备份文件是否加密, on-加密, off-未加密
588
+ # 注意:此字段可能返回 null,表示取不到有效值。
589
+ # @type EncryptionFlag: String
587
590
 
588
- attr_accessor :Name, :Size, :Date, :IntranetUrl, :InternetUrl, :Type, :BackupId, :Status, :FinishTime, :Creator, :StartTime, :Method, :Way, :ManualBackupName, :SaveMode, :Region, :RemoteInfo, :CosStorageType, :InstanceId
591
+ attr_accessor :Name, :Size, :Date, :IntranetUrl, :InternetUrl, :Type, :BackupId, :Status, :FinishTime, :Creator, :StartTime, :Method, :Way, :ManualBackupName, :SaveMode, :Region, :RemoteInfo, :CosStorageType, :InstanceId, :EncryptionFlag
589
592
 
590
- def initialize(name=nil, size=nil, date=nil, intraneturl=nil, interneturl=nil, type=nil, backupid=nil, status=nil, finishtime=nil, creator=nil, starttime=nil, method=nil, way=nil, manualbackupname=nil, savemode=nil, region=nil, remoteinfo=nil, cosstoragetype=nil, instanceid=nil)
593
+ def initialize(name=nil, size=nil, date=nil, intraneturl=nil, interneturl=nil, type=nil, backupid=nil, status=nil, finishtime=nil, creator=nil, starttime=nil, method=nil, way=nil, manualbackupname=nil, savemode=nil, region=nil, remoteinfo=nil, cosstoragetype=nil, instanceid=nil, encryptionflag=nil)
591
594
  @Name = name
592
595
  @Size = size
593
596
  @Date = date
@@ -607,6 +610,7 @@ module TencentCloud
607
610
  @RemoteInfo = remoteinfo
608
611
  @CosStorageType = cosstoragetype
609
612
  @InstanceId = instanceid
613
+ @EncryptionFlag = encryptionflag
610
614
  end
611
615
 
612
616
  def deserialize(params)
@@ -636,6 +640,7 @@ module TencentCloud
636
640
  end
637
641
  @CosStorageType = params['CosStorageType']
638
642
  @InstanceId = params['InstanceId']
643
+ @EncryptionFlag = params['EncryptionFlag']
639
644
  end
640
645
  end
641
646
 
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.464
4
+ version: 3.0.466
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-12-02 00:00:00.000000000 Z
11
+ date: 2022-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common