tencentcloud-sdk-cdb 3.0.1114 → 3.0.1116

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170320/models.rb +28 -28
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 987fbf37711184927586e0fb8f58cc2c93563951
4
- data.tar.gz: 1e70e1a5bb39b64c8120f4cd26ab1f46b80e26a8
3
+ metadata.gz: 4e3b88ede7e6bffeac0d2d9a5ea84049767457f5
4
+ data.tar.gz: 4f2ab770938c51c3f43d5015a46d335d440696df
5
5
  SHA512:
6
- metadata.gz: 3a04de31f21a8915a2cdf4c04b615e6682c5aabe4dd316f0176985775fda87433ab980e10b2cb111c10da8a44cc368876dc21451dddf9c19e9f13f7a42cee58f
7
- data.tar.gz: be893c8c54b1114df589914773b1697f8771057eb87d9eb66ac8582fc9a07e0b7f34293ad2bb66f29855dc4c787b6e6492cdc6aa7923d345c6bfa1c1cda636f7
6
+ metadata.gz: 0ce5521d0deb8f1cda2cd9a3352a2cdd7bb2b93d6cc801334b1d29d10694cd1498f240fb48ec7d3c9d273cbdf100dccfbdd8ef5476c25e80330a8be749aee1fa
7
+ data.tar.gz: 1a4d8fd77fbe48aa359102f7a47c48b20f6d6750de55a301c945609ae1c1411e21b1d02ccf766f1ddf7608b49e7f6e8dbb9644470172123963ba3243ce9604cc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1114
1
+ 3.0.1116
@@ -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, 7
65
- deprecate :CreateTime=, :none, 2025, 7
64
+ deprecate :CreateTime, :none, 2025, 8
65
+ deprecate :CreateTime=, :none, 2025, 8
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
@@ -440,8 +440,8 @@ module TencentCloud
440
440
 
441
441
  attr_accessor :InstanceId, :StartTime, :EndTime, :AggregationConditions, :AuditLogFilter, :LogFilter
442
442
  extend Gem::Deprecate
443
- deprecate :AuditLogFilter, :none, 2025, 7
444
- deprecate :AuditLogFilter=, :none, 2025, 7
443
+ deprecate :AuditLogFilter, :none, 2025, 8
444
+ deprecate :AuditLogFilter=, :none, 2025, 8
445
445
 
446
446
  def initialize(instanceid=nil, starttime=nil, endtime=nil, aggregationconditions=nil, auditlogfilter=nil, logfilter=nil)
447
447
  @InstanceId = instanceid
@@ -1100,10 +1100,10 @@ module TencentCloud
1100
1100
 
1101
1101
  attr_accessor :ExpandThreshold, :ShrinkThreshold, :ExpandPeriod, :ShrinkPeriod, :ExpandSecondPeriod, :ShrinkSecondPeriod
1102
1102
  extend Gem::Deprecate
1103
- deprecate :ExpandPeriod, :none, 2025, 7
1104
- deprecate :ExpandPeriod=, :none, 2025, 7
1105
- deprecate :ShrinkPeriod, :none, 2025, 7
1106
- deprecate :ShrinkPeriod=, :none, 2025, 7
1103
+ deprecate :ExpandPeriod, :none, 2025, 8
1104
+ deprecate :ExpandPeriod=, :none, 2025, 8
1105
+ deprecate :ShrinkPeriod, :none, 2025, 8
1106
+ deprecate :ShrinkPeriod=, :none, 2025, 8
1107
1107
 
1108
1108
  def initialize(expandthreshold=nil, shrinkthreshold=nil, expandperiod=nil, shrinkperiod=nil, expandsecondperiod=nil, shrinksecondperiod=nil)
1109
1109
  @ExpandThreshold = expandthreshold
@@ -1416,8 +1416,8 @@ module TencentCloud
1416
1416
 
1417
1417
  attr_accessor :Name, :Size, :Date, :IntranetUrl, :InternetUrl, :Type, :BinlogStartTime, :BinlogFinishTime, :Region, :Status, :RemoteInfo, :CosStorageType, :InstanceId
1418
1418
  extend Gem::Deprecate
1419
- deprecate :InstanceId, :none, 2025, 7
1420
- deprecate :InstanceId=, :none, 2025, 7
1419
+ deprecate :InstanceId, :none, 2025, 8
1420
+ deprecate :InstanceId=, :none, 2025, 8
1421
1421
 
1422
1422
  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)
1423
1423
  @Name = name
@@ -2361,8 +2361,8 @@ module TencentCloud
2361
2361
 
2362
2362
  attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :LogFilter, :ColumnFilter
2363
2363
  extend Gem::Deprecate
2364
- deprecate :Filter, :none, 2025, 7
2365
- deprecate :Filter=, :none, 2025, 7
2364
+ deprecate :Filter, :none, 2025, 8
2365
+ deprecate :Filter=, :none, 2025, 8
2366
2366
 
2367
2367
  def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, logfilter=nil, columnfilter=nil)
2368
2368
  @InstanceId = instanceid
@@ -5084,10 +5084,10 @@ module TencentCloud
5084
5084
 
5085
5085
  attr_accessor :StartTimeMin, :StartTimeMax, :BackupExpireDays, :BackupMethod, :BinlogExpireDays, :BackupTimeWindow, :EnableBackupPeriodSave, :BackupPeriodSaveDays, :BackupPeriodSaveInterval, :BackupPeriodSaveCount, :StartBackupPeriodSaveDate, :EnableBackupArchive, :BackupArchiveDays, :EnableBinlogArchive, :BinlogArchiveDays, :EnableBackupStandby, :BackupStandbyDays, :EnableBinlogStandby, :BinlogStandbyDays, :RequestId
5086
5086
  extend Gem::Deprecate
5087
- deprecate :StartTimeMin, :none, 2025, 7
5088
- deprecate :StartTimeMin=, :none, 2025, 7
5089
- deprecate :StartTimeMax, :none, 2025, 7
5090
- deprecate :StartTimeMax=, :none, 2025, 7
5087
+ deprecate :StartTimeMin, :none, 2025, 8
5088
+ deprecate :StartTimeMin=, :none, 2025, 8
5089
+ deprecate :StartTimeMax, :none, 2025, 8
5090
+ deprecate :StartTimeMax=, :none, 2025, 8
5091
5091
 
5092
5092
  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)
5093
5093
  @StartTimeMin = starttimemin
@@ -9686,8 +9686,8 @@ module TencentCloud
9686
9686
 
9687
9687
  attr_accessor :AsyncRequestId, :RequestId
9688
9688
  extend Gem::Deprecate
9689
- deprecate :AsyncRequestId, :none, 2025, 7
9690
- deprecate :AsyncRequestId=, :none, 2025, 7
9689
+ deprecate :AsyncRequestId, :none, 2025, 8
9690
+ deprecate :AsyncRequestId=, :none, 2025, 8
9691
9691
 
9692
9692
  def initialize(asyncrequestid=nil, requestid=nil)
9693
9693
  @AsyncRequestId = asyncrequestid
@@ -10427,8 +10427,8 @@ module TencentCloud
10427
10427
 
10428
10428
  attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditAll, :AuditRuleFilters, :RuleTemplateIds
10429
10429
  extend Gem::Deprecate
10430
- deprecate :AuditRuleFilters, :none, 2025, 7
10431
- deprecate :AuditRuleFilters=, :none, 2025, 7
10430
+ deprecate :AuditRuleFilters, :none, 2025, 8
10431
+ deprecate :AuditRuleFilters=, :none, 2025, 8
10432
10432
 
10433
10433
  def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditall=nil, auditrulefilters=nil, ruletemplateids=nil)
10434
10434
  @InstanceId = instanceid
@@ -11134,8 +11134,8 @@ module TencentCloud
11134
11134
 
11135
11135
  attr_accessor :AsyncRequestId, :RequestId
11136
11136
  extend Gem::Deprecate
11137
- deprecate :AsyncRequestId, :none, 2025, 7
11138
- deprecate :AsyncRequestId=, :none, 2025, 7
11137
+ deprecate :AsyncRequestId, :none, 2025, 8
11138
+ deprecate :AsyncRequestId=, :none, 2025, 8
11139
11139
 
11140
11140
  def initialize(asyncrequestid=nil, requestid=nil)
11141
11141
  @AsyncRequestId = asyncrequestid
@@ -11560,8 +11560,8 @@ module TencentCloud
11560
11560
 
11561
11561
  attr_accessor :RoGroupId, :RoGroupInfo, :RoWeightValues, :IsBalanceRoLoad, :ReplicationDelayTime
11562
11562
  extend Gem::Deprecate
11563
- deprecate :ReplicationDelayTime, :none, 2025, 7
11564
- deprecate :ReplicationDelayTime=, :none, 2025, 7
11563
+ deprecate :ReplicationDelayTime, :none, 2025, 8
11564
+ deprecate :ReplicationDelayTime=, :none, 2025, 8
11565
11565
 
11566
11566
  def initialize(rogroupid=nil, rogroupinfo=nil, roweightvalues=nil, isbalanceroload=nil, replicationdelaytime=nil)
11567
11567
  @RoGroupId = rogroupid
@@ -11792,8 +11792,8 @@ module TencentCloud
11792
11792
 
11793
11793
  attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditRuleFilters, :RuleTemplateIds, :AuditAll
11794
11794
  extend Gem::Deprecate
11795
- deprecate :AuditRuleFilters, :none, 2025, 7
11796
- deprecate :AuditRuleFilters=, :none, 2025, 7
11795
+ deprecate :AuditRuleFilters, :none, 2025, 8
11796
+ deprecate :AuditRuleFilters=, :none, 2025, 8
11797
11797
 
11798
11798
  def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditrulefilters=nil, ruletemplateids=nil, auditall=nil)
11799
11799
  @InstanceId = instanceid
@@ -12072,8 +12072,8 @@ module TencentCloud
12072
12072
 
12073
12073
  attr_accessor :InstanceId, :ParamName, :OldValue, :NewValue, :IsSucess, :ModifyTime, :IsSuccess
12074
12074
  extend Gem::Deprecate
12075
- deprecate :IsSucess, :none, 2025, 7
12076
- deprecate :IsSucess=, :none, 2025, 7
12075
+ deprecate :IsSucess, :none, 2025, 8
12076
+ deprecate :IsSucess=, :none, 2025, 8
12077
12077
 
12078
12078
  def initialize(instanceid=nil, paramname=nil, oldvalue=nil, newvalue=nil, issucess=nil, modifytime=nil, issuccess=nil)
12079
12079
  @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.1114
4
+ version: 3.0.1116
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-07-30 00:00:00.000000000 Z
11
+ date: 2025-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common