tencentcloud-sdk-cynosdb 3.0.923 → 3.0.925

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: 189faaf292c9b0e9c1c63e96f6a5e64e373e535e
4
- data.tar.gz: 47a938e355fbe3f3cf8906f427a4afd7eae067d6
3
+ metadata.gz: 0d71108b8c015b293bc56db41e94f08a4d2af023
4
+ data.tar.gz: 08792dcecd29f358a4157fb6dfb97031a123778c
5
5
  SHA512:
6
- metadata.gz: d91a5183276e69fe5999aae6273185c15ca06244418aed88a757785ed09477403101d5338f8c4f355c103bfcfa302633999abfe11d77b70e1cebeebb3db0f1ac
7
- data.tar.gz: c9acafadde2f9db9b3b7495a41d1b4e23d32e52bd42571cd42afd2f688e3e7fdcaa75d60de46be583e16e2d65be3057aedf33a2c257e689fe30b187ee222ab5e
6
+ metadata.gz: 34fe337ad72470fff7348721b5b501fc458d81b4162333d6860412036b19707b6d033f51dfc85ec9f158ce09795c0bc40eee7aec46f502b00a7918bdd1290619
7
+ data.tar.gz: cfbb57636fe3643d62a117cf14ab766e23066b1eda0977814bef8185176acff14666ec929e33a96d56ed6ec304fb5cca4054be03045b07414845f61532788bd4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.923
1
+ 3.0.925
@@ -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.923
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-13 00:00:00.000000000 Z
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