tencentcloud-sdk-cdb 3.0.1061 → 3.0.1063
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/client.rb +1 -1
- data/lib/v20170320/models.rb +14 -0
- 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: ea2fe225845dea19eca757584cee92cd9d07576d
|
4
|
+
data.tar.gz: 8f50f4928e7f4b3cade7f267700f8d1050f14d95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97b5c33a0e89cfd3658b972495f002a0bd184e66e173b62936d3e18d859247507feaddb292b29afa3fdf80c35085cd20e69871f17b80506bf7ec4f1913ffe694
|
7
|
+
data.tar.gz: f8eefb5dd4acacc2fb166dbbd8f5fecf194b870563614b7129d8a75072c2656817804ac9363dcea764dd0977730d81d235a147478de878dee85bc04008a9b6b3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1063
|
data/lib/v20170320/client.rb
CHANGED
@@ -1275,7 +1275,7 @@ module TencentCloud
|
|
1275
1275
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1276
1276
|
end
|
1277
1277
|
|
1278
|
-
#
|
1278
|
+
# 本接口(DescribeBackupConfig)用于查询数据库备份配置信息。
|
1279
1279
|
|
1280
1280
|
# @param request: Request instance for DescribeBackupConfig.
|
1281
1281
|
# @type request: :class:`Tencentcloud::cdb::V20170320::DescribeBackupConfigRequest`
|
data/lib/v20170320/models.rb
CHANGED
@@ -4988,6 +4988,11 @@ module TencentCloud
|
|
4988
4988
|
# @type RequestId: String
|
4989
4989
|
|
4990
4990
|
attr_accessor :StartTimeMin, :StartTimeMax, :BackupExpireDays, :BackupMethod, :BinlogExpireDays, :BackupTimeWindow, :EnableBackupPeriodSave, :BackupPeriodSaveDays, :BackupPeriodSaveInterval, :BackupPeriodSaveCount, :StartBackupPeriodSaveDate, :EnableBackupArchive, :BackupArchiveDays, :EnableBinlogArchive, :BinlogArchiveDays, :EnableBackupStandby, :BackupStandbyDays, :EnableBinlogStandby, :BinlogStandbyDays, :RequestId
|
4991
|
+
extend Gem::Deprecate
|
4992
|
+
deprecate :StartTimeMin, :none, 2025, 5
|
4993
|
+
deprecate :StartTimeMin=, :none, 2025, 5
|
4994
|
+
deprecate :StartTimeMax, :none, 2025, 5
|
4995
|
+
deprecate :StartTimeMax=, :none, 2025, 5
|
4991
4996
|
|
4992
4997
|
def initialize(starttimemin=nil, starttimemax=nil, backupexpiredays=nil, backupmethod=nil, binlogexpiredays=nil, backuptimewindow=nil, enablebackupperiodsave=nil, backupperiodsavedays=nil, backupperiodsaveinterval=nil, backupperiodsavecount=nil, startbackupperiodsavedate=nil, enablebackuparchive=nil, backuparchivedays=nil, enablebinlogarchive=nil, binlogarchivedays=nil, enablebackupstandby=nil, backupstandbydays=nil, enablebinlogstandby=nil, binlogstandbydays=nil, requestid=nil)
|
4993
4998
|
@StartTimeMin = starttimemin
|
@@ -9393,6 +9398,9 @@ module TencentCloud
|
|
9393
9398
|
# @type RequestId: String
|
9394
9399
|
|
9395
9400
|
attr_accessor :AsyncRequestId, :RequestId
|
9401
|
+
extend Gem::Deprecate
|
9402
|
+
deprecate :AsyncRequestId, :none, 2025, 5
|
9403
|
+
deprecate :AsyncRequestId=, :none, 2025, 5
|
9396
9404
|
|
9397
9405
|
def initialize(asyncrequestid=nil, requestid=nil)
|
9398
9406
|
@AsyncRequestId = asyncrequestid
|
@@ -10810,6 +10818,9 @@ module TencentCloud
|
|
10810
10818
|
# @type RequestId: String
|
10811
10819
|
|
10812
10820
|
attr_accessor :AsyncRequestId, :RequestId
|
10821
|
+
extend Gem::Deprecate
|
10822
|
+
deprecate :AsyncRequestId, :none, 2025, 5
|
10823
|
+
deprecate :AsyncRequestId=, :none, 2025, 5
|
10813
10824
|
|
10814
10825
|
def initialize(asyncrequestid=nil, requestid=nil)
|
10815
10826
|
@AsyncRequestId = asyncrequestid
|
@@ -11229,6 +11240,9 @@ module TencentCloud
|
|
11229
11240
|
# @type ReplicationDelayTime: Integer
|
11230
11241
|
|
11231
11242
|
attr_accessor :RoGroupId, :RoGroupInfo, :RoWeightValues, :IsBalanceRoLoad, :ReplicationDelayTime
|
11243
|
+
extend Gem::Deprecate
|
11244
|
+
deprecate :ReplicationDelayTime, :none, 2025, 5
|
11245
|
+
deprecate :ReplicationDelayTime=, :none, 2025, 5
|
11232
11246
|
|
11233
11247
|
def initialize(rogroupid=nil, rogroupinfo=nil, roweightvalues=nil, isbalanceroload=nil, replicationdelaytime=nil)
|
11234
11248
|
@RoGroupId = rogroupid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1063
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|