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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 816936779dbfa95b11ef5ca44196216818e7313b
4
- data.tar.gz: 710847cb9ee33cbba31f4a21bac2ccedc5e54d6b
3
+ metadata.gz: 0d71108b8c015b293bc56db41e94f08a4d2af023
4
+ data.tar.gz: 08792dcecd29f358a4157fb6dfb97031a123778c
5
5
  SHA512:
6
- metadata.gz: e8bf2080f2c67e2ee87bfe54d40710ebbd63bae31d0a0fa02731b11a583bb257b257c6d57878d25160982fdc407022d8bda157be56620815fb764decfd3cb488
7
- data.tar.gz: 5443a8fcbda80ebd519fbfe59f56abc7ca373807a98bda27f410aba6d3827293ba17e1c6b908e2319f995a22eb4af062997bd40af949ff170dbea4b251964174
6
+ metadata.gz: 34fe337ad72470fff7348721b5b501fc458d81b4162333d6860412036b19707b6d033f51dfc85ec9f158ce09795c0bc40eee7aec46f502b00a7918bdd1290619
7
+ data.tar.gz: cfbb57636fe3643d62a117cf14ab766e23066b1eda0977814bef8185176acff14666ec929e33a96d56ed6ec304fb5cca4054be03045b07414845f61532788bd4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.924
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.924
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-14 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