tencentcloud-sdk-cdb 3.0.1211 → 3.0.1214
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 +40 -36
- 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: a3eb4cf104952f87c57cbc67c4ab0dbf4dbfd841
|
|
4
|
+
data.tar.gz: 61028df140aad39d97674609491c10188d21a5e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbe8b12d4bcfa5f6b8b642656989a67a0024b548126f6f3eaa8c77e2a2b715e4e512799b45c6b2c53218ad9720a2ca3c337b79bc55db17ff4a10e86bc353f9ec
|
|
7
|
+
data.tar.gz: 95715bbc9feb85f64bd29943fb20c5a653da782b54b2473b2f144f97075f2db14e3da7df5b2cd08d9f3e7d0f9cb0eaff95916d9597631dd4cf147037d2c564c6
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1214
|
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, 2026,
|
|
65
|
-
deprecate :CreateTime=, :none, 2026,
|
|
64
|
+
deprecate :CreateTime, :none, 2026, 2
|
|
65
|
+
deprecate :CreateTime=, :none, 2026, 2
|
|
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, 2026,
|
|
452
|
-
deprecate :AuditLogFilter=, :none, 2026,
|
|
451
|
+
deprecate :AuditLogFilter, :none, 2026, 2
|
|
452
|
+
deprecate :AuditLogFilter=, :none, 2026, 2
|
|
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, 2026,
|
|
1112
|
-
deprecate :ExpandPeriod=, :none, 2026,
|
|
1113
|
-
deprecate :ShrinkPeriod, :none, 2026,
|
|
1114
|
-
deprecate :ShrinkPeriod=, :none, 2026,
|
|
1111
|
+
deprecate :ExpandPeriod, :none, 2026, 2
|
|
1112
|
+
deprecate :ExpandPeriod=, :none, 2026, 2
|
|
1113
|
+
deprecate :ShrinkPeriod, :none, 2026, 2
|
|
1114
|
+
deprecate :ShrinkPeriod=, :none, 2026, 2
|
|
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, 2026,
|
|
1428
|
-
deprecate :InstanceId=, :none, 2026,
|
|
1427
|
+
deprecate :InstanceId, :none, 2026, 2
|
|
1428
|
+
deprecate :InstanceId=, :none, 2026, 2
|
|
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, 2026,
|
|
2379
|
-
deprecate :Filter=, :none, 2026,
|
|
2378
|
+
deprecate :Filter, :none, 2026, 2
|
|
2379
|
+
deprecate :Filter=, :none, 2026, 2
|
|
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
|
|
@@ -2925,8 +2925,8 @@ module TencentCloud
|
|
|
2925
2925
|
|
|
2926
2926
|
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, :MasterZone, :Zone
|
|
2927
2927
|
extend Gem::Deprecate
|
|
2928
|
-
deprecate :MasterZone, :none, 2026,
|
|
2929
|
-
deprecate :MasterZone=, :none, 2026,
|
|
2928
|
+
deprecate :MasterZone, :none, 2026, 2
|
|
2929
|
+
deprecate :MasterZone=, :none, 2026, 2
|
|
2930
2930
|
|
|
2931
2931
|
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, masterzone=nil, zone=nil)
|
|
2932
2932
|
@InstanceId = instanceid
|
|
@@ -5129,10 +5129,10 @@ module TencentCloud
|
|
|
5129
5129
|
|
|
5130
5130
|
attr_accessor :StartTimeMin, :StartTimeMax, :BackupExpireDays, :BackupMethod, :BinlogExpireDays, :BackupTimeWindow, :EnableBackupPeriodSave, :BackupPeriodSaveDays, :BackupPeriodSaveInterval, :BackupPeriodSaveCount, :StartBackupPeriodSaveDate, :EnableBackupArchive, :BackupArchiveDays, :EnableBinlogArchive, :BinlogArchiveDays, :EnableBackupStandby, :BackupStandbyDays, :EnableBinlogStandby, :BinlogStandbyDays, :RequestId
|
|
5131
5131
|
extend Gem::Deprecate
|
|
5132
|
-
deprecate :StartTimeMin, :none, 2026,
|
|
5133
|
-
deprecate :StartTimeMin=, :none, 2026,
|
|
5134
|
-
deprecate :StartTimeMax, :none, 2026,
|
|
5135
|
-
deprecate :StartTimeMax=, :none, 2026,
|
|
5132
|
+
deprecate :StartTimeMin, :none, 2026, 2
|
|
5133
|
+
deprecate :StartTimeMin=, :none, 2026, 2
|
|
5134
|
+
deprecate :StartTimeMax, :none, 2026, 2
|
|
5135
|
+
deprecate :StartTimeMax=, :none, 2026, 2
|
|
5136
5136
|
|
|
5137
5137
|
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)
|
|
5138
5138
|
@StartTimeMin = starttimemin
|
|
@@ -7824,8 +7824,8 @@ module TencentCloud
|
|
|
7824
7824
|
|
|
7825
7825
|
attr_accessor :Count, :CustomConf, :WeightRule, :CustomConfInfo, :RequestId
|
|
7826
7826
|
extend Gem::Deprecate
|
|
7827
|
-
deprecate :CustomConf, :none, 2026,
|
|
7828
|
-
deprecate :CustomConf=, :none, 2026,
|
|
7827
|
+
deprecate :CustomConf, :none, 2026, 2
|
|
7828
|
+
deprecate :CustomConf=, :none, 2026, 2
|
|
7829
7829
|
|
|
7830
7830
|
def initialize(count=nil, customconf=nil, weightrule=nil, customconfinfo=nil, requestid=nil)
|
|
7831
7831
|
@Count = count
|
|
@@ -9584,10 +9584,12 @@ module TencentCloud
|
|
|
9584
9584
|
# @type DeviceBandwidth: Integer
|
|
9585
9585
|
# @param DestroyProtect: 实例销毁保护状态,on表示开启保护,否则为关闭保护
|
|
9586
9586
|
# @type DestroyProtect: String
|
|
9587
|
+
# @param CpuModel: TDSQL引擎参数
|
|
9588
|
+
# @type CpuModel: String
|
|
9587
9589
|
|
|
9588
|
-
attr_accessor :WanStatus, :Zone, :InitFlag, :RoVipInfo, :Memory, :Status, :VpcId, :SlaveInfo, :InstanceId, :Volume, :AutoRenew, :ProtectMode, :RoGroups, :SubnetId, :InstanceType, :ProjectId, :Region, :DeadlineTime, :DeployMode, :TaskStatus, :MasterInfo, :DeviceType, :EngineVersion, :InstanceName, :DrInfo, :WanDomain, :WanPort, :PayType, :CreateTime, :Vip, :Vport, :CdbError, :UniqVpcId, :UniqSubnetId, :PhysicalId, :Cpu, :Qps, :ZoneName, :DeviceClass, :DeployGroupId, :ZoneId, :InstanceNodes, :TagList, :EngineType, :MaxDelayTime, :DiskType, :ExpandCpu, :ClusterInfo, :AnalysisNodeInfos, :DeviceBandwidth, :DestroyProtect
|
|
9590
|
+
attr_accessor :WanStatus, :Zone, :InitFlag, :RoVipInfo, :Memory, :Status, :VpcId, :SlaveInfo, :InstanceId, :Volume, :AutoRenew, :ProtectMode, :RoGroups, :SubnetId, :InstanceType, :ProjectId, :Region, :DeadlineTime, :DeployMode, :TaskStatus, :MasterInfo, :DeviceType, :EngineVersion, :InstanceName, :DrInfo, :WanDomain, :WanPort, :PayType, :CreateTime, :Vip, :Vport, :CdbError, :UniqVpcId, :UniqSubnetId, :PhysicalId, :Cpu, :Qps, :ZoneName, :DeviceClass, :DeployGroupId, :ZoneId, :InstanceNodes, :TagList, :EngineType, :MaxDelayTime, :DiskType, :ExpandCpu, :ClusterInfo, :AnalysisNodeInfos, :DeviceBandwidth, :DestroyProtect, :CpuModel
|
|
9589
9591
|
|
|
9590
|
-
def initialize(wanstatus=nil, zone=nil, initflag=nil, rovipinfo=nil, memory=nil, status=nil, vpcid=nil, slaveinfo=nil, instanceid=nil, volume=nil, autorenew=nil, protectmode=nil, rogroups=nil, subnetid=nil, instancetype=nil, projectid=nil, region=nil, deadlinetime=nil, deploymode=nil, taskstatus=nil, masterinfo=nil, devicetype=nil, engineversion=nil, instancename=nil, drinfo=nil, wandomain=nil, wanport=nil, paytype=nil, createtime=nil, vip=nil, vport=nil, cdberror=nil, uniqvpcid=nil, uniqsubnetid=nil, physicalid=nil, cpu=nil, qps=nil, zonename=nil, deviceclass=nil, deploygroupid=nil, zoneid=nil, instancenodes=nil, taglist=nil, enginetype=nil, maxdelaytime=nil, disktype=nil, expandcpu=nil, clusterinfo=nil, analysisnodeinfos=nil, devicebandwidth=nil, destroyprotect=nil)
|
|
9592
|
+
def initialize(wanstatus=nil, zone=nil, initflag=nil, rovipinfo=nil, memory=nil, status=nil, vpcid=nil, slaveinfo=nil, instanceid=nil, volume=nil, autorenew=nil, protectmode=nil, rogroups=nil, subnetid=nil, instancetype=nil, projectid=nil, region=nil, deadlinetime=nil, deploymode=nil, taskstatus=nil, masterinfo=nil, devicetype=nil, engineversion=nil, instancename=nil, drinfo=nil, wandomain=nil, wanport=nil, paytype=nil, createtime=nil, vip=nil, vport=nil, cdberror=nil, uniqvpcid=nil, uniqsubnetid=nil, physicalid=nil, cpu=nil, qps=nil, zonename=nil, deviceclass=nil, deploygroupid=nil, zoneid=nil, instancenodes=nil, taglist=nil, enginetype=nil, maxdelaytime=nil, disktype=nil, expandcpu=nil, clusterinfo=nil, analysisnodeinfos=nil, devicebandwidth=nil, destroyprotect=nil, cpumodel=nil)
|
|
9591
9593
|
@WanStatus = wanstatus
|
|
9592
9594
|
@Zone = zone
|
|
9593
9595
|
@InitFlag = initflag
|
|
@@ -9639,6 +9641,7 @@ module TencentCloud
|
|
|
9639
9641
|
@AnalysisNodeInfos = analysisnodeinfos
|
|
9640
9642
|
@DeviceBandwidth = devicebandwidth
|
|
9641
9643
|
@DestroyProtect = destroyprotect
|
|
9644
|
+
@CpuModel = cpumodel
|
|
9642
9645
|
end
|
|
9643
9646
|
|
|
9644
9647
|
def deserialize(params)
|
|
@@ -9737,6 +9740,7 @@ module TencentCloud
|
|
|
9737
9740
|
end
|
|
9738
9741
|
@DeviceBandwidth = params['DeviceBandwidth']
|
|
9739
9742
|
@DestroyProtect = params['DestroyProtect']
|
|
9743
|
+
@CpuModel = params['CpuModel']
|
|
9740
9744
|
end
|
|
9741
9745
|
end
|
|
9742
9746
|
|
|
@@ -9820,8 +9824,8 @@ module TencentCloud
|
|
|
9820
9824
|
|
|
9821
9825
|
attr_accessor :AsyncRequestId, :RequestId
|
|
9822
9826
|
extend Gem::Deprecate
|
|
9823
|
-
deprecate :AsyncRequestId, :none, 2026,
|
|
9824
|
-
deprecate :AsyncRequestId=, :none, 2026,
|
|
9827
|
+
deprecate :AsyncRequestId, :none, 2026, 2
|
|
9828
|
+
deprecate :AsyncRequestId=, :none, 2026, 2
|
|
9825
9829
|
|
|
9826
9830
|
def initialize(asyncrequestid=nil, requestid=nil)
|
|
9827
9831
|
@AsyncRequestId = asyncrequestid
|
|
@@ -10225,8 +10229,8 @@ module TencentCloud
|
|
|
10225
10229
|
|
|
10226
10230
|
attr_accessor :InstanceId, :NewPassword, :Accounts, :SkipValidatePassword
|
|
10227
10231
|
extend Gem::Deprecate
|
|
10228
|
-
deprecate :SkipValidatePassword, :none, 2026,
|
|
10229
|
-
deprecate :SkipValidatePassword=, :none, 2026,
|
|
10232
|
+
deprecate :SkipValidatePassword, :none, 2026, 2
|
|
10233
|
+
deprecate :SkipValidatePassword=, :none, 2026, 2
|
|
10230
10234
|
|
|
10231
10235
|
def initialize(instanceid=nil, newpassword=nil, accounts=nil, skipvalidatepassword=nil)
|
|
10232
10236
|
@InstanceId = instanceid
|
|
@@ -10568,8 +10572,8 @@ module TencentCloud
|
|
|
10568
10572
|
|
|
10569
10573
|
attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditAll, :AuditRuleFilters, :RuleTemplateIds
|
|
10570
10574
|
extend Gem::Deprecate
|
|
10571
|
-
deprecate :AuditRuleFilters, :none, 2026,
|
|
10572
|
-
deprecate :AuditRuleFilters=, :none, 2026,
|
|
10575
|
+
deprecate :AuditRuleFilters, :none, 2026, 2
|
|
10576
|
+
deprecate :AuditRuleFilters=, :none, 2026, 2
|
|
10573
10577
|
|
|
10574
10578
|
def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditall=nil, auditrulefilters=nil, ruletemplateids=nil)
|
|
10575
10579
|
@InstanceId = instanceid
|
|
@@ -11323,8 +11327,8 @@ module TencentCloud
|
|
|
11323
11327
|
|
|
11324
11328
|
attr_accessor :AsyncRequestId, :RequestId
|
|
11325
11329
|
extend Gem::Deprecate
|
|
11326
|
-
deprecate :AsyncRequestId, :none, 2026,
|
|
11327
|
-
deprecate :AsyncRequestId=, :none, 2026,
|
|
11330
|
+
deprecate :AsyncRequestId, :none, 2026, 2
|
|
11331
|
+
deprecate :AsyncRequestId=, :none, 2026, 2
|
|
11328
11332
|
|
|
11329
11333
|
def initialize(asyncrequestid=nil, requestid=nil)
|
|
11330
11334
|
@AsyncRequestId = asyncrequestid
|
|
@@ -11749,8 +11753,8 @@ module TencentCloud
|
|
|
11749
11753
|
|
|
11750
11754
|
attr_accessor :RoGroupId, :RoGroupInfo, :RoWeightValues, :IsBalanceRoLoad, :ReplicationDelayTime
|
|
11751
11755
|
extend Gem::Deprecate
|
|
11752
|
-
deprecate :ReplicationDelayTime, :none, 2026,
|
|
11753
|
-
deprecate :ReplicationDelayTime=, :none, 2026,
|
|
11756
|
+
deprecate :ReplicationDelayTime, :none, 2026, 2
|
|
11757
|
+
deprecate :ReplicationDelayTime=, :none, 2026, 2
|
|
11754
11758
|
|
|
11755
11759
|
def initialize(rogroupid=nil, rogroupinfo=nil, roweightvalues=nil, isbalanceroload=nil, replicationdelaytime=nil)
|
|
11756
11760
|
@RoGroupId = rogroupid
|
|
@@ -11981,8 +11985,8 @@ module TencentCloud
|
|
|
11981
11985
|
|
|
11982
11986
|
attr_accessor :InstanceId, :LogExpireDay, :HighLogExpireDay, :AuditRuleFilters, :RuleTemplateIds, :AuditAll
|
|
11983
11987
|
extend Gem::Deprecate
|
|
11984
|
-
deprecate :AuditRuleFilters, :none, 2026,
|
|
11985
|
-
deprecate :AuditRuleFilters=, :none, 2026,
|
|
11988
|
+
deprecate :AuditRuleFilters, :none, 2026, 2
|
|
11989
|
+
deprecate :AuditRuleFilters=, :none, 2026, 2
|
|
11986
11990
|
|
|
11987
11991
|
def initialize(instanceid=nil, logexpireday=nil, highlogexpireday=nil, auditrulefilters=nil, ruletemplateids=nil, auditall=nil)
|
|
11988
11992
|
@InstanceId = instanceid
|
|
@@ -12261,8 +12265,8 @@ module TencentCloud
|
|
|
12261
12265
|
|
|
12262
12266
|
attr_accessor :InstanceId, :ParamName, :OldValue, :NewValue, :IsSucess, :ModifyTime, :IsSuccess
|
|
12263
12267
|
extend Gem::Deprecate
|
|
12264
|
-
deprecate :IsSucess, :none, 2026,
|
|
12265
|
-
deprecate :IsSucess=, :none, 2026,
|
|
12268
|
+
deprecate :IsSucess, :none, 2026, 2
|
|
12269
|
+
deprecate :IsSucess=, :none, 2026, 2
|
|
12266
12270
|
|
|
12267
12271
|
def initialize(instanceid=nil, paramname=nil, oldvalue=nil, newvalue=nil, issucess=nil, modifytime=nil, issuccess=nil)
|
|
12268
12272
|
@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.1214
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-02-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|