tencentcloud-sdk-cdwdoris 3.0.1112 → 3.0.1126
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/v20211228/models.rb +54 -42
- 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: 9cbc2a690f8c6121e7799a5e5223f6d7fa4a877a
|
4
|
+
data.tar.gz: af4f6fad5ff99239026fe8572d4df2bb8342a504
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f01880f30704aec5edd8d2b46b92cd502a32fd012deafb6c2d354c77822536056b0095bb328ab78af68438f46b33a9ba95ce4aef90e5b3ef76b8823d75f282e
|
7
|
+
data.tar.gz: 0d9aa8972a0c6b5dec71175e10b9e7c227bc98f51a99cc3ccead4984bdb5dda2dba7921bd9f2a556bb5c82acc74c22fff1462d2cbfdd72b309a5ba74259030cc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1126
|
data/lib/v20211228/models.rb
CHANGED
@@ -132,10 +132,12 @@ module TencentCloud
|
|
132
132
|
# @type ErrorReason: String
|
133
133
|
# @param SnapshotRemainPolicy: 快照保留策略
|
134
134
|
# @type SnapshotRemainPolicy: :class:`Tencentcloud::Cdwdoris.v20211228.models.SnapshotRemainPolicy`
|
135
|
+
# @param IsolationCount: 隔离次数
|
136
|
+
# @type IsolationCount: Integer
|
135
137
|
|
136
|
-
attr_accessor :JobId, :Snapshot, :BackUpSize, :BackUpSingleSize, :BackUpTime, :ExpireTime, :JobStatus, :BackupType, :BackupTimeType, :DorisSourceInfo, :JobStatusNum, :BackupCosInfo, :IsUserDefineBucket, :ErrorReason, :SnapshotRemainPolicy
|
138
|
+
attr_accessor :JobId, :Snapshot, :BackUpSize, :BackUpSingleSize, :BackUpTime, :ExpireTime, :JobStatus, :BackupType, :BackupTimeType, :DorisSourceInfo, :JobStatusNum, :BackupCosInfo, :IsUserDefineBucket, :ErrorReason, :SnapshotRemainPolicy, :IsolationCount
|
137
139
|
|
138
|
-
def initialize(jobid=nil, snapshot=nil, backupsize=nil, backupsinglesize=nil, backuptime=nil, expiretime=nil, jobstatus=nil, backuptype=nil, backuptimetype=nil, dorissourceinfo=nil, jobstatusnum=nil, backupcosinfo=nil, isuserdefinebucket=nil, errorreason=nil, snapshotremainpolicy=nil)
|
140
|
+
def initialize(jobid=nil, snapshot=nil, backupsize=nil, backupsinglesize=nil, backuptime=nil, expiretime=nil, jobstatus=nil, backuptype=nil, backuptimetype=nil, dorissourceinfo=nil, jobstatusnum=nil, backupcosinfo=nil, isuserdefinebucket=nil, errorreason=nil, snapshotremainpolicy=nil, isolationcount=nil)
|
139
141
|
@JobId = jobid
|
140
142
|
@Snapshot = snapshot
|
141
143
|
@BackUpSize = backupsize
|
@@ -151,6 +153,7 @@ module TencentCloud
|
|
151
153
|
@IsUserDefineBucket = isuserdefinebucket
|
152
154
|
@ErrorReason = errorreason
|
153
155
|
@SnapshotRemainPolicy = snapshotremainpolicy
|
156
|
+
@IsolationCount = isolationcount
|
154
157
|
end
|
155
158
|
|
156
159
|
def deserialize(params)
|
@@ -178,6 +181,7 @@ module TencentCloud
|
|
178
181
|
@SnapshotRemainPolicy = SnapshotRemainPolicy.new
|
179
182
|
@SnapshotRemainPolicy.deserialize(params['SnapshotRemainPolicy'])
|
180
183
|
end
|
184
|
+
@IsolationCount = params['IsolationCount']
|
181
185
|
end
|
182
186
|
end
|
183
187
|
|
@@ -513,8 +517,8 @@ module TencentCloud
|
|
513
517
|
|
514
518
|
attr_accessor :ComputeGroupId, :FileName, :FileConf, :KeyConf, :OriParam, :NeedRestart, :FilePath, :FileKeyValues, :FileKeyValuesNew
|
515
519
|
extend Gem::Deprecate
|
516
|
-
deprecate :FileKeyValues, :none, 2025,
|
517
|
-
deprecate :FileKeyValues=, :none, 2025,
|
520
|
+
deprecate :FileKeyValues, :none, 2025, 8
|
521
|
+
deprecate :FileKeyValues=, :none, 2025, 8
|
518
522
|
|
519
523
|
def initialize(computegroupid=nil, filename=nil, fileconf=nil, keyconf=nil, oriparam=nil, needrestart=nil, filepath=nil, filekeyvalues=nil, filekeyvaluesnew=nil)
|
520
524
|
@ComputeGroupId = computegroupid
|
@@ -758,20 +762,20 @@ module TencentCloud
|
|
758
762
|
|
759
763
|
attr_accessor :InstanceId, :OperationType, :ScheduleId, :WeekDays, :ExecuteHour, :BackUpTables, :BackupType, :DorisSourceInfo, :BackupTimeType, :RestoreType, :AuthType, :CosSourceInfo, :ScheduleName, :ScheduleInfo, :UpdateStatus, :CosBucket, :SnapshotRemainPolicy, :DataRemoteRegion
|
760
764
|
extend Gem::Deprecate
|
761
|
-
deprecate :WeekDays, :none, 2025,
|
762
|
-
deprecate :WeekDays=, :none, 2025,
|
763
|
-
deprecate :ExecuteHour, :none, 2025,
|
764
|
-
deprecate :ExecuteHour=, :none, 2025,
|
765
|
-
deprecate :BackupType, :none, 2025,
|
766
|
-
deprecate :BackupType=, :none, 2025,
|
767
|
-
deprecate :DorisSourceInfo, :none, 2025,
|
768
|
-
deprecate :DorisSourceInfo=, :none, 2025,
|
769
|
-
deprecate :RestoreType, :none, 2025,
|
770
|
-
deprecate :RestoreType=, :none, 2025,
|
771
|
-
deprecate :AuthType, :none, 2025,
|
772
|
-
deprecate :AuthType=, :none, 2025,
|
773
|
-
deprecate :CosSourceInfo, :none, 2025,
|
774
|
-
deprecate :CosSourceInfo=, :none, 2025,
|
765
|
+
deprecate :WeekDays, :none, 2025, 8
|
766
|
+
deprecate :WeekDays=, :none, 2025, 8
|
767
|
+
deprecate :ExecuteHour, :none, 2025, 8
|
768
|
+
deprecate :ExecuteHour=, :none, 2025, 8
|
769
|
+
deprecate :BackupType, :none, 2025, 8
|
770
|
+
deprecate :BackupType=, :none, 2025, 8
|
771
|
+
deprecate :DorisSourceInfo, :none, 2025, 8
|
772
|
+
deprecate :DorisSourceInfo=, :none, 2025, 8
|
773
|
+
deprecate :RestoreType, :none, 2025, 8
|
774
|
+
deprecate :RestoreType=, :none, 2025, 8
|
775
|
+
deprecate :AuthType, :none, 2025, 8
|
776
|
+
deprecate :AuthType=, :none, 2025, 8
|
777
|
+
deprecate :CosSourceInfo, :none, 2025, 8
|
778
|
+
deprecate :CosSourceInfo=, :none, 2025, 8
|
775
779
|
|
776
780
|
def initialize(instanceid=nil, operationtype=nil, scheduleid=nil, weekdays=nil, executehour=nil, backuptables=nil, backuptype=nil, dorissourceinfo=nil, backuptimetype=nil, restoretype=nil, authtype=nil, cossourceinfo=nil, schedulename=nil, scheduleinfo=nil, updatestatus=nil, cosbucket=nil, snapshotremainpolicy=nil, dataremoteregion=nil)
|
777
781
|
@InstanceId = instanceid
|
@@ -951,10 +955,10 @@ module TencentCloud
|
|
951
955
|
|
952
956
|
attr_accessor :Zone, :FeSpec, :BeSpec, :HaFlag, :UserVPCId, :UserSubnetId, :ProductVersion, :ChargeProperties, :InstanceName, :DorisUserPwd, :Tags, :HaType, :CaseSensitive, :EnableMultiZones, :UserMultiZoneInfos, :UserMultiZoneInfoArr, :IsSSC, :SSCCU, :CacheDiskSize, :CacheDataDiskSize
|
953
957
|
extend Gem::Deprecate
|
954
|
-
deprecate :UserMultiZoneInfos, :none, 2025,
|
955
|
-
deprecate :UserMultiZoneInfos=, :none, 2025,
|
956
|
-
deprecate :CacheDiskSize, :none, 2025,
|
957
|
-
deprecate :CacheDiskSize=, :none, 2025,
|
958
|
+
deprecate :UserMultiZoneInfos, :none, 2025, 8
|
959
|
+
deprecate :UserMultiZoneInfos=, :none, 2025, 8
|
960
|
+
deprecate :CacheDiskSize, :none, 2025, 8
|
961
|
+
deprecate :CacheDiskSize=, :none, 2025, 8
|
958
962
|
|
959
963
|
def initialize(zone=nil, fespec=nil, bespec=nil, haflag=nil, uservpcid=nil, usersubnetid=nil, productversion=nil, chargeproperties=nil, instancename=nil, dorisuserpwd=nil, tags=nil, hatype=nil, casesensitive=nil, enablemultizones=nil, usermultizoneinfos=nil, usermultizoneinfoarr=nil, isssc=nil, ssccu=nil, cachedisksize=nil, cachedatadisksize=nil)
|
960
964
|
@Zone = zone
|
@@ -1208,34 +1212,42 @@ module TencentCloud
|
|
1208
1212
|
# @type BackUpJobId: Integer
|
1209
1213
|
# @param IsDeleteAll: 是否删除所有实例
|
1210
1214
|
# @type IsDeleteAll: Boolean
|
1215
|
+
# @param IsRecover: true代表恢复删除隔离中的job 默认false就是删除
|
1216
|
+
# @type IsRecover: Boolean
|
1211
1217
|
|
1212
|
-
attr_accessor :InstanceId, :BackUpJobId, :IsDeleteAll
|
1218
|
+
attr_accessor :InstanceId, :BackUpJobId, :IsDeleteAll, :IsRecover
|
1213
1219
|
|
1214
|
-
def initialize(instanceid=nil, backupjobid=nil, isdeleteall=nil)
|
1220
|
+
def initialize(instanceid=nil, backupjobid=nil, isdeleteall=nil, isrecover=nil)
|
1215
1221
|
@InstanceId = instanceid
|
1216
1222
|
@BackUpJobId = backupjobid
|
1217
1223
|
@IsDeleteAll = isdeleteall
|
1224
|
+
@IsRecover = isrecover
|
1218
1225
|
end
|
1219
1226
|
|
1220
1227
|
def deserialize(params)
|
1221
1228
|
@InstanceId = params['InstanceId']
|
1222
1229
|
@BackUpJobId = params['BackUpJobId']
|
1223
1230
|
@IsDeleteAll = params['IsDeleteAll']
|
1231
|
+
@IsRecover = params['IsRecover']
|
1224
1232
|
end
|
1225
1233
|
end
|
1226
1234
|
|
1227
1235
|
# DeleteBackUpData返回参数结构体
|
1228
1236
|
class DeleteBackUpDataResponse < TencentCloud::Common::AbstractModel
|
1237
|
+
# @param ErrorMsg: 错误信息
|
1238
|
+
# @type ErrorMsg: String
|
1229
1239
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1230
1240
|
# @type RequestId: String
|
1231
1241
|
|
1232
|
-
attr_accessor :RequestId
|
1242
|
+
attr_accessor :ErrorMsg, :RequestId
|
1233
1243
|
|
1234
|
-
def initialize(requestid=nil)
|
1244
|
+
def initialize(errormsg=nil, requestid=nil)
|
1245
|
+
@ErrorMsg = errormsg
|
1235
1246
|
@RequestId = requestid
|
1236
1247
|
end
|
1237
1248
|
|
1238
1249
|
def deserialize(params)
|
1250
|
+
@ErrorMsg = params['ErrorMsg']
|
1239
1251
|
@RequestId = params['RequestId']
|
1240
1252
|
end
|
1241
1253
|
end
|
@@ -2547,8 +2559,8 @@ module TencentCloud
|
|
2547
2559
|
|
2548
2560
|
attr_accessor :InstanceID, :Input
|
2549
2561
|
extend Gem::Deprecate
|
2550
|
-
deprecate :InstanceID, :none, 2025,
|
2551
|
-
deprecate :InstanceID=, :none, 2025,
|
2562
|
+
deprecate :InstanceID, :none, 2025, 8
|
2563
|
+
deprecate :InstanceID=, :none, 2025, 8
|
2552
2564
|
|
2553
2565
|
def initialize(instanceid=nil, input=nil)
|
2554
2566
|
@InstanceID = instanceid
|
@@ -3535,8 +3547,8 @@ module TencentCloud
|
|
3535
3547
|
|
3536
3548
|
attr_accessor :InstanceId, :InstanceName, :Status, :Version, :Region, :Zone, :VpcId, :SubnetId, :PayMode, :CreateTime, :ExpireTime, :MasterSummary, :CoreSummary, :HA, :HaType, :AccessInfo, :Id, :RegionId, :ZoneDesc, :FlowMsg, :StatusDesc, :RenewFlag, :Tags, :Monitor, :HasClsTopic, :ClsTopicId, :ClsLogSetId, :EnableXMLConfig, :RegionDesc, :Eip, :CosMoveFactor, :Kind, :CosBucketName, :CanAttachCbs, :BuildVersion, :Components, :IfExistCatalog, :Characteristic, :RestartTimeout, :GraceShutdownWaitSeconds, :CaseSensitive, :IsWhiteSGs, :BindSGs, :EnableMultiZones, :UserNetworkInfos, :EnableCoolDown, :CoolDownBucket, :Details, :EnableDlc, :AccountType, :MonitorMode, :CNSummary, :ComputeGroupCount, :CosStorageSize, :IsMasterNonVM
|
3537
3549
|
extend Gem::Deprecate
|
3538
|
-
deprecate :IfExistCatalog, :none, 2025,
|
3539
|
-
deprecate :IfExistCatalog=, :none, 2025,
|
3550
|
+
deprecate :IfExistCatalog, :none, 2025, 8
|
3551
|
+
deprecate :IfExistCatalog=, :none, 2025, 8
|
3540
3552
|
|
3541
3553
|
def initialize(instanceid=nil, instancename=nil, status=nil, version=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, paymode=nil, createtime=nil, expiretime=nil, mastersummary=nil, coresummary=nil, ha=nil, hatype=nil, accessinfo=nil, id=nil, regionid=nil, zonedesc=nil, flowmsg=nil, statusdesc=nil, renewflag=nil, tags=nil, monitor=nil, hasclstopic=nil, clstopicid=nil, clslogsetid=nil, enablexmlconfig=nil, regiondesc=nil, eip=nil, cosmovefactor=nil, kind=nil, cosbucketname=nil, canattachcbs=nil, buildversion=nil, components=nil, ifexistcatalog=nil, characteristic=nil, restarttimeout=nil, graceshutdownwaitseconds=nil, casesensitive=nil, iswhitesgs=nil, bindsgs=nil, enablemultizones=nil, usernetworkinfos=nil, enablecooldown=nil, cooldownbucket=nil, details=nil, enabledlc=nil, accounttype=nil, monitormode=nil, cnsummary=nil, computegroupcount=nil, cosstoragesize=nil, ismasternonvm=nil)
|
3542
3554
|
@InstanceId = instanceid
|
@@ -4704,18 +4716,18 @@ module TencentCloud
|
|
4704
4716
|
|
4705
4717
|
attr_accessor :InstanceId, :BackUpJobId, :ReplicationNum, :ReserveSourceConfig, :RecoverType, :CosSourceInfo, :ScheduleType, :NextTime, :ScheduleName, :OperationType, :RecoverScope, :RecoverDatabase, :ReserveStoragePolicy
|
4706
4718
|
extend Gem::Deprecate
|
4707
|
-
deprecate :RecoverType, :none, 2025,
|
4708
|
-
deprecate :RecoverType=, :none, 2025,
|
4709
|
-
deprecate :CosSourceInfo, :none, 2025,
|
4710
|
-
deprecate :CosSourceInfo=, :none, 2025,
|
4711
|
-
deprecate :ScheduleType, :none, 2025,
|
4712
|
-
deprecate :ScheduleType=, :none, 2025,
|
4713
|
-
deprecate :NextTime, :none, 2025,
|
4714
|
-
deprecate :NextTime=, :none, 2025,
|
4715
|
-
deprecate :ScheduleName, :none, 2025,
|
4716
|
-
deprecate :ScheduleName=, :none, 2025,
|
4717
|
-
deprecate :OperationType, :none, 2025,
|
4718
|
-
deprecate :OperationType=, :none, 2025,
|
4719
|
+
deprecate :RecoverType, :none, 2025, 8
|
4720
|
+
deprecate :RecoverType=, :none, 2025, 8
|
4721
|
+
deprecate :CosSourceInfo, :none, 2025, 8
|
4722
|
+
deprecate :CosSourceInfo=, :none, 2025, 8
|
4723
|
+
deprecate :ScheduleType, :none, 2025, 8
|
4724
|
+
deprecate :ScheduleType=, :none, 2025, 8
|
4725
|
+
deprecate :NextTime, :none, 2025, 8
|
4726
|
+
deprecate :NextTime=, :none, 2025, 8
|
4727
|
+
deprecate :ScheduleName, :none, 2025, 8
|
4728
|
+
deprecate :ScheduleName=, :none, 2025, 8
|
4729
|
+
deprecate :OperationType, :none, 2025, 8
|
4730
|
+
deprecate :OperationType=, :none, 2025, 8
|
4719
4731
|
|
4720
4732
|
def initialize(instanceid=nil, backupjobid=nil, replicationnum=nil, reservesourceconfig=nil, recovertype=nil, cossourceinfo=nil, scheduletype=nil, nexttime=nil, schedulename=nil, operationtype=nil, recoverscope=nil, recoverdatabase=nil, reservestoragepolicy=nil)
|
4721
4733
|
@InstanceId = instanceid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdwdoris
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1126
|
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-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|