tencentcloud-sdk-cdb 3.0.463 → 3.0.465
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170320/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cafbc622599540128722a3a0e15c42c654d3a37b
|
4
|
+
data.tar.gz: f2e494f35a0e44b2fe1dcb22bd27c354f5b53efa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d97035d07a484988f1b77d06096c4181063b13ec9908e1356291b4cdfb987f4e54dfd7c4ea8b3781adb89cbcf92d9cb444b2936645398bd4e19868dfcc87f7b
|
7
|
+
data.tar.gz: 24d8b24f93267205816107f7a8fbaa43fe8e31d22addfc55a04b458d15401dbbd4e617ff9ac97dc601369b23ea34bfcdf799f1570dc4bdacf96b4c18cb30e8af
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.465
|
data/lib/v20170320/models.rb
CHANGED
@@ -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.
|
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-
|
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
|