tencentcloud-sdk-cdb 3.0.898 → 3.0.899

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: b17755802bc971c4522090060ca85b55c54a90ed
4
- data.tar.gz: 03d1d940736bdf53337a00deea73a5452f236988
3
+ metadata.gz: 216b0c274d5464a909f275a531019dd30861f544
4
+ data.tar.gz: 6fd406c0f047a4be6e6a9b6c23fc9c155d7a1186
5
5
  SHA512:
6
- metadata.gz: 3a1fc4217e3ba4a60059d365ce77c31e889d7e890cf3e24c4e9eaf8473a2b5c22c84827a33d29f1de79bc9cdc6129c683bdde69697974a6ecb4043631f0ad606
7
- data.tar.gz: 913b9754a7bbb6cad6d8ea49c2f5261a5bf4e8f38fa49a3690b0cc7880d069b9a663fd6c4db1e28f833e38ceba043f232406bdb2b9f34231a39d6b2456954716
6
+ metadata.gz: 3c4e7d6a10d85c2b61070ce7332461c12748f7c7dea9eb431fc4b54ffd0097d697fa41b363087272316e8638b9d2220aa82b2313e041028bddf7adfd5f98af5f
7
+ data.tar.gz: b801e46b2060735e969f4fabbb9e6e71ca1b2845b6ec2fd7e3045d4fa8fbf778046bf21f52a92bda213cc62ae456141b8ca24adbf069988a5542425162bc2ee1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.898
1
+ 3.0.899
@@ -1142,7 +1142,7 @@ module TencentCloud
1142
1142
  # @type Region: String
1143
1143
  # @param RemoteInfo: 异地备份详细信息
1144
1144
  # @type RemoteInfo: Array
1145
- # @param CosStorageType: 存储方式,0-常规存储,1-归档存储,默认为0
1145
+ # @param CosStorageType: 存储方式,0-常规存储,1-归档存储,2-标准存储,默认为0
1146
1146
  # @type CosStorageType: Integer
1147
1147
  # @param InstanceId: 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
1148
1148
  # @type InstanceId: String
@@ -1359,7 +1359,7 @@ module TencentCloud
1359
1359
  # @type Status: String
1360
1360
  # @param RemoteInfo: binlog异地备份详细信息
1361
1361
  # @type RemoteInfo: Array
1362
- # @param CosStorageType: 存储方式,0-常规存储,1-归档存储,默认为0
1362
+ # @param CosStorageType: 存储方式,0-常规存储,1-归档存储,2-标准存储,默认为0
1363
1363
  # @type CosStorageType: Integer
1364
1364
  # @param InstanceId: 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
1365
1365
  # @type InstanceId: String
@@ -11408,8 +11408,8 @@ module TencentCloud
11408
11408
 
11409
11409
  attr_accessor :InstanceId, :ParamName, :OldValue, :NewValue, :IsSucess, :ModifyTime, :IsSuccess
11410
11410
  extend Gem::Deprecate
11411
- deprecate :IsSucess, :none, 2024, 8
11412
- deprecate :IsSucess=, :none, 2024, 8
11411
+ deprecate :IsSucess, :none, 2024, 9
11412
+ deprecate :IsSucess=, :none, 2024, 9
11413
11413
 
11414
11414
  def initialize(instanceid=nil, paramname=nil, oldvalue=nil, newvalue=nil, issucess=nil, modifytime=nil, issuccess=nil)
11415
11415
  @InstanceId = instanceid
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.898
4
+ version: 3.0.899
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud