tencentcloud-sdk-cynosdb 3.0.924 → 3.0.925
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/v20190107/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: 0d71108b8c015b293bc56db41e94f08a4d2af023
|
|
4
|
+
data.tar.gz: 08792dcecd29f358a4157fb6dfb97031a123778c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34fe337ad72470fff7348721b5b501fc458d81b4162333d6860412036b19707b6d033f51dfc85ec9f158ce09795c0bc40eee7aec46f502b00a7918bdd1290619
|
|
7
|
+
data.tar.gz: cfbb57636fe3643d62a117cf14ab766e23066b1eda0977814bef8185176acff14666ec929e33a96d56ed6ec304fb5cca4054be03045b07414845f61532788bd4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.925
|
data/lib/v20190107/models.rb
CHANGED
|
@@ -38,10 +38,13 @@ module TencentCloud
|
|
|
38
38
|
# @param NoSupportTransparentDataEncryptionReason: 不支持透明数据加密原因
|
|
39
39
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
40
40
|
# @type NoSupportTransparentDataEncryptionReason: String
|
|
41
|
+
# @param IsSupportManualLogic: 是否支持手动发起逻辑备份
|
|
42
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
43
|
+
# @type IsSupportManualLogic: String
|
|
41
44
|
|
|
42
|
-
attr_accessor :IsSupportSlaveZone, :NonsupportSlaveZoneReason, :IsSupportRo, :NonsupportRoReason, :IsSupportManualSnapshot, :IsSupportTransparentDataEncryption, :NoSupportTransparentDataEncryptionReason
|
|
45
|
+
attr_accessor :IsSupportSlaveZone, :NonsupportSlaveZoneReason, :IsSupportRo, :NonsupportRoReason, :IsSupportManualSnapshot, :IsSupportTransparentDataEncryption, :NoSupportTransparentDataEncryptionReason, :IsSupportManualLogic
|
|
43
46
|
|
|
44
|
-
def initialize(issupportslavezone=nil, nonsupportslavezonereason=nil, issupportro=nil, nonsupportroreason=nil, issupportmanualsnapshot=nil, issupporttransparentdataencryption=nil, nosupporttransparentdataencryptionreason=nil)
|
|
47
|
+
def initialize(issupportslavezone=nil, nonsupportslavezonereason=nil, issupportro=nil, nonsupportroreason=nil, issupportmanualsnapshot=nil, issupporttransparentdataencryption=nil, nosupporttransparentdataencryptionreason=nil, issupportmanuallogic=nil)
|
|
45
48
|
@IsSupportSlaveZone = issupportslavezone
|
|
46
49
|
@NonsupportSlaveZoneReason = nonsupportslavezonereason
|
|
47
50
|
@IsSupportRo = issupportro
|
|
@@ -49,6 +52,7 @@ module TencentCloud
|
|
|
49
52
|
@IsSupportManualSnapshot = issupportmanualsnapshot
|
|
50
53
|
@IsSupportTransparentDataEncryption = issupporttransparentdataencryption
|
|
51
54
|
@NoSupportTransparentDataEncryptionReason = nosupporttransparentdataencryptionreason
|
|
55
|
+
@IsSupportManualLogic = issupportmanuallogic
|
|
52
56
|
end
|
|
53
57
|
|
|
54
58
|
def deserialize(params)
|
|
@@ -59,6 +63,7 @@ module TencentCloud
|
|
|
59
63
|
@IsSupportManualSnapshot = params['IsSupportManualSnapshot']
|
|
60
64
|
@IsSupportTransparentDataEncryption = params['IsSupportTransparentDataEncryption']
|
|
61
65
|
@NoSupportTransparentDataEncryptionReason = params['NoSupportTransparentDataEncryptionReason']
|
|
66
|
+
@IsSupportManualLogic = params['IsSupportManualLogic']
|
|
62
67
|
end
|
|
63
68
|
end
|
|
64
69
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cynosdb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.925
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-10-
|
|
11
|
+
date: 2024-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|