tencentcloud-sdk-cdb 3.0.1073 → 3.0.1075

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 +38 -28
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ed4c77a6c99151b1f53e827304026d19370fda0
4
- data.tar.gz: d99528d457914fa37cf7c39fd1710af2f9aeafc4
3
+ metadata.gz: 2a4dc8ffe0ae1e48cf9f9992c8f5a9660673cbcf
4
+ data.tar.gz: a757d154004f55a2f2b5b395c5bbc317f6162a46
5
5
  SHA512:
6
- metadata.gz: 064307af84e8411f2c349acde9d633816a606321b5fbdb43560ad85bac41768203e5205f601435e8666a8bdfc633e3ebd889800e454eeaa19a24e2f4114332b2
7
- data.tar.gz: d9c2e7b7b7c536990ee482f2aeb879a9aa1a781724d306c126cd6540b2ac9f103fdf468322cab292d29d53edf1cd008b7e2ba7c643b19962df6b3a16e1f9cead
6
+ metadata.gz: c709296e08b80620b76d6b0e381485361d01060c034290c6158d47eb1a04bfa8592198227dae5887053b0597ba6304a56dd2d0c330e5d47604a8d317cf19dee4
7
+ data.tar.gz: 79722bbe6495d91021a8ae688ee7f4e575ae22a9a6d505d243bd711419555c1cf0774d18f3237aa65c29c53b28d00b5ceac3a79f41571cfc57eee713db20a34c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1073
1
+ 3.0.1075
@@ -58,8 +58,8 @@ module TencentCloud
58
58
 
59
59
  attr_accessor :Notes, :Host, :User, :ModifyTime, :ModifyPasswordTime, :CreateTime, :MaxUserConnections, :OpenCam
60
60
  extend Gem::Deprecate
61
- deprecate :CreateTime, :none, 2025, 5
62
- deprecate :CreateTime=, :none, 2025, 5
61
+ deprecate :CreateTime, :none, 2025, 6
62
+ deprecate :CreateTime=, :none, 2025, 6
63
63
 
64
64
  def initialize(notes=nil, host=nil, user=nil, modifytime=nil, modifypasswordtime=nil, createtime=nil, maxuserconnections=nil, opencam=nil)
65
65
  @Notes = notes
@@ -436,8 +436,8 @@ module TencentCloud
436
436
 
437
437
  attr_accessor :InstanceId, :StartTime, :EndTime, :AggregationConditions, :AuditLogFilter, :LogFilter
438
438
  extend Gem::Deprecate
439
- deprecate :AuditLogFilter, :none, 2025, 5
440
- deprecate :AuditLogFilter=, :none, 2025, 5
439
+ deprecate :AuditLogFilter, :none, 2025, 6
440
+ deprecate :AuditLogFilter=, :none, 2025, 6
441
441
 
442
442
  def initialize(instanceid=nil, starttime=nil, endtime=nil, aggregationconditions=nil, auditlogfilter=nil, logfilter=nil)
443
443
  @InstanceId = instanceid
@@ -1096,10 +1096,10 @@ module TencentCloud
1096
1096
 
1097
1097
  attr_accessor :ExpandThreshold, :ShrinkThreshold, :ExpandPeriod, :ShrinkPeriod, :ExpandSecondPeriod, :ShrinkSecondPeriod
1098
1098
  extend Gem::Deprecate
1099
- deprecate :ExpandPeriod, :none, 2025, 5
1100
- deprecate :ExpandPeriod=, :none, 2025, 5
1101
- deprecate :ShrinkPeriod, :none, 2025, 5
1102
- deprecate :ShrinkPeriod=, :none, 2025, 5
1099
+ deprecate :ExpandPeriod, :none, 2025, 6
1100
+ deprecate :ExpandPeriod=, :none, 2025, 6
1101
+ deprecate :ShrinkPeriod, :none, 2025, 6
1102
+ deprecate :ShrinkPeriod=, :none, 2025, 6
1103
1103
 
1104
1104
  def initialize(expandthreshold=nil, shrinkthreshold=nil, expandperiod=nil, shrinkperiod=nil, expandsecondperiod=nil, shrinksecondperiod=nil)
1105
1105
  @ExpandThreshold = expandthreshold
@@ -2334,8 +2334,8 @@ module TencentCloud
2334
2334
 
2335
2335
  attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :LogFilter, :ColumnFilter
2336
2336
  extend Gem::Deprecate
2337
- deprecate :Filter, :none, 2025, 5
2338
- deprecate :Filter=, :none, 2025, 5
2337
+ deprecate :Filter, :none, 2025, 6
2338
+ deprecate :Filter=, :none, 2025, 6
2339
2339
 
2340
2340
  def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, logfilter=nil, columnfilter=nil)
2341
2341
  @InstanceId = instanceid
@@ -2873,10 +2873,14 @@ module TencentCloud
2873
2873
  # @type Period: Integer
2874
2874
  # @param ClusterTopology: 集群版节点拓扑配置。
2875
2875
  # @type ClusterTopology: :class:`Tencentcloud::Cdb.v20170320.models.ClusterTopology`
2876
+ # @param SrcRegion: 原实例所在地域名,当传入异地备份时为必选项,例:ap-guangzhou
2877
+ # @type SrcRegion: String
2878
+ # @param SpecifiedSubBackupId: 异地数据备份id
2879
+ # @type SpecifiedSubBackupId: Integer
2876
2880
 
2877
- attr_accessor :InstanceId, :SpecifiedRollbackTime, :SpecifiedBackupId, :UniqVpcId, :UniqSubnetId, :Memory, :Volume, :InstanceName, :SecurityGroup, :ResourceTags, :Cpu, :ProtectMode, :DeployMode, :SlaveZone, :BackupZone, :DeviceType, :InstanceNodes, :DeployGroupId, :DryRun, :CageId, :ProjectId, :PayType, :Period, :ClusterTopology
2881
+ attr_accessor :InstanceId, :SpecifiedRollbackTime, :SpecifiedBackupId, :UniqVpcId, :UniqSubnetId, :Memory, :Volume, :InstanceName, :SecurityGroup, :ResourceTags, :Cpu, :ProtectMode, :DeployMode, :SlaveZone, :BackupZone, :DeviceType, :InstanceNodes, :DeployGroupId, :DryRun, :CageId, :ProjectId, :PayType, :Period, :ClusterTopology, :SrcRegion, :SpecifiedSubBackupId
2878
2882
 
2879
- def initialize(instanceid=nil, specifiedrollbacktime=nil, specifiedbackupid=nil, uniqvpcid=nil, uniqsubnetid=nil, memory=nil, volume=nil, instancename=nil, securitygroup=nil, resourcetags=nil, cpu=nil, protectmode=nil, deploymode=nil, slavezone=nil, backupzone=nil, devicetype=nil, instancenodes=nil, deploygroupid=nil, dryrun=nil, cageid=nil, projectid=nil, paytype=nil, period=nil, clustertopology=nil)
2883
+ def initialize(instanceid=nil, specifiedrollbacktime=nil, specifiedbackupid=nil, uniqvpcid=nil, uniqsubnetid=nil, memory=nil, volume=nil, instancename=nil, securitygroup=nil, resourcetags=nil, cpu=nil, protectmode=nil, deploymode=nil, slavezone=nil, backupzone=nil, devicetype=nil, instancenodes=nil, deploygroupid=nil, dryrun=nil, cageid=nil, projectid=nil, paytype=nil, period=nil, clustertopology=nil, srcregion=nil, specifiedsubbackupid=nil)
2880
2884
  @InstanceId = instanceid
2881
2885
  @SpecifiedRollbackTime = specifiedrollbacktime
2882
2886
  @SpecifiedBackupId = specifiedbackupid
@@ -2901,6 +2905,8 @@ module TencentCloud
2901
2905
  @PayType = paytype
2902
2906
  @Period = period
2903
2907
  @ClusterTopology = clustertopology
2908
+ @SrcRegion = srcregion
2909
+ @SpecifiedSubBackupId = specifiedsubbackupid
2904
2910
  end
2905
2911
 
2906
2912
  def deserialize(params)
@@ -2938,6 +2944,8 @@ module TencentCloud
2938
2944
  @ClusterTopology = ClusterTopology.new
2939
2945
  @ClusterTopology.deserialize(params['ClusterTopology'])
2940
2946
  end
2947
+ @SrcRegion = params['SrcRegion']
2948
+ @SpecifiedSubBackupId = params['SpecifiedSubBackupId']
2941
2949
  end
2942
2950
  end
2943
2951
 
@@ -5044,10 +5052,10 @@ module TencentCloud
5044
5052
 
5045
5053
  attr_accessor :StartTimeMin, :StartTimeMax, :BackupExpireDays, :BackupMethod, :BinlogExpireDays, :BackupTimeWindow, :EnableBackupPeriodSave, :BackupPeriodSaveDays, :BackupPeriodSaveInterval, :BackupPeriodSaveCount, :StartBackupPeriodSaveDate, :EnableBackupArchive, :BackupArchiveDays, :EnableBinlogArchive, :BinlogArchiveDays, :EnableBackupStandby, :BackupStandbyDays, :EnableBinlogStandby, :BinlogStandbyDays, :RequestId
5046
5054
  extend Gem::Deprecate
5047
- deprecate :StartTimeMin, :none, 2025, 5
5048
- deprecate :StartTimeMin=, :none, 2025, 5
5049
- deprecate :StartTimeMax, :none, 2025, 5
5050
- deprecate :StartTimeMax=, :none, 2025, 5
5055
+ deprecate :StartTimeMin, :none, 2025, 6
5056
+ deprecate :StartTimeMin=, :none, 2025, 6
5057
+ deprecate :StartTimeMax, :none, 2025, 6
5058
+ deprecate :StartTimeMax=, :none, 2025, 6
5051
5059
 
5052
5060
  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)
5053
5061
  @StartTimeMin = starttimemin
@@ -8892,8 +8900,10 @@ module TencentCloud
8892
8900
  # @param ExpandType: 扩容类型
8893
8901
  # @type ExpandType: String
8894
8902
  # @param StartTime: 扩容开始时间
8903
+ # 说明:此项显示的格式是 int 类型的 unix 时间戳
8895
8904
  # @type StartTime: Integer
8896
8905
  # @param EndTime: 扩容结束时间
8906
+ # 说明:此项显示的格式是 int 类型的 unix 时间戳
8897
8907
  # @type EndTime: Integer
8898
8908
  # @param OldCpu: 扩容前核数
8899
8909
  # @type OldCpu: Integer
@@ -9598,8 +9608,8 @@ module TencentCloud
9598
9608
 
9599
9609
  attr_accessor :AsyncRequestId, :RequestId
9600
9610
  extend Gem::Deprecate
9601
- deprecate :AsyncRequestId, :none, 2025, 5
9602
- deprecate :AsyncRequestId=, :none, 2025, 5
9611
+ deprecate :AsyncRequestId, :none, 2025, 6
9612
+ deprecate :AsyncRequestId=, :none, 2025, 6
9603
9613
 
9604
9614
  def initialize(asyncrequestid=nil, requestid=nil)
9605
9615
  @AsyncRequestId = asyncrequestid
@@ -10322,8 +10332,8 @@ module TencentCloud
10322
10332
 
10323
10333
  attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditAll, :AuditRuleFilters, :RuleTemplateIds
10324
10334
  extend Gem::Deprecate
10325
- deprecate :AuditRuleFilters, :none, 2025, 5
10326
- deprecate :AuditRuleFilters=, :none, 2025, 5
10335
+ deprecate :AuditRuleFilters, :none, 2025, 6
10336
+ deprecate :AuditRuleFilters=, :none, 2025, 6
10327
10337
 
10328
10338
  def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditall=nil, auditrulefilters=nil, ruletemplateids=nil)
10329
10339
  @InstanceId = instanceid
@@ -11021,8 +11031,8 @@ module TencentCloud
11021
11031
 
11022
11032
  attr_accessor :AsyncRequestId, :RequestId
11023
11033
  extend Gem::Deprecate
11024
- deprecate :AsyncRequestId, :none, 2025, 5
11025
- deprecate :AsyncRequestId=, :none, 2025, 5
11034
+ deprecate :AsyncRequestId, :none, 2025, 6
11035
+ deprecate :AsyncRequestId=, :none, 2025, 6
11026
11036
 
11027
11037
  def initialize(asyncrequestid=nil, requestid=nil)
11028
11038
  @AsyncRequestId = asyncrequestid
@@ -11443,8 +11453,8 @@ module TencentCloud
11443
11453
 
11444
11454
  attr_accessor :RoGroupId, :RoGroupInfo, :RoWeightValues, :IsBalanceRoLoad, :ReplicationDelayTime
11445
11455
  extend Gem::Deprecate
11446
- deprecate :ReplicationDelayTime, :none, 2025, 5
11447
- deprecate :ReplicationDelayTime=, :none, 2025, 5
11456
+ deprecate :ReplicationDelayTime, :none, 2025, 6
11457
+ deprecate :ReplicationDelayTime=, :none, 2025, 6
11448
11458
 
11449
11459
  def initialize(rogroupid=nil, rogroupinfo=nil, roweightvalues=nil, isbalanceroload=nil, replicationdelaytime=nil)
11450
11460
  @RoGroupId = rogroupid
@@ -11629,8 +11639,8 @@ module TencentCloud
11629
11639
 
11630
11640
  attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditRuleFilters, :RuleTemplateIds, :AuditAll
11631
11641
  extend Gem::Deprecate
11632
- deprecate :AuditRuleFilters, :none, 2025, 5
11633
- deprecate :AuditRuleFilters=, :none, 2025, 5
11642
+ deprecate :AuditRuleFilters, :none, 2025, 6
11643
+ deprecate :AuditRuleFilters=, :none, 2025, 6
11634
11644
 
11635
11645
  def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditrulefilters=nil, ruletemplateids=nil, auditall=nil)
11636
11646
  @InstanceId = instanceid
@@ -11909,8 +11919,8 @@ module TencentCloud
11909
11919
 
11910
11920
  attr_accessor :InstanceId, :ParamName, :OldValue, :NewValue, :IsSucess, :ModifyTime, :IsSuccess
11911
11921
  extend Gem::Deprecate
11912
- deprecate :IsSucess, :none, 2025, 5
11913
- deprecate :IsSucess=, :none, 2025, 5
11922
+ deprecate :IsSucess, :none, 2025, 6
11923
+ deprecate :IsSucess=, :none, 2025, 6
11914
11924
 
11915
11925
  def initialize(instanceid=nil, paramname=nil, oldvalue=nil, newvalue=nil, issucess=nil, modifytime=nil, issuccess=nil)
11916
11926
  @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.1073
4
+ version: 3.0.1075
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-06-03 00:00:00.000000000 Z
11
+ date: 2025-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common