tencentcloud-sdk-cdb 3.0.464 → 3.0.465

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: f74276885773b536f85c44ada8b85660df70c6d3
4
- data.tar.gz: 15e1814bff6b5a165f0f1f9e934c755b13f37cf4
3
+ metadata.gz: cafbc622599540128722a3a0e15c42c654d3a37b
4
+ data.tar.gz: f2e494f35a0e44b2fe1dcb22bd27c354f5b53efa
5
5
  SHA512:
6
- metadata.gz: ca16342f27e548ad77777067e7cc8de2e601c088a5be696e46149bf9b1a0ad717e28e71d82907e346f81cc5f88026b21df07b15ba841498d29310e4bab811f64
7
- data.tar.gz: f324add777a3561423af2a9d602fd46f6022dd060a04d0fc7591f7beb3e898887aa18047e4df439e44983012e7ce1bdeba96e461beb7e5cbeee643bd50833606
6
+ metadata.gz: 0d97035d07a484988f1b77d06096c4181063b13ec9908e1356291b4cdfb987f4e54dfd7c4ea8b3781adb89cbcf92d9cb444b2936645398bd4e19868dfcc87f7b
7
+ data.tar.gz: 24d8b24f93267205816107f7a8fbaa43fe8e31d22addfc55a04b458d15401dbbd4e617ff9ac97dc601369b23ea34bfcdf799f1570dc4bdacf96b4c18cb30e8af
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.464
1
+ 3.0.465
@@ -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.465
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-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common