tencentcloud-sdk-cdb 3.0.1157 → 3.0.1161
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 +46 -34
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c5c138ee5f0589e6c4fd9ba34aade079faf0c277
|
|
4
|
+
data.tar.gz: 0e7c88250d67fab5981043ab52ed0b799a40ccaa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e39cb460c73e7d64c37441ee536abf67db76de54a5f6013daff28153106dbd8b0672166ad91547c2b5e0fb13f95370d1d3e3e388a7fef7959452ceb50bfe123c
|
|
7
|
+
data.tar.gz: a5830d533512040ab27b6c33c8afe97cd8fe0cc74d071f8807c96a3e91963c758240d484b08b418c91fe9ce7e29c69254a654d63f53173020bde3ab05770bff4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1161
|
data/lib/v20170320/models.rb
CHANGED
|
@@ -61,8 +61,8 @@ module TencentCloud
|
|
|
61
61
|
|
|
62
62
|
attr_accessor :Notes, :Host, :User, :ModifyTime, :ModifyPasswordTime, :CreateTime, :MaxUserConnections, :OpenCam
|
|
63
63
|
extend Gem::Deprecate
|
|
64
|
-
deprecate :CreateTime, :none, 2025,
|
|
65
|
-
deprecate :CreateTime=, :none, 2025,
|
|
64
|
+
deprecate :CreateTime, :none, 2025, 11
|
|
65
|
+
deprecate :CreateTime=, :none, 2025, 11
|
|
66
66
|
|
|
67
67
|
def initialize(notes=nil, host=nil, user=nil, modifytime=nil, modifypasswordtime=nil, createtime=nil, maxuserconnections=nil, opencam=nil)
|
|
68
68
|
@Notes = notes
|
|
@@ -448,8 +448,8 @@ module TencentCloud
|
|
|
448
448
|
|
|
449
449
|
attr_accessor :InstanceId, :StartTime, :EndTime, :AggregationConditions, :AuditLogFilter, :LogFilter
|
|
450
450
|
extend Gem::Deprecate
|
|
451
|
-
deprecate :AuditLogFilter, :none, 2025,
|
|
452
|
-
deprecate :AuditLogFilter=, :none, 2025,
|
|
451
|
+
deprecate :AuditLogFilter, :none, 2025, 11
|
|
452
|
+
deprecate :AuditLogFilter=, :none, 2025, 11
|
|
453
453
|
|
|
454
454
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, aggregationconditions=nil, auditlogfilter=nil, logfilter=nil)
|
|
455
455
|
@InstanceId = instanceid
|
|
@@ -1108,10 +1108,10 @@ module TencentCloud
|
|
|
1108
1108
|
|
|
1109
1109
|
attr_accessor :ExpandThreshold, :ShrinkThreshold, :ExpandPeriod, :ShrinkPeriod, :ExpandSecondPeriod, :ShrinkSecondPeriod
|
|
1110
1110
|
extend Gem::Deprecate
|
|
1111
|
-
deprecate :ExpandPeriod, :none, 2025,
|
|
1112
|
-
deprecate :ExpandPeriod=, :none, 2025,
|
|
1113
|
-
deprecate :ShrinkPeriod, :none, 2025,
|
|
1114
|
-
deprecate :ShrinkPeriod=, :none, 2025,
|
|
1111
|
+
deprecate :ExpandPeriod, :none, 2025, 11
|
|
1112
|
+
deprecate :ExpandPeriod=, :none, 2025, 11
|
|
1113
|
+
deprecate :ShrinkPeriod, :none, 2025, 11
|
|
1114
|
+
deprecate :ShrinkPeriod=, :none, 2025, 11
|
|
1115
1115
|
|
|
1116
1116
|
def initialize(expandthreshold=nil, shrinkthreshold=nil, expandperiod=nil, shrinkperiod=nil, expandsecondperiod=nil, shrinksecondperiod=nil)
|
|
1117
1117
|
@ExpandThreshold = expandthreshold
|
|
@@ -1424,8 +1424,8 @@ module TencentCloud
|
|
|
1424
1424
|
|
|
1425
1425
|
attr_accessor :Name, :Size, :Date, :IntranetUrl, :InternetUrl, :Type, :BinlogStartTime, :BinlogFinishTime, :Region, :Status, :RemoteInfo, :CosStorageType, :InstanceId
|
|
1426
1426
|
extend Gem::Deprecate
|
|
1427
|
-
deprecate :InstanceId, :none, 2025,
|
|
1428
|
-
deprecate :InstanceId=, :none, 2025,
|
|
1427
|
+
deprecate :InstanceId, :none, 2025, 11
|
|
1428
|
+
deprecate :InstanceId=, :none, 2025, 11
|
|
1429
1429
|
|
|
1430
1430
|
def initialize(name=nil, size=nil, date=nil, intraneturl=nil, interneturl=nil, type=nil, binlogstarttime=nil, binlogfinishtime=nil, region=nil, status=nil, remoteinfo=nil, cosstoragetype=nil, instanceid=nil)
|
|
1431
1431
|
@Name = name
|
|
@@ -2375,8 +2375,8 @@ module TencentCloud
|
|
|
2375
2375
|
|
|
2376
2376
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :LogFilter, :ColumnFilter
|
|
2377
2377
|
extend Gem::Deprecate
|
|
2378
|
-
deprecate :Filter, :none, 2025,
|
|
2379
|
-
deprecate :Filter=, :none, 2025,
|
|
2378
|
+
deprecate :Filter, :none, 2025, 11
|
|
2379
|
+
deprecate :Filter=, :none, 2025, 11
|
|
2380
2380
|
|
|
2381
2381
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, logfilter=nil, columnfilter=nil)
|
|
2382
2382
|
@InstanceId = instanceid
|
|
@@ -4414,14 +4414,20 @@ module TencentCloud
|
|
|
4414
4414
|
# @type Limit: Integer
|
|
4415
4415
|
# @param AccountRegexp: 匹配账号名的正则表达式,规则同 MySQL 官网。
|
|
4416
4416
|
# @type AccountRegexp: String
|
|
4417
|
+
# @param SortBy: 默认无排序,支持:ASC、DESC、asc、desc
|
|
4418
|
+
# @type SortBy: String
|
|
4419
|
+
# @param OrderBy: 待排序的时间字段,可选:CreateTime(账号创建时间)、ModifyTime(账号更新时间)、ModifyPasswordTime(密码修改时间)
|
|
4420
|
+
# @type OrderBy: String
|
|
4417
4421
|
|
|
4418
|
-
attr_accessor :InstanceId, :Offset, :Limit, :AccountRegexp
|
|
4422
|
+
attr_accessor :InstanceId, :Offset, :Limit, :AccountRegexp, :SortBy, :OrderBy
|
|
4419
4423
|
|
|
4420
|
-
def initialize(instanceid=nil, offset=nil, limit=nil, accountregexp=nil)
|
|
4424
|
+
def initialize(instanceid=nil, offset=nil, limit=nil, accountregexp=nil, sortby=nil, orderby=nil)
|
|
4421
4425
|
@InstanceId = instanceid
|
|
4422
4426
|
@Offset = offset
|
|
4423
4427
|
@Limit = limit
|
|
4424
4428
|
@AccountRegexp = accountregexp
|
|
4429
|
+
@SortBy = sortby
|
|
4430
|
+
@OrderBy = orderby
|
|
4425
4431
|
end
|
|
4426
4432
|
|
|
4427
4433
|
def deserialize(params)
|
|
@@ -4429,6 +4435,8 @@ module TencentCloud
|
|
|
4429
4435
|
@Offset = params['Offset']
|
|
4430
4436
|
@Limit = params['Limit']
|
|
4431
4437
|
@AccountRegexp = params['AccountRegexp']
|
|
4438
|
+
@SortBy = params['SortBy']
|
|
4439
|
+
@OrderBy = params['OrderBy']
|
|
4432
4440
|
end
|
|
4433
4441
|
end
|
|
4434
4442
|
|
|
@@ -5102,10 +5110,10 @@ module TencentCloud
|
|
|
5102
5110
|
|
|
5103
5111
|
attr_accessor :StartTimeMin, :StartTimeMax, :BackupExpireDays, :BackupMethod, :BinlogExpireDays, :BackupTimeWindow, :EnableBackupPeriodSave, :BackupPeriodSaveDays, :BackupPeriodSaveInterval, :BackupPeriodSaveCount, :StartBackupPeriodSaveDate, :EnableBackupArchive, :BackupArchiveDays, :EnableBinlogArchive, :BinlogArchiveDays, :EnableBackupStandby, :BackupStandbyDays, :EnableBinlogStandby, :BinlogStandbyDays, :RequestId
|
|
5104
5112
|
extend Gem::Deprecate
|
|
5105
|
-
deprecate :StartTimeMin, :none, 2025,
|
|
5106
|
-
deprecate :StartTimeMin=, :none, 2025,
|
|
5107
|
-
deprecate :StartTimeMax, :none, 2025,
|
|
5108
|
-
deprecate :StartTimeMax=, :none, 2025,
|
|
5113
|
+
deprecate :StartTimeMin, :none, 2025, 11
|
|
5114
|
+
deprecate :StartTimeMin=, :none, 2025, 11
|
|
5115
|
+
deprecate :StartTimeMax, :none, 2025, 11
|
|
5116
|
+
deprecate :StartTimeMax=, :none, 2025, 11
|
|
5109
5117
|
|
|
5110
5118
|
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)
|
|
5111
5119
|
@StartTimeMin = starttimemin
|
|
@@ -7797,8 +7805,8 @@ module TencentCloud
|
|
|
7797
7805
|
|
|
7798
7806
|
attr_accessor :Count, :CustomConf, :WeightRule, :CustomConfInfo, :RequestId
|
|
7799
7807
|
extend Gem::Deprecate
|
|
7800
|
-
deprecate :CustomConf, :none, 2025,
|
|
7801
|
-
deprecate :CustomConf=, :none, 2025,
|
|
7808
|
+
deprecate :CustomConf, :none, 2025, 11
|
|
7809
|
+
deprecate :CustomConf=, :none, 2025, 11
|
|
7802
7810
|
|
|
7803
7811
|
def initialize(count=nil, customconf=nil, weightrule=nil, customconfinfo=nil, requestid=nil)
|
|
7804
7812
|
@Count = count
|
|
@@ -9793,8 +9801,8 @@ module TencentCloud
|
|
|
9793
9801
|
|
|
9794
9802
|
attr_accessor :AsyncRequestId, :RequestId
|
|
9795
9803
|
extend Gem::Deprecate
|
|
9796
|
-
deprecate :AsyncRequestId, :none, 2025,
|
|
9797
|
-
deprecate :AsyncRequestId=, :none, 2025,
|
|
9804
|
+
deprecate :AsyncRequestId, :none, 2025, 11
|
|
9805
|
+
deprecate :AsyncRequestId=, :none, 2025, 11
|
|
9798
9806
|
|
|
9799
9807
|
def initialize(asyncrequestid=nil, requestid=nil)
|
|
9800
9808
|
@AsyncRequestId = asyncrequestid
|
|
@@ -10534,8 +10542,8 @@ module TencentCloud
|
|
|
10534
10542
|
|
|
10535
10543
|
attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditAll, :AuditRuleFilters, :RuleTemplateIds
|
|
10536
10544
|
extend Gem::Deprecate
|
|
10537
|
-
deprecate :AuditRuleFilters, :none, 2025,
|
|
10538
|
-
deprecate :AuditRuleFilters=, :none, 2025,
|
|
10545
|
+
deprecate :AuditRuleFilters, :none, 2025, 11
|
|
10546
|
+
deprecate :AuditRuleFilters=, :none, 2025, 11
|
|
10539
10547
|
|
|
10540
10548
|
def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditall=nil, auditrulefilters=nil, ruletemplateids=nil)
|
|
10541
10549
|
@InstanceId = instanceid
|
|
@@ -10796,17 +10804,21 @@ module TencentCloud
|
|
|
10796
10804
|
# @type InstanceId: String
|
|
10797
10805
|
# @param EncryptionStatus: 设置实例新增的自动物理备份文件默认加密状态。可选值为 on或者off。
|
|
10798
10806
|
# @type EncryptionStatus: String
|
|
10807
|
+
# @param BinlogEncryptionStatus: 设置实例新增的自动日志备份文件默认加密状态。可选值为 on或者off。
|
|
10808
|
+
# @type BinlogEncryptionStatus: String
|
|
10799
10809
|
|
|
10800
|
-
attr_accessor :InstanceId, :EncryptionStatus
|
|
10810
|
+
attr_accessor :InstanceId, :EncryptionStatus, :BinlogEncryptionStatus
|
|
10801
10811
|
|
|
10802
|
-
def initialize(instanceid=nil, encryptionstatus=nil)
|
|
10812
|
+
def initialize(instanceid=nil, encryptionstatus=nil, binlogencryptionstatus=nil)
|
|
10803
10813
|
@InstanceId = instanceid
|
|
10804
10814
|
@EncryptionStatus = encryptionstatus
|
|
10815
|
+
@BinlogEncryptionStatus = binlogencryptionstatus
|
|
10805
10816
|
end
|
|
10806
10817
|
|
|
10807
10818
|
def deserialize(params)
|
|
10808
10819
|
@InstanceId = params['InstanceId']
|
|
10809
10820
|
@EncryptionStatus = params['EncryptionStatus']
|
|
10821
|
+
@BinlogEncryptionStatus = params['BinlogEncryptionStatus']
|
|
10810
10822
|
end
|
|
10811
10823
|
end
|
|
10812
10824
|
|
|
@@ -11285,8 +11297,8 @@ module TencentCloud
|
|
|
11285
11297
|
|
|
11286
11298
|
attr_accessor :AsyncRequestId, :RequestId
|
|
11287
11299
|
extend Gem::Deprecate
|
|
11288
|
-
deprecate :AsyncRequestId, :none, 2025,
|
|
11289
|
-
deprecate :AsyncRequestId=, :none, 2025,
|
|
11300
|
+
deprecate :AsyncRequestId, :none, 2025, 11
|
|
11301
|
+
deprecate :AsyncRequestId=, :none, 2025, 11
|
|
11290
11302
|
|
|
11291
11303
|
def initialize(asyncrequestid=nil, requestid=nil)
|
|
11292
11304
|
@AsyncRequestId = asyncrequestid
|
|
@@ -11711,8 +11723,8 @@ module TencentCloud
|
|
|
11711
11723
|
|
|
11712
11724
|
attr_accessor :RoGroupId, :RoGroupInfo, :RoWeightValues, :IsBalanceRoLoad, :ReplicationDelayTime
|
|
11713
11725
|
extend Gem::Deprecate
|
|
11714
|
-
deprecate :ReplicationDelayTime, :none, 2025,
|
|
11715
|
-
deprecate :ReplicationDelayTime=, :none, 2025,
|
|
11726
|
+
deprecate :ReplicationDelayTime, :none, 2025, 11
|
|
11727
|
+
deprecate :ReplicationDelayTime=, :none, 2025, 11
|
|
11716
11728
|
|
|
11717
11729
|
def initialize(rogroupid=nil, rogroupinfo=nil, roweightvalues=nil, isbalanceroload=nil, replicationdelaytime=nil)
|
|
11718
11730
|
@RoGroupId = rogroupid
|
|
@@ -11943,8 +11955,8 @@ module TencentCloud
|
|
|
11943
11955
|
|
|
11944
11956
|
attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditRuleFilters, :RuleTemplateIds, :AuditAll
|
|
11945
11957
|
extend Gem::Deprecate
|
|
11946
|
-
deprecate :AuditRuleFilters, :none, 2025,
|
|
11947
|
-
deprecate :AuditRuleFilters=, :none, 2025,
|
|
11958
|
+
deprecate :AuditRuleFilters, :none, 2025, 11
|
|
11959
|
+
deprecate :AuditRuleFilters=, :none, 2025, 11
|
|
11948
11960
|
|
|
11949
11961
|
def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditrulefilters=nil, ruletemplateids=nil, auditall=nil)
|
|
11950
11962
|
@InstanceId = instanceid
|
|
@@ -12223,8 +12235,8 @@ module TencentCloud
|
|
|
12223
12235
|
|
|
12224
12236
|
attr_accessor :InstanceId, :ParamName, :OldValue, :NewValue, :IsSucess, :ModifyTime, :IsSuccess
|
|
12225
12237
|
extend Gem::Deprecate
|
|
12226
|
-
deprecate :IsSucess, :none, 2025,
|
|
12227
|
-
deprecate :IsSucess=, :none, 2025,
|
|
12238
|
+
deprecate :IsSucess, :none, 2025, 11
|
|
12239
|
+
deprecate :IsSucess=, :none, 2025, 11
|
|
12228
12240
|
|
|
12229
12241
|
def initialize(instanceid=nil, paramname=nil, oldvalue=nil, newvalue=nil, issucess=nil, modifytime=nil, issuccess=nil)
|
|
12230
12242
|
@InstanceId = instanceid
|
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.1161
|
|
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-
|
|
11
|
+
date: 2025-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20170320/models.rb
|
|
37
|
-
- lib/v20170320/client.rb
|
|
38
36
|
- lib/tencentcloud-sdk-cdb.rb
|
|
37
|
+
- lib/v20170320/client.rb
|
|
38
|
+
- lib/v20170320/models.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|