tencentcloud-sdk-cdb 3.0.980 → 3.0.982
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 +6 -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: 3135beb2f770e2d7ac09a141397ad338d2566e23
|
|
4
|
+
data.tar.gz: 1023f311f1565e77e93d39ef5cb6fed93565e54d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0c0c17632aea50eae211624a23cf633526e0d024823dc5fa8cae8b9775776a5f6b095101224bed80f3eac56755206d8465f25d58c637fe496af4dcbb83aad81
|
|
7
|
+
data.tar.gz: 4bbe6226ae2a24366c669509e6bc3fe33e12ca12528a72a33db3f4f5ad8dc952eec8cf7ef66a82bea950ae07efae6caaf91bcd88af39663ab2f9c546e37d14d0
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.982
|
data/lib/v20170320/models.rb
CHANGED
|
@@ -1127,10 +1127,12 @@ module TencentCloud
|
|
|
1127
1127
|
# @type EncryptionFlag: String
|
|
1128
1128
|
# @param ExecutedGTIDSet: 备份GTID点位
|
|
1129
1129
|
# @type ExecutedGTIDSet: String
|
|
1130
|
+
# @param MD5: 备份文件MD5值
|
|
1131
|
+
# @type MD5: String
|
|
1130
1132
|
|
|
1131
|
-
attr_accessor :Name, :Size, :Date, :IntranetUrl, :InternetUrl, :Type, :BackupId, :Status, :FinishTime, :Creator, :StartTime, :Method, :Way, :ManualBackupName, :SaveMode, :Region, :RemoteInfo, :CosStorageType, :InstanceId, :EncryptionFlag, :ExecutedGTIDSet
|
|
1133
|
+
attr_accessor :Name, :Size, :Date, :IntranetUrl, :InternetUrl, :Type, :BackupId, :Status, :FinishTime, :Creator, :StartTime, :Method, :Way, :ManualBackupName, :SaveMode, :Region, :RemoteInfo, :CosStorageType, :InstanceId, :EncryptionFlag, :ExecutedGTIDSet, :MD5
|
|
1132
1134
|
|
|
1133
|
-
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, executedgtidset=nil)
|
|
1135
|
+
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, executedgtidset=nil, md5=nil)
|
|
1134
1136
|
@Name = name
|
|
1135
1137
|
@Size = size
|
|
1136
1138
|
@Date = date
|
|
@@ -1152,6 +1154,7 @@ module TencentCloud
|
|
|
1152
1154
|
@InstanceId = instanceid
|
|
1153
1155
|
@EncryptionFlag = encryptionflag
|
|
1154
1156
|
@ExecutedGTIDSet = executedgtidset
|
|
1157
|
+
@MD5 = md5
|
|
1155
1158
|
end
|
|
1156
1159
|
|
|
1157
1160
|
def deserialize(params)
|
|
@@ -1183,6 +1186,7 @@ module TencentCloud
|
|
|
1183
1186
|
@InstanceId = params['InstanceId']
|
|
1184
1187
|
@EncryptionFlag = params['EncryptionFlag']
|
|
1185
1188
|
@ExecutedGTIDSet = params['ExecutedGTIDSet']
|
|
1189
|
+
@MD5 = params['MD5']
|
|
1186
1190
|
end
|
|
1187
1191
|
end
|
|
1188
1192
|
|
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.982
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-01-
|
|
11
|
+
date: 2025-01-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|