tencentcloud-sdk-cdb 3.0.1149 → 3.0.1152
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 +58 -34
- 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: f6c123149adcf9467bd2188610fae5ffaa27c549
|
4
|
+
data.tar.gz: bcd7eee7a4a0a0f793b23626c7dabe5aaa06135f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9873abf559a3cf93433abd4dad1ecb2a32bb6352637b6a1e95d1eb6b3cfce63e76789ad4642c26f7bc6fcfaab18311cab28d97e6b4ac59266d474148d309ef85
|
7
|
+
data.tar.gz: 5765fbfe883be6a4f76d94073a9d0b5dbecf5bdf0e13b4e8f37161bdbd2a5d557a928490b738ad2783fe18244d1409f61fa3ee9c2ad55222c9a46cea5f05493a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1152
|
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, 10
|
65
|
+
deprecate :CreateTime=, :none, 2025, 10
|
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, 10
|
452
|
+
deprecate :AuditLogFilter=, :none, 2025, 10
|
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, 10
|
1112
|
+
deprecate :ExpandPeriod=, :none, 2025, 10
|
1113
|
+
deprecate :ShrinkPeriod, :none, 2025, 10
|
1114
|
+
deprecate :ShrinkPeriod=, :none, 2025, 10
|
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, 10
|
1428
|
+
deprecate :InstanceId=, :none, 2025, 10
|
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
|
@@ -2369,8 +2369,8 @@ module TencentCloud
|
|
2369
2369
|
|
2370
2370
|
attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :LogFilter, :ColumnFilter
|
2371
2371
|
extend Gem::Deprecate
|
2372
|
-
deprecate :Filter, :none, 2025,
|
2373
|
-
deprecate :Filter=, :none, 2025,
|
2372
|
+
deprecate :Filter, :none, 2025, 10
|
2373
|
+
deprecate :Filter=, :none, 2025, 10
|
2374
2374
|
|
2375
2375
|
def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, logfilter=nil, columnfilter=nil)
|
2376
2376
|
@InstanceId = instanceid
|
@@ -4525,17 +4525,20 @@ module TencentCloud
|
|
4525
4525
|
# @type LogType: String
|
4526
4526
|
# @param IsClosing: 是否正在关闭审计。目前支持的值包括:"false"-否,"true"-是
|
4527
4527
|
# @type IsClosing: String
|
4528
|
+
# @param IsOpening: 是否正在开启审计。目前支持的值包括:"false"-否,"true"-是
|
4529
|
+
# @type IsOpening: String
|
4528
4530
|
# @param CreateTime: 审计服务开通时间。
|
4529
4531
|
# @type CreateTime: String
|
4530
4532
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4531
4533
|
# @type RequestId: String
|
4532
4534
|
|
4533
|
-
attr_accessor :LogExpireDay, :LogType, :IsClosing, :CreateTime, :RequestId
|
4535
|
+
attr_accessor :LogExpireDay, :LogType, :IsClosing, :IsOpening, :CreateTime, :RequestId
|
4534
4536
|
|
4535
|
-
def initialize(logexpireday=nil, logtype=nil, isclosing=nil, createtime=nil, requestid=nil)
|
4537
|
+
def initialize(logexpireday=nil, logtype=nil, isclosing=nil, isopening=nil, createtime=nil, requestid=nil)
|
4536
4538
|
@LogExpireDay = logexpireday
|
4537
4539
|
@LogType = logtype
|
4538
4540
|
@IsClosing = isclosing
|
4541
|
+
@IsOpening = isopening
|
4539
4542
|
@CreateTime = createtime
|
4540
4543
|
@RequestId = requestid
|
4541
4544
|
end
|
@@ -4544,6 +4547,7 @@ module TencentCloud
|
|
4544
4547
|
@LogExpireDay = params['LogExpireDay']
|
4545
4548
|
@LogType = params['LogType']
|
4546
4549
|
@IsClosing = params['IsClosing']
|
4550
|
+
@IsOpening = params['IsOpening']
|
4547
4551
|
@CreateTime = params['CreateTime']
|
4548
4552
|
@RequestId = params['RequestId']
|
4549
4553
|
end
|
@@ -5092,10 +5096,10 @@ module TencentCloud
|
|
5092
5096
|
|
5093
5097
|
attr_accessor :StartTimeMin, :StartTimeMax, :BackupExpireDays, :BackupMethod, :BinlogExpireDays, :BackupTimeWindow, :EnableBackupPeriodSave, :BackupPeriodSaveDays, :BackupPeriodSaveInterval, :BackupPeriodSaveCount, :StartBackupPeriodSaveDate, :EnableBackupArchive, :BackupArchiveDays, :EnableBinlogArchive, :BinlogArchiveDays, :EnableBackupStandby, :BackupStandbyDays, :EnableBinlogStandby, :BinlogStandbyDays, :RequestId
|
5094
5098
|
extend Gem::Deprecate
|
5095
|
-
deprecate :StartTimeMin, :none, 2025,
|
5096
|
-
deprecate :StartTimeMin=, :none, 2025,
|
5097
|
-
deprecate :StartTimeMax, :none, 2025,
|
5098
|
-
deprecate :StartTimeMax=, :none, 2025,
|
5099
|
+
deprecate :StartTimeMin, :none, 2025, 10
|
5100
|
+
deprecate :StartTimeMin=, :none, 2025, 10
|
5101
|
+
deprecate :StartTimeMax, :none, 2025, 10
|
5102
|
+
deprecate :StartTimeMax=, :none, 2025, 10
|
5099
5103
|
|
5100
5104
|
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)
|
5101
5105
|
@StartTimeMin = starttimemin
|
@@ -7740,8 +7744,8 @@ module TencentCloud
|
|
7740
7744
|
|
7741
7745
|
attr_accessor :Count, :CustomConf, :WeightRule, :CustomConfInfo, :RequestId
|
7742
7746
|
extend Gem::Deprecate
|
7743
|
-
deprecate :CustomConf, :none, 2025,
|
7744
|
-
deprecate :CustomConf=, :none, 2025,
|
7747
|
+
deprecate :CustomConf, :none, 2025, 10
|
7748
|
+
deprecate :CustomConf=, :none, 2025, 10
|
7745
7749
|
|
7746
7750
|
def initialize(count=nil, customconf=nil, weightrule=nil, customconfinfo=nil, requestid=nil)
|
7747
7751
|
@Count = count
|
@@ -9329,10 +9333,20 @@ module TencentCloud
|
|
9329
9333
|
# @type OldRule: Boolean
|
9330
9334
|
# @param RuleTemplateIds: 实例所应用的规则模板。
|
9331
9335
|
# @type RuleTemplateIds: Array
|
9336
|
+
# @param TrialStatus: 限免状态
|
9337
|
+
# @type TrialStatus: String
|
9338
|
+
# @param TrialStartTime: 限免开启时间
|
9339
|
+
# @type TrialStartTime: Integer
|
9340
|
+
# @param TrialDuration: 限免持续时间
|
9341
|
+
# @type TrialDuration: Integer
|
9342
|
+
# @param TrialCloseTime: 限免关闭时间
|
9343
|
+
# @type TrialCloseTime: Integer
|
9344
|
+
# @param TrialDescribeLogHours: 限免期查询日志时长
|
9345
|
+
# @type TrialDescribeLogHours: Integer
|
9332
9346
|
|
9333
|
-
attr_accessor :InstanceId, :AuditStatus, :AuditTask, :LogExpireDay, :HighLogExpireDay, :LowLogExpireDay, :BillingAmount, :HighRealStorage, :LowRealStorage, :AuditAll, :CreateAt, :InstanceInfo, :RealStorage, :OldRule, :RuleTemplateIds
|
9347
|
+
attr_accessor :InstanceId, :AuditStatus, :AuditTask, :LogExpireDay, :HighLogExpireDay, :LowLogExpireDay, :BillingAmount, :HighRealStorage, :LowRealStorage, :AuditAll, :CreateAt, :InstanceInfo, :RealStorage, :OldRule, :RuleTemplateIds, :TrialStatus, :TrialStartTime, :TrialDuration, :TrialCloseTime, :TrialDescribeLogHours
|
9334
9348
|
|
9335
|
-
def initialize(instanceid=nil, auditstatus=nil, audittask=nil, logexpireday=nil, highlogexpireday=nil, lowlogexpireday=nil, billingamount=nil, highrealstorage=nil, lowrealstorage=nil, auditall=nil, createat=nil, instanceinfo=nil, realstorage=nil, oldrule=nil, ruletemplateids=nil)
|
9349
|
+
def initialize(instanceid=nil, auditstatus=nil, audittask=nil, logexpireday=nil, highlogexpireday=nil, lowlogexpireday=nil, billingamount=nil, highrealstorage=nil, lowrealstorage=nil, auditall=nil, createat=nil, instanceinfo=nil, realstorage=nil, oldrule=nil, ruletemplateids=nil, trialstatus=nil, trialstarttime=nil, trialduration=nil, trialclosetime=nil, trialdescribeloghours=nil)
|
9336
9350
|
@InstanceId = instanceid
|
9337
9351
|
@AuditStatus = auditstatus
|
9338
9352
|
@AuditTask = audittask
|
@@ -9348,6 +9362,11 @@ module TencentCloud
|
|
9348
9362
|
@RealStorage = realstorage
|
9349
9363
|
@OldRule = oldrule
|
9350
9364
|
@RuleTemplateIds = ruletemplateids
|
9365
|
+
@TrialStatus = trialstatus
|
9366
|
+
@TrialStartTime = trialstarttime
|
9367
|
+
@TrialDuration = trialduration
|
9368
|
+
@TrialCloseTime = trialclosetime
|
9369
|
+
@TrialDescribeLogHours = trialdescribeloghours
|
9351
9370
|
end
|
9352
9371
|
|
9353
9372
|
def deserialize(params)
|
@@ -9369,6 +9388,11 @@ module TencentCloud
|
|
9369
9388
|
@RealStorage = params['RealStorage']
|
9370
9389
|
@OldRule = params['OldRule']
|
9371
9390
|
@RuleTemplateIds = params['RuleTemplateIds']
|
9391
|
+
@TrialStatus = params['TrialStatus']
|
9392
|
+
@TrialStartTime = params['TrialStartTime']
|
9393
|
+
@TrialDuration = params['TrialDuration']
|
9394
|
+
@TrialCloseTime = params['TrialCloseTime']
|
9395
|
+
@TrialDescribeLogHours = params['TrialDescribeLogHours']
|
9372
9396
|
end
|
9373
9397
|
end
|
9374
9398
|
|
@@ -9708,8 +9732,8 @@ module TencentCloud
|
|
9708
9732
|
|
9709
9733
|
attr_accessor :AsyncRequestId, :RequestId
|
9710
9734
|
extend Gem::Deprecate
|
9711
|
-
deprecate :AsyncRequestId, :none, 2025,
|
9712
|
-
deprecate :AsyncRequestId=, :none, 2025,
|
9735
|
+
deprecate :AsyncRequestId, :none, 2025, 10
|
9736
|
+
deprecate :AsyncRequestId=, :none, 2025, 10
|
9713
9737
|
|
9714
9738
|
def initialize(asyncrequestid=nil, requestid=nil)
|
9715
9739
|
@AsyncRequestId = asyncrequestid
|
@@ -10449,8 +10473,8 @@ module TencentCloud
|
|
10449
10473
|
|
10450
10474
|
attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditAll, :AuditRuleFilters, :RuleTemplateIds
|
10451
10475
|
extend Gem::Deprecate
|
10452
|
-
deprecate :AuditRuleFilters, :none, 2025,
|
10453
|
-
deprecate :AuditRuleFilters=, :none, 2025,
|
10476
|
+
deprecate :AuditRuleFilters, :none, 2025, 10
|
10477
|
+
deprecate :AuditRuleFilters=, :none, 2025, 10
|
10454
10478
|
|
10455
10479
|
def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditall=nil, auditrulefilters=nil, ruletemplateids=nil)
|
10456
10480
|
@InstanceId = instanceid
|
@@ -11200,8 +11224,8 @@ module TencentCloud
|
|
11200
11224
|
|
11201
11225
|
attr_accessor :AsyncRequestId, :RequestId
|
11202
11226
|
extend Gem::Deprecate
|
11203
|
-
deprecate :AsyncRequestId, :none, 2025,
|
11204
|
-
deprecate :AsyncRequestId=, :none, 2025,
|
11227
|
+
deprecate :AsyncRequestId, :none, 2025, 10
|
11228
|
+
deprecate :AsyncRequestId=, :none, 2025, 10
|
11205
11229
|
|
11206
11230
|
def initialize(asyncrequestid=nil, requestid=nil)
|
11207
11231
|
@AsyncRequestId = asyncrequestid
|
@@ -11626,8 +11650,8 @@ module TencentCloud
|
|
11626
11650
|
|
11627
11651
|
attr_accessor :RoGroupId, :RoGroupInfo, :RoWeightValues, :IsBalanceRoLoad, :ReplicationDelayTime
|
11628
11652
|
extend Gem::Deprecate
|
11629
|
-
deprecate :ReplicationDelayTime, :none, 2025,
|
11630
|
-
deprecate :ReplicationDelayTime=, :none, 2025,
|
11653
|
+
deprecate :ReplicationDelayTime, :none, 2025, 10
|
11654
|
+
deprecate :ReplicationDelayTime=, :none, 2025, 10
|
11631
11655
|
|
11632
11656
|
def initialize(rogroupid=nil, rogroupinfo=nil, roweightvalues=nil, isbalanceroload=nil, replicationdelaytime=nil)
|
11633
11657
|
@RoGroupId = rogroupid
|
@@ -11858,8 +11882,8 @@ module TencentCloud
|
|
11858
11882
|
|
11859
11883
|
attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditRuleFilters, :RuleTemplateIds, :AuditAll
|
11860
11884
|
extend Gem::Deprecate
|
11861
|
-
deprecate :AuditRuleFilters, :none, 2025,
|
11862
|
-
deprecate :AuditRuleFilters=, :none, 2025,
|
11885
|
+
deprecate :AuditRuleFilters, :none, 2025, 10
|
11886
|
+
deprecate :AuditRuleFilters=, :none, 2025, 10
|
11863
11887
|
|
11864
11888
|
def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditrulefilters=nil, ruletemplateids=nil, auditall=nil)
|
11865
11889
|
@InstanceId = instanceid
|
@@ -12138,8 +12162,8 @@ module TencentCloud
|
|
12138
12162
|
|
12139
12163
|
attr_accessor :InstanceId, :ParamName, :OldValue, :NewValue, :IsSucess, :ModifyTime, :IsSuccess
|
12140
12164
|
extend Gem::Deprecate
|
12141
|
-
deprecate :IsSucess, :none, 2025,
|
12142
|
-
deprecate :IsSucess=, :none, 2025,
|
12165
|
+
deprecate :IsSucess, :none, 2025, 10
|
12166
|
+
deprecate :IsSucess=, :none, 2025, 10
|
12143
12167
|
|
12144
12168
|
def initialize(instanceid=nil, paramname=nil, oldvalue=nil, newvalue=nil, issucess=nil, modifytime=nil, issuccess=nil)
|
12145
12169
|
@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.1152
|
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-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|