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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170320/models.rb +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 216b0c274d5464a909f275a531019dd30861f544
|
|
4
|
+
data.tar.gz: 6fd406c0f047a4be6e6a9b6c23fc9c155d7a1186
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c4e7d6a10d85c2b61070ce7332461c12748f7c7dea9eb431fc4b54ffd0097d697fa41b363087272316e8638b9d2220aa82b2313e041028bddf7adfd5f98af5f
|
|
7
|
+
data.tar.gz: b801e46b2060735e969f4fabbb9e6e71ca1b2845b6ec2fd7e3045d4fa8fbf778046bf21f52a92bda213cc62ae456141b8ca24adbf069988a5542425162bc2ee1
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.899
|
data/lib/v20170320/models.rb
CHANGED
|
@@ -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
|
|
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
|
|
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,
|
|
11412
|
-
deprecate :IsSucess=, :none, 2024,
|
|
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
|