tencentcloud-sdk-cdb 3.0.1158 → 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 +36 -32
- 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
|
|
@@ -5110,10 +5110,10 @@ module TencentCloud
|
|
|
5110
5110
|
|
|
5111
5111
|
attr_accessor :StartTimeMin, :StartTimeMax, :BackupExpireDays, :BackupMethod, :BinlogExpireDays, :BackupTimeWindow, :EnableBackupPeriodSave, :BackupPeriodSaveDays, :BackupPeriodSaveInterval, :BackupPeriodSaveCount, :StartBackupPeriodSaveDate, :EnableBackupArchive, :BackupArchiveDays, :EnableBinlogArchive, :BinlogArchiveDays, :EnableBackupStandby, :BackupStandbyDays, :EnableBinlogStandby, :BinlogStandbyDays, :RequestId
|
|
5112
5112
|
extend Gem::Deprecate
|
|
5113
|
-
deprecate :StartTimeMin, :none, 2025,
|
|
5114
|
-
deprecate :StartTimeMin=, :none, 2025,
|
|
5115
|
-
deprecate :StartTimeMax, :none, 2025,
|
|
5116
|
-
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
|
|
5117
5117
|
|
|
5118
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)
|
|
5119
5119
|
@StartTimeMin = starttimemin
|
|
@@ -7805,8 +7805,8 @@ module TencentCloud
|
|
|
7805
7805
|
|
|
7806
7806
|
attr_accessor :Count, :CustomConf, :WeightRule, :CustomConfInfo, :RequestId
|
|
7807
7807
|
extend Gem::Deprecate
|
|
7808
|
-
deprecate :CustomConf, :none, 2025,
|
|
7809
|
-
deprecate :CustomConf=, :none, 2025,
|
|
7808
|
+
deprecate :CustomConf, :none, 2025, 11
|
|
7809
|
+
deprecate :CustomConf=, :none, 2025, 11
|
|
7810
7810
|
|
|
7811
7811
|
def initialize(count=nil, customconf=nil, weightrule=nil, customconfinfo=nil, requestid=nil)
|
|
7812
7812
|
@Count = count
|
|
@@ -9801,8 +9801,8 @@ module TencentCloud
|
|
|
9801
9801
|
|
|
9802
9802
|
attr_accessor :AsyncRequestId, :RequestId
|
|
9803
9803
|
extend Gem::Deprecate
|
|
9804
|
-
deprecate :AsyncRequestId, :none, 2025,
|
|
9805
|
-
deprecate :AsyncRequestId=, :none, 2025,
|
|
9804
|
+
deprecate :AsyncRequestId, :none, 2025, 11
|
|
9805
|
+
deprecate :AsyncRequestId=, :none, 2025, 11
|
|
9806
9806
|
|
|
9807
9807
|
def initialize(asyncrequestid=nil, requestid=nil)
|
|
9808
9808
|
@AsyncRequestId = asyncrequestid
|
|
@@ -10542,8 +10542,8 @@ module TencentCloud
|
|
|
10542
10542
|
|
|
10543
10543
|
attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditAll, :AuditRuleFilters, :RuleTemplateIds
|
|
10544
10544
|
extend Gem::Deprecate
|
|
10545
|
-
deprecate :AuditRuleFilters, :none, 2025,
|
|
10546
|
-
deprecate :AuditRuleFilters=, :none, 2025,
|
|
10545
|
+
deprecate :AuditRuleFilters, :none, 2025, 11
|
|
10546
|
+
deprecate :AuditRuleFilters=, :none, 2025, 11
|
|
10547
10547
|
|
|
10548
10548
|
def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditall=nil, auditrulefilters=nil, ruletemplateids=nil)
|
|
10549
10549
|
@InstanceId = instanceid
|
|
@@ -10804,17 +10804,21 @@ module TencentCloud
|
|
|
10804
10804
|
# @type InstanceId: String
|
|
10805
10805
|
# @param EncryptionStatus: 设置实例新增的自动物理备份文件默认加密状态。可选值为 on或者off。
|
|
10806
10806
|
# @type EncryptionStatus: String
|
|
10807
|
+
# @param BinlogEncryptionStatus: 设置实例新增的自动日志备份文件默认加密状态。可选值为 on或者off。
|
|
10808
|
+
# @type BinlogEncryptionStatus: String
|
|
10807
10809
|
|
|
10808
|
-
attr_accessor :InstanceId, :EncryptionStatus
|
|
10810
|
+
attr_accessor :InstanceId, :EncryptionStatus, :BinlogEncryptionStatus
|
|
10809
10811
|
|
|
10810
|
-
def initialize(instanceid=nil, encryptionstatus=nil)
|
|
10812
|
+
def initialize(instanceid=nil, encryptionstatus=nil, binlogencryptionstatus=nil)
|
|
10811
10813
|
@InstanceId = instanceid
|
|
10812
10814
|
@EncryptionStatus = encryptionstatus
|
|
10815
|
+
@BinlogEncryptionStatus = binlogencryptionstatus
|
|
10813
10816
|
end
|
|
10814
10817
|
|
|
10815
10818
|
def deserialize(params)
|
|
10816
10819
|
@InstanceId = params['InstanceId']
|
|
10817
10820
|
@EncryptionStatus = params['EncryptionStatus']
|
|
10821
|
+
@BinlogEncryptionStatus = params['BinlogEncryptionStatus']
|
|
10818
10822
|
end
|
|
10819
10823
|
end
|
|
10820
10824
|
|
|
@@ -11293,8 +11297,8 @@ module TencentCloud
|
|
|
11293
11297
|
|
|
11294
11298
|
attr_accessor :AsyncRequestId, :RequestId
|
|
11295
11299
|
extend Gem::Deprecate
|
|
11296
|
-
deprecate :AsyncRequestId, :none, 2025,
|
|
11297
|
-
deprecate :AsyncRequestId=, :none, 2025,
|
|
11300
|
+
deprecate :AsyncRequestId, :none, 2025, 11
|
|
11301
|
+
deprecate :AsyncRequestId=, :none, 2025, 11
|
|
11298
11302
|
|
|
11299
11303
|
def initialize(asyncrequestid=nil, requestid=nil)
|
|
11300
11304
|
@AsyncRequestId = asyncrequestid
|
|
@@ -11719,8 +11723,8 @@ module TencentCloud
|
|
|
11719
11723
|
|
|
11720
11724
|
attr_accessor :RoGroupId, :RoGroupInfo, :RoWeightValues, :IsBalanceRoLoad, :ReplicationDelayTime
|
|
11721
11725
|
extend Gem::Deprecate
|
|
11722
|
-
deprecate :ReplicationDelayTime, :none, 2025,
|
|
11723
|
-
deprecate :ReplicationDelayTime=, :none, 2025,
|
|
11726
|
+
deprecate :ReplicationDelayTime, :none, 2025, 11
|
|
11727
|
+
deprecate :ReplicationDelayTime=, :none, 2025, 11
|
|
11724
11728
|
|
|
11725
11729
|
def initialize(rogroupid=nil, rogroupinfo=nil, roweightvalues=nil, isbalanceroload=nil, replicationdelaytime=nil)
|
|
11726
11730
|
@RoGroupId = rogroupid
|
|
@@ -11951,8 +11955,8 @@ module TencentCloud
|
|
|
11951
11955
|
|
|
11952
11956
|
attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditRuleFilters, :RuleTemplateIds, :AuditAll
|
|
11953
11957
|
extend Gem::Deprecate
|
|
11954
|
-
deprecate :AuditRuleFilters, :none, 2025,
|
|
11955
|
-
deprecate :AuditRuleFilters=, :none, 2025,
|
|
11958
|
+
deprecate :AuditRuleFilters, :none, 2025, 11
|
|
11959
|
+
deprecate :AuditRuleFilters=, :none, 2025, 11
|
|
11956
11960
|
|
|
11957
11961
|
def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditrulefilters=nil, ruletemplateids=nil, auditall=nil)
|
|
11958
11962
|
@InstanceId = instanceid
|
|
@@ -12231,8 +12235,8 @@ module TencentCloud
|
|
|
12231
12235
|
|
|
12232
12236
|
attr_accessor :InstanceId, :ParamName, :OldValue, :NewValue, :IsSucess, :ModifyTime, :IsSuccess
|
|
12233
12237
|
extend Gem::Deprecate
|
|
12234
|
-
deprecate :IsSucess, :none, 2025,
|
|
12235
|
-
deprecate :IsSucess=, :none, 2025,
|
|
12238
|
+
deprecate :IsSucess, :none, 2025, 11
|
|
12239
|
+
deprecate :IsSucess=, :none, 2025, 11
|
|
12236
12240
|
|
|
12237
12241
|
def initialize(instanceid=nil, paramname=nil, oldvalue=nil, newvalue=nil, issucess=nil, modifytime=nil, issuccess=nil)
|
|
12238
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:
|