tencentcloud-sdk-cdwdoris 3.0.1169 → 3.0.1187
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 +201 -59
- 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: e6a7f4cfdaadac77eab31d3cd378c513c7b8e5ea
|
|
4
|
+
data.tar.gz: cb121d529d809bb297304e58c891dcc5e85a3e53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ddb1478c85db681bbfe8ede9b27cc7b30cb8999ea650609236730241773741dbddbf602c05b760f99d8161eb6bc6e4e8b6e6dcf1d2f73ef096908430388dca50
|
|
7
|
+
data.tar.gz: e3aeb1e8d9e9dcb09a2017b32bae10082b1cec401b35b077b1709a53a4ab3e34f49c4de37576fca46ac4ea0779aa15386e5ea3ede97bf86863fe362c8a9f3fdd
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1187
|
data/lib/v20211228/models.rb
CHANGED
|
@@ -134,10 +134,36 @@ module TencentCloud
|
|
|
134
134
|
# @type SnapshotRemainPolicy: :class:`Tencentcloud::Cdwdoris.v20211228.models.SnapshotRemainPolicy`
|
|
135
135
|
# @param IsolationCount: 隔离次数
|
|
136
136
|
# @type IsolationCount: Integer
|
|
137
|
+
# @param EnableSecurityLock: 是否开启安全锁
|
|
138
|
+
# @type EnableSecurityLock: Integer
|
|
139
|
+
# @param GracePeriod: 宽限期天数
|
|
140
|
+
# @type GracePeriod: Integer
|
|
141
|
+
# @param GraceStartTime: 宽限期开始时间
|
|
142
|
+
# @type GraceStartTime: String
|
|
143
|
+
# @param IsWithinGracePeriod: 是否在宽限期内
|
|
144
|
+
# @type IsWithinGracePeriod: Boolean
|
|
145
|
+
# @param UseManagedBucket: 是否使用托管桶
|
|
146
|
+
# @type UseManagedBucket: Boolean
|
|
147
|
+
# @param InstanceId: 实例ID
|
|
148
|
+
# @type InstanceId: String
|
|
149
|
+
# @param InstanceName: 实例名称
|
|
150
|
+
# @type InstanceName: String
|
|
151
|
+
# @param InstanceStatus: 实例状态
|
|
152
|
+
# @type InstanceStatus: String
|
|
153
|
+
# @param InstanceStatusDesc: 实例状态描述
|
|
154
|
+
# @type InstanceStatusDesc: String
|
|
155
|
+
# @param DataRemoteRegion: 备份远程桶地域
|
|
156
|
+
# @type DataRemoteRegion: String
|
|
157
|
+
# @param BucketEncryption: 桶加密状态信息
|
|
158
|
+
# @type BucketEncryption: :class:`Tencentcloud::Cdwdoris.v20211228.models.BucketEncryptionInfo`
|
|
159
|
+
# @param Encryption: 备份任务创建时记录的加密类型:SSE-COS/SSE-KMS/disabled
|
|
160
|
+
# @type Encryption: String
|
|
161
|
+
# @param EncryptionEnabled: 是否开通加密存储:0-未开通,1-已开通
|
|
162
|
+
# @type EncryptionEnabled: Boolean
|
|
137
163
|
|
|
138
|
-
attr_accessor :JobId, :Snapshot, :BackUpSize, :BackUpSingleSize, :BackUpTime, :ExpireTime, :JobStatus, :BackupType, :BackupTimeType, :DorisSourceInfo, :JobStatusNum, :BackupCosInfo, :IsUserDefineBucket, :ErrorReason, :SnapshotRemainPolicy, :IsolationCount
|
|
164
|
+
attr_accessor :JobId, :Snapshot, :BackUpSize, :BackUpSingleSize, :BackUpTime, :ExpireTime, :JobStatus, :BackupType, :BackupTimeType, :DorisSourceInfo, :JobStatusNum, :BackupCosInfo, :IsUserDefineBucket, :ErrorReason, :SnapshotRemainPolicy, :IsolationCount, :EnableSecurityLock, :GracePeriod, :GraceStartTime, :IsWithinGracePeriod, :UseManagedBucket, :InstanceId, :InstanceName, :InstanceStatus, :InstanceStatusDesc, :DataRemoteRegion, :BucketEncryption, :Encryption, :EncryptionEnabled
|
|
139
165
|
|
|
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)
|
|
166
|
+
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, enablesecuritylock=nil, graceperiod=nil, gracestarttime=nil, iswithingraceperiod=nil, usemanagedbucket=nil, instanceid=nil, instancename=nil, instancestatus=nil, instancestatusdesc=nil, dataremoteregion=nil, bucketencryption=nil, encryption=nil, encryptionenabled=nil)
|
|
141
167
|
@JobId = jobid
|
|
142
168
|
@Snapshot = snapshot
|
|
143
169
|
@BackUpSize = backupsize
|
|
@@ -154,6 +180,19 @@ module TencentCloud
|
|
|
154
180
|
@ErrorReason = errorreason
|
|
155
181
|
@SnapshotRemainPolicy = snapshotremainpolicy
|
|
156
182
|
@IsolationCount = isolationcount
|
|
183
|
+
@EnableSecurityLock = enablesecuritylock
|
|
184
|
+
@GracePeriod = graceperiod
|
|
185
|
+
@GraceStartTime = gracestarttime
|
|
186
|
+
@IsWithinGracePeriod = iswithingraceperiod
|
|
187
|
+
@UseManagedBucket = usemanagedbucket
|
|
188
|
+
@InstanceId = instanceid
|
|
189
|
+
@InstanceName = instancename
|
|
190
|
+
@InstanceStatus = instancestatus
|
|
191
|
+
@InstanceStatusDesc = instancestatusdesc
|
|
192
|
+
@DataRemoteRegion = dataremoteregion
|
|
193
|
+
@BucketEncryption = bucketencryption
|
|
194
|
+
@Encryption = encryption
|
|
195
|
+
@EncryptionEnabled = encryptionenabled
|
|
157
196
|
end
|
|
158
197
|
|
|
159
198
|
def deserialize(params)
|
|
@@ -182,6 +221,22 @@ module TencentCloud
|
|
|
182
221
|
@SnapshotRemainPolicy.deserialize(params['SnapshotRemainPolicy'])
|
|
183
222
|
end
|
|
184
223
|
@IsolationCount = params['IsolationCount']
|
|
224
|
+
@EnableSecurityLock = params['EnableSecurityLock']
|
|
225
|
+
@GracePeriod = params['GracePeriod']
|
|
226
|
+
@GraceStartTime = params['GraceStartTime']
|
|
227
|
+
@IsWithinGracePeriod = params['IsWithinGracePeriod']
|
|
228
|
+
@UseManagedBucket = params['UseManagedBucket']
|
|
229
|
+
@InstanceId = params['InstanceId']
|
|
230
|
+
@InstanceName = params['InstanceName']
|
|
231
|
+
@InstanceStatus = params['InstanceStatus']
|
|
232
|
+
@InstanceStatusDesc = params['InstanceStatusDesc']
|
|
233
|
+
@DataRemoteRegion = params['DataRemoteRegion']
|
|
234
|
+
unless params['BucketEncryption'].nil?
|
|
235
|
+
@BucketEncryption = BucketEncryptionInfo.new
|
|
236
|
+
@BucketEncryption.deserialize(params['BucketEncryption'])
|
|
237
|
+
end
|
|
238
|
+
@Encryption = params['Encryption']
|
|
239
|
+
@EncryptionEnabled = params['EncryptionEnabled']
|
|
185
240
|
end
|
|
186
241
|
end
|
|
187
242
|
|
|
@@ -247,10 +302,12 @@ module TencentCloud
|
|
|
247
302
|
# @type BackupJobId: Integer
|
|
248
303
|
# @param TaskId: 实例对应Snapshot的id
|
|
249
304
|
# @type TaskId: Integer
|
|
305
|
+
# @param UploadBytes: 上传大小
|
|
306
|
+
# @type UploadBytes: Integer
|
|
250
307
|
|
|
251
|
-
attr_accessor :JobId, :SnapshotName, :DbName, :State, :BackupObjects, :CreateTime, :SnapshotFinishedTime, :UploadFinishedTime, :FinishedTime, :UnfinishedTasks, :Progress, :TaskErrMsg, :Status, :Timeout, :BackupJobId, :TaskId
|
|
308
|
+
attr_accessor :JobId, :SnapshotName, :DbName, :State, :BackupObjects, :CreateTime, :SnapshotFinishedTime, :UploadFinishedTime, :FinishedTime, :UnfinishedTasks, :Progress, :TaskErrMsg, :Status, :Timeout, :BackupJobId, :TaskId, :UploadBytes
|
|
252
309
|
|
|
253
|
-
def initialize(jobid=nil, snapshotname=nil, dbname=nil, state=nil, backupobjects=nil, createtime=nil, snapshotfinishedtime=nil, uploadfinishedtime=nil, finishedtime=nil, unfinishedtasks=nil, progress=nil, taskerrmsg=nil, status=nil, timeout=nil, backupjobid=nil, taskid=nil)
|
|
310
|
+
def initialize(jobid=nil, snapshotname=nil, dbname=nil, state=nil, backupobjects=nil, createtime=nil, snapshotfinishedtime=nil, uploadfinishedtime=nil, finishedtime=nil, unfinishedtasks=nil, progress=nil, taskerrmsg=nil, status=nil, timeout=nil, backupjobid=nil, taskid=nil, uploadbytes=nil)
|
|
254
311
|
@JobId = jobid
|
|
255
312
|
@SnapshotName = snapshotname
|
|
256
313
|
@DbName = dbname
|
|
@@ -267,6 +324,7 @@ module TencentCloud
|
|
|
267
324
|
@Timeout = timeout
|
|
268
325
|
@BackupJobId = backupjobid
|
|
269
326
|
@TaskId = taskid
|
|
327
|
+
@UploadBytes = uploadbytes
|
|
270
328
|
end
|
|
271
329
|
|
|
272
330
|
def deserialize(params)
|
|
@@ -286,6 +344,7 @@ module TencentCloud
|
|
|
286
344
|
@Timeout = params['Timeout']
|
|
287
345
|
@BackupJobId = params['BackupJobId']
|
|
288
346
|
@TaskId = params['TaskId']
|
|
347
|
+
@UploadBytes = params['UploadBytes']
|
|
289
348
|
end
|
|
290
349
|
end
|
|
291
350
|
|
|
@@ -349,6 +408,34 @@ module TencentCloud
|
|
|
349
408
|
end
|
|
350
409
|
end
|
|
351
410
|
|
|
411
|
+
# 桶加密状态信息
|
|
412
|
+
class BucketEncryptionInfo < TencentCloud::Common::AbstractModel
|
|
413
|
+
# @param IsEncrypted: 是否已加密
|
|
414
|
+
# @type IsEncrypted: Boolean
|
|
415
|
+
# @param EncryptionType: 加密类型:SSE-COS/SSE-KMS/disabled
|
|
416
|
+
# @type EncryptionType: String
|
|
417
|
+
# @param LastOperation: 最后操作类型:enable/disable
|
|
418
|
+
# @type LastOperation: String
|
|
419
|
+
# @param LastUpdateTime: 最后更新时间
|
|
420
|
+
# @type LastUpdateTime: String
|
|
421
|
+
|
|
422
|
+
attr_accessor :IsEncrypted, :EncryptionType, :LastOperation, :LastUpdateTime
|
|
423
|
+
|
|
424
|
+
def initialize(isencrypted=nil, encryptiontype=nil, lastoperation=nil, lastupdatetime=nil)
|
|
425
|
+
@IsEncrypted = isencrypted
|
|
426
|
+
@EncryptionType = encryptiontype
|
|
427
|
+
@LastOperation = lastoperation
|
|
428
|
+
@LastUpdateTime = lastupdatetime
|
|
429
|
+
end
|
|
430
|
+
|
|
431
|
+
def deserialize(params)
|
|
432
|
+
@IsEncrypted = params['IsEncrypted']
|
|
433
|
+
@EncryptionType = params['EncryptionType']
|
|
434
|
+
@LastOperation = params['LastOperation']
|
|
435
|
+
@LastUpdateTime = params['LastUpdateTime']
|
|
436
|
+
end
|
|
437
|
+
end
|
|
438
|
+
|
|
352
439
|
# CancelBackupJob请求参数结构体
|
|
353
440
|
class CancelBackupJobRequest < TencentCloud::Common::AbstractModel
|
|
354
441
|
# @param InstanceId: 集群id
|
|
@@ -517,8 +604,8 @@ module TencentCloud
|
|
|
517
604
|
|
|
518
605
|
attr_accessor :ComputeGroupId, :FileName, :FileConf, :KeyConf, :OriParam, :NeedRestart, :FilePath, :FileKeyValues, :FileKeyValuesNew
|
|
519
606
|
extend Gem::Deprecate
|
|
520
|
-
deprecate :FileKeyValues, :none, 2025,
|
|
521
|
-
deprecate :FileKeyValues=, :none, 2025,
|
|
607
|
+
deprecate :FileKeyValues, :none, 2025, 12
|
|
608
|
+
deprecate :FileKeyValues=, :none, 2025, 12
|
|
522
609
|
|
|
523
610
|
def initialize(computegroupid=nil, filename=nil, fileconf=nil, keyconf=nil, oriparam=nil, needrestart=nil, filepath=nil, filekeyvalues=nil, filekeyvaluesnew=nil)
|
|
524
611
|
@ComputeGroupId = computegroupid
|
|
@@ -759,25 +846,31 @@ module TencentCloud
|
|
|
759
846
|
# @type SnapshotRemainPolicy: :class:`Tencentcloud::Cdwdoris.v20211228.models.SnapshotRemainPolicy`
|
|
760
847
|
# @param DataRemoteRegion: 备份数据所在地域,当前地域应该为空
|
|
761
848
|
# @type DataRemoteRegion: String
|
|
762
|
-
|
|
763
|
-
|
|
849
|
+
# @param BucketType: 托管桶类型:standard-标准,maz-多可用区
|
|
850
|
+
# @type BucketType: String
|
|
851
|
+
# @param EnableSecurityLock: 是否开启安全锁:0-未开启,1-开启
|
|
852
|
+
# @type EnableSecurityLock: Integer
|
|
853
|
+
# @param GracePeriod: 宽限期(天数)
|
|
854
|
+
# @type GracePeriod: Integer
|
|
855
|
+
|
|
856
|
+
attr_accessor :InstanceId, :OperationType, :ScheduleId, :WeekDays, :ExecuteHour, :BackUpTables, :BackupType, :DorisSourceInfo, :BackupTimeType, :RestoreType, :AuthType, :CosSourceInfo, :ScheduleName, :ScheduleInfo, :UpdateStatus, :CosBucket, :SnapshotRemainPolicy, :DataRemoteRegion, :BucketType, :EnableSecurityLock, :GracePeriod
|
|
764
857
|
extend Gem::Deprecate
|
|
765
|
-
deprecate :WeekDays, :none, 2025,
|
|
766
|
-
deprecate :WeekDays=, :none, 2025,
|
|
767
|
-
deprecate :ExecuteHour, :none, 2025,
|
|
768
|
-
deprecate :ExecuteHour=, :none, 2025,
|
|
769
|
-
deprecate :BackupType, :none, 2025,
|
|
770
|
-
deprecate :BackupType=, :none, 2025,
|
|
771
|
-
deprecate :DorisSourceInfo, :none, 2025,
|
|
772
|
-
deprecate :DorisSourceInfo=, :none, 2025,
|
|
773
|
-
deprecate :RestoreType, :none, 2025,
|
|
774
|
-
deprecate :RestoreType=, :none, 2025,
|
|
775
|
-
deprecate :AuthType, :none, 2025,
|
|
776
|
-
deprecate :AuthType=, :none, 2025,
|
|
777
|
-
deprecate :CosSourceInfo, :none, 2025,
|
|
778
|
-
deprecate :CosSourceInfo=, :none, 2025,
|
|
779
|
-
|
|
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)
|
|
858
|
+
deprecate :WeekDays, :none, 2025, 12
|
|
859
|
+
deprecate :WeekDays=, :none, 2025, 12
|
|
860
|
+
deprecate :ExecuteHour, :none, 2025, 12
|
|
861
|
+
deprecate :ExecuteHour=, :none, 2025, 12
|
|
862
|
+
deprecate :BackupType, :none, 2025, 12
|
|
863
|
+
deprecate :BackupType=, :none, 2025, 12
|
|
864
|
+
deprecate :DorisSourceInfo, :none, 2025, 12
|
|
865
|
+
deprecate :DorisSourceInfo=, :none, 2025, 12
|
|
866
|
+
deprecate :RestoreType, :none, 2025, 12
|
|
867
|
+
deprecate :RestoreType=, :none, 2025, 12
|
|
868
|
+
deprecate :AuthType, :none, 2025, 12
|
|
869
|
+
deprecate :AuthType=, :none, 2025, 12
|
|
870
|
+
deprecate :CosSourceInfo, :none, 2025, 12
|
|
871
|
+
deprecate :CosSourceInfo=, :none, 2025, 12
|
|
872
|
+
|
|
873
|
+
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, buckettype=nil, enablesecuritylock=nil, graceperiod=nil)
|
|
781
874
|
@InstanceId = instanceid
|
|
782
875
|
@OperationType = operationtype
|
|
783
876
|
@ScheduleId = scheduleid
|
|
@@ -796,6 +889,9 @@ module TencentCloud
|
|
|
796
889
|
@CosBucket = cosbucket
|
|
797
890
|
@SnapshotRemainPolicy = snapshotremainpolicy
|
|
798
891
|
@DataRemoteRegion = dataremoteregion
|
|
892
|
+
@BucketType = buckettype
|
|
893
|
+
@EnableSecurityLock = enablesecuritylock
|
|
894
|
+
@GracePeriod = graceperiod
|
|
799
895
|
end
|
|
800
896
|
|
|
801
897
|
def deserialize(params)
|
|
@@ -836,6 +932,9 @@ module TencentCloud
|
|
|
836
932
|
@SnapshotRemainPolicy.deserialize(params['SnapshotRemainPolicy'])
|
|
837
933
|
end
|
|
838
934
|
@DataRemoteRegion = params['DataRemoteRegion']
|
|
935
|
+
@BucketType = params['BucketType']
|
|
936
|
+
@EnableSecurityLock = params['EnableSecurityLock']
|
|
937
|
+
@GracePeriod = params['GracePeriod']
|
|
839
938
|
end
|
|
840
939
|
end
|
|
841
940
|
|
|
@@ -955,10 +1054,10 @@ module TencentCloud
|
|
|
955
1054
|
|
|
956
1055
|
attr_accessor :Zone, :FeSpec, :BeSpec, :HaFlag, :UserVPCId, :UserSubnetId, :ProductVersion, :ChargeProperties, :InstanceName, :DorisUserPwd, :Tags, :HaType, :CaseSensitive, :EnableMultiZones, :UserMultiZoneInfos, :UserMultiZoneInfoArr, :IsSSC, :SSCCU, :CacheDiskSize, :CacheDataDiskSize
|
|
957
1056
|
extend Gem::Deprecate
|
|
958
|
-
deprecate :UserMultiZoneInfos, :none, 2025,
|
|
959
|
-
deprecate :UserMultiZoneInfos=, :none, 2025,
|
|
960
|
-
deprecate :CacheDiskSize, :none, 2025,
|
|
961
|
-
deprecate :CacheDiskSize=, :none, 2025,
|
|
1057
|
+
deprecate :UserMultiZoneInfos, :none, 2025, 12
|
|
1058
|
+
deprecate :UserMultiZoneInfos=, :none, 2025, 12
|
|
1059
|
+
deprecate :CacheDiskSize, :none, 2025, 12
|
|
1060
|
+
deprecate :CacheDiskSize=, :none, 2025, 12
|
|
962
1061
|
|
|
963
1062
|
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)
|
|
964
1063
|
@Zone = zone
|
|
@@ -1428,10 +1527,12 @@ module TencentCloud
|
|
|
1428
1527
|
# @type EndTime: String
|
|
1429
1528
|
# @param JobIdFiltersStr: jobid的string类型
|
|
1430
1529
|
# @type JobIdFiltersStr: String
|
|
1530
|
+
# @param EncryptionFilters: 0-未加密;1-已加密
|
|
1531
|
+
# @type EncryptionFilters: Array
|
|
1431
1532
|
|
|
1432
|
-
attr_accessor :InstanceId, :ApplicationType, :PageSize, :PageNum, :BeginTime, :EndTime, :JobIdFiltersStr
|
|
1533
|
+
attr_accessor :InstanceId, :ApplicationType, :PageSize, :PageNum, :BeginTime, :EndTime, :JobIdFiltersStr, :EncryptionFilters
|
|
1433
1534
|
|
|
1434
|
-
def initialize(instanceid=nil, applicationtype=nil, pagesize=nil, pagenum=nil, begintime=nil, endtime=nil, jobidfiltersstr=nil)
|
|
1535
|
+
def initialize(instanceid=nil, applicationtype=nil, pagesize=nil, pagenum=nil, begintime=nil, endtime=nil, jobidfiltersstr=nil, encryptionfilters=nil)
|
|
1435
1536
|
@InstanceId = instanceid
|
|
1436
1537
|
@ApplicationType = applicationtype
|
|
1437
1538
|
@PageSize = pagesize
|
|
@@ -1439,6 +1540,7 @@ module TencentCloud
|
|
|
1439
1540
|
@BeginTime = begintime
|
|
1440
1541
|
@EndTime = endtime
|
|
1441
1542
|
@JobIdFiltersStr = jobidfiltersstr
|
|
1543
|
+
@EncryptionFilters = encryptionfilters
|
|
1442
1544
|
end
|
|
1443
1545
|
|
|
1444
1546
|
def deserialize(params)
|
|
@@ -1449,6 +1551,7 @@ module TencentCloud
|
|
|
1449
1551
|
@BeginTime = params['BeginTime']
|
|
1450
1552
|
@EndTime = params['EndTime']
|
|
1451
1553
|
@JobIdFiltersStr = params['JobIdFiltersStr']
|
|
1554
|
+
@EncryptionFilters = params['EncryptionFilters']
|
|
1452
1555
|
end
|
|
1453
1556
|
end
|
|
1454
1557
|
|
|
@@ -1460,15 +1563,18 @@ module TencentCloud
|
|
|
1460
1563
|
# @type ErrorMsg: String
|
|
1461
1564
|
# @param TotalCount: 总数
|
|
1462
1565
|
# @type TotalCount: Integer
|
|
1566
|
+
# @param CurrentTime: 当前时间
|
|
1567
|
+
# @type CurrentTime: String
|
|
1463
1568
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1464
1569
|
# @type RequestId: String
|
|
1465
1570
|
|
|
1466
|
-
attr_accessor :BackUpJobs, :ErrorMsg, :TotalCount, :RequestId
|
|
1571
|
+
attr_accessor :BackUpJobs, :ErrorMsg, :TotalCount, :CurrentTime, :RequestId
|
|
1467
1572
|
|
|
1468
|
-
def initialize(backupjobs=nil, errormsg=nil, totalcount=nil, requestid=nil)
|
|
1573
|
+
def initialize(backupjobs=nil, errormsg=nil, totalcount=nil, currenttime=nil, requestid=nil)
|
|
1469
1574
|
@BackUpJobs = backupjobs
|
|
1470
1575
|
@ErrorMsg = errormsg
|
|
1471
1576
|
@TotalCount = totalcount
|
|
1577
|
+
@CurrentTime = currenttime
|
|
1472
1578
|
@RequestId = requestid
|
|
1473
1579
|
end
|
|
1474
1580
|
|
|
@@ -1483,6 +1589,7 @@ module TencentCloud
|
|
|
1483
1589
|
end
|
|
1484
1590
|
@ErrorMsg = params['ErrorMsg']
|
|
1485
1591
|
@TotalCount = params['TotalCount']
|
|
1592
|
+
@CurrentTime = params['CurrentTime']
|
|
1486
1593
|
@RequestId = params['RequestId']
|
|
1487
1594
|
end
|
|
1488
1595
|
end
|
|
@@ -1494,30 +1601,45 @@ module TencentCloud
|
|
|
1494
1601
|
# 1-备份恢复(包括周期备份和一次性备份);
|
|
1495
1602
|
# 2-数据迁移(包括跨集群迁移和cos迁移)
|
|
1496
1603
|
# @type ApplicationType: Integer
|
|
1604
|
+
# @param EncryptionFilters: 0-未加密;1-已加密
|
|
1605
|
+
# @type EncryptionFilters: Array
|
|
1497
1606
|
|
|
1498
|
-
attr_accessor :ApplicationType
|
|
1607
|
+
attr_accessor :ApplicationType, :EncryptionFilters
|
|
1499
1608
|
|
|
1500
|
-
def initialize(applicationtype=nil)
|
|
1609
|
+
def initialize(applicationtype=nil, encryptionfilters=nil)
|
|
1501
1610
|
@ApplicationType = applicationtype
|
|
1611
|
+
@EncryptionFilters = encryptionfilters
|
|
1502
1612
|
end
|
|
1503
1613
|
|
|
1504
1614
|
def deserialize(params)
|
|
1505
1615
|
@ApplicationType = params['ApplicationType']
|
|
1616
|
+
@EncryptionFilters = params['EncryptionFilters']
|
|
1506
1617
|
end
|
|
1507
1618
|
end
|
|
1508
1619
|
|
|
1509
1620
|
# DescribeBackUpSchedules返回参数结构体
|
|
1510
1621
|
class DescribeBackUpSchedulesResponse < TencentCloud::Common::AbstractModel
|
|
1622
|
+
# @param CurrentTime: 当前系统时间
|
|
1623
|
+
# @type CurrentTime: String
|
|
1624
|
+
# @param BucketEncryption: 桶加密状态信息
|
|
1625
|
+
# @type BucketEncryption: :class:`Tencentcloud::Cdwdoris.v20211228.models.BucketEncryptionInfo`
|
|
1511
1626
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1512
1627
|
# @type RequestId: String
|
|
1513
1628
|
|
|
1514
|
-
attr_accessor :RequestId
|
|
1629
|
+
attr_accessor :CurrentTime, :BucketEncryption, :RequestId
|
|
1515
1630
|
|
|
1516
|
-
def initialize(requestid=nil)
|
|
1631
|
+
def initialize(currenttime=nil, bucketencryption=nil, requestid=nil)
|
|
1632
|
+
@CurrentTime = currenttime
|
|
1633
|
+
@BucketEncryption = bucketencryption
|
|
1517
1634
|
@RequestId = requestid
|
|
1518
1635
|
end
|
|
1519
1636
|
|
|
1520
1637
|
def deserialize(params)
|
|
1638
|
+
@CurrentTime = params['CurrentTime']
|
|
1639
|
+
unless params['BucketEncryption'].nil?
|
|
1640
|
+
@BucketEncryption = BucketEncryptionInfo.new
|
|
1641
|
+
@BucketEncryption.deserialize(params['BucketEncryption'])
|
|
1642
|
+
end
|
|
1521
1643
|
@RequestId = params['RequestId']
|
|
1522
1644
|
end
|
|
1523
1645
|
end
|
|
@@ -2574,8 +2696,8 @@ module TencentCloud
|
|
|
2574
2696
|
|
|
2575
2697
|
attr_accessor :InstanceID, :Input
|
|
2576
2698
|
extend Gem::Deprecate
|
|
2577
|
-
deprecate :InstanceID, :none, 2025,
|
|
2578
|
-
deprecate :InstanceID=, :none, 2025,
|
|
2699
|
+
deprecate :InstanceID, :none, 2025, 12
|
|
2700
|
+
deprecate :InstanceID=, :none, 2025, 12
|
|
2579
2701
|
|
|
2580
2702
|
def initialize(instanceid=nil, input=nil)
|
|
2581
2703
|
@InstanceID = instanceid
|
|
@@ -3564,13 +3686,19 @@ module TencentCloud
|
|
|
3564
3686
|
# @type CosPkgCapacity: Integer
|
|
3565
3687
|
# @param UseManagedBucket: 集群是否使用托管桶
|
|
3566
3688
|
# @type UseManagedBucket: Boolean
|
|
3567
|
-
|
|
3568
|
-
|
|
3689
|
+
# @param InstanceType: 集群类型
|
|
3690
|
+
# @type InstanceType: String
|
|
3691
|
+
# @param MasterInstance: 对应主集群
|
|
3692
|
+
# @type MasterInstance: String
|
|
3693
|
+
# @param SlaveInstances: 对应备集群
|
|
3694
|
+
# @type SlaveInstances: Array
|
|
3695
|
+
|
|
3696
|
+
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, :CosPkgCapacity, :UseManagedBucket, :InstanceType, :MasterInstance, :SlaveInstances
|
|
3569
3697
|
extend Gem::Deprecate
|
|
3570
|
-
deprecate :IfExistCatalog, :none, 2025,
|
|
3571
|
-
deprecate :IfExistCatalog=, :none, 2025,
|
|
3698
|
+
deprecate :IfExistCatalog, :none, 2025, 12
|
|
3699
|
+
deprecate :IfExistCatalog=, :none, 2025, 12
|
|
3572
3700
|
|
|
3573
|
-
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, cospkgcapacity=nil, usemanagedbucket=nil)
|
|
3701
|
+
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, cospkgcapacity=nil, usemanagedbucket=nil, instancetype=nil, masterinstance=nil, slaveinstances=nil)
|
|
3574
3702
|
@InstanceId = instanceid
|
|
3575
3703
|
@InstanceName = instancename
|
|
3576
3704
|
@Status = status
|
|
@@ -3628,6 +3756,9 @@ module TencentCloud
|
|
|
3628
3756
|
@IsMasterNonVM = ismasternonvm
|
|
3629
3757
|
@CosPkgCapacity = cospkgcapacity
|
|
3630
3758
|
@UseManagedBucket = usemanagedbucket
|
|
3759
|
+
@InstanceType = instancetype
|
|
3760
|
+
@MasterInstance = masterinstance
|
|
3761
|
+
@SlaveInstances = slaveinstances
|
|
3631
3762
|
end
|
|
3632
3763
|
|
|
3633
3764
|
def deserialize(params)
|
|
@@ -3707,6 +3838,9 @@ module TencentCloud
|
|
|
3707
3838
|
@IsMasterNonVM = params['IsMasterNonVM']
|
|
3708
3839
|
@CosPkgCapacity = params['CosPkgCapacity']
|
|
3709
3840
|
@UseManagedBucket = params['UseManagedBucket']
|
|
3841
|
+
@InstanceType = params['InstanceType']
|
|
3842
|
+
@MasterInstance = params['MasterInstance']
|
|
3843
|
+
@SlaveInstances = params['SlaveInstances']
|
|
3710
3844
|
end
|
|
3711
3845
|
end
|
|
3712
3846
|
|
|
@@ -4446,10 +4580,12 @@ module TencentCloud
|
|
|
4446
4580
|
# @type CreateTime: String
|
|
4447
4581
|
# @param VirtualZone: 虚拟可用区
|
|
4448
4582
|
# @type VirtualZone: String
|
|
4583
|
+
# @param HasFDB: 是否有fdb
|
|
4584
|
+
# @type HasFDB: Boolean
|
|
4449
4585
|
|
|
4450
|
-
attr_accessor :Ip, :Status, :NodeName, :ComponentName, :NodeRole, :LastRestartTime, :Zone, :Id, :RIp, :ComputeGroupId, :CreateTime, :VirtualZone
|
|
4586
|
+
attr_accessor :Ip, :Status, :NodeName, :ComponentName, :NodeRole, :LastRestartTime, :Zone, :Id, :RIp, :ComputeGroupId, :CreateTime, :VirtualZone, :HasFDB
|
|
4451
4587
|
|
|
4452
|
-
def initialize(ip=nil, status=nil, nodename=nil, componentname=nil, noderole=nil, lastrestarttime=nil, zone=nil, id=nil, rip=nil, computegroupid=nil, createtime=nil, virtualzone=nil)
|
|
4588
|
+
def initialize(ip=nil, status=nil, nodename=nil, componentname=nil, noderole=nil, lastrestarttime=nil, zone=nil, id=nil, rip=nil, computegroupid=nil, createtime=nil, virtualzone=nil, hasfdb=nil)
|
|
4453
4589
|
@Ip = ip
|
|
4454
4590
|
@Status = status
|
|
4455
4591
|
@NodeName = nodename
|
|
@@ -4462,6 +4598,7 @@ module TencentCloud
|
|
|
4462
4598
|
@ComputeGroupId = computegroupid
|
|
4463
4599
|
@CreateTime = createtime
|
|
4464
4600
|
@VirtualZone = virtualzone
|
|
4601
|
+
@HasFDB = hasfdb
|
|
4465
4602
|
end
|
|
4466
4603
|
|
|
4467
4604
|
def deserialize(params)
|
|
@@ -4477,6 +4614,7 @@ module TencentCloud
|
|
|
4477
4614
|
@ComputeGroupId = params['ComputeGroupId']
|
|
4478
4615
|
@CreateTime = params['CreateTime']
|
|
4479
4616
|
@VirtualZone = params['VirtualZone']
|
|
4617
|
+
@HasFDB = params['HasFDB']
|
|
4480
4618
|
end
|
|
4481
4619
|
end
|
|
4482
4620
|
|
|
@@ -4506,10 +4644,12 @@ module TencentCloud
|
|
|
4506
4644
|
# @type RIp: String
|
|
4507
4645
|
# @param VirtualZone: 虚拟可用区
|
|
4508
4646
|
# @type VirtualZone: String
|
|
4647
|
+
# @param HasFDB: 是否有fdb
|
|
4648
|
+
# @type HasFDB: Boolean
|
|
4509
4649
|
|
|
4510
|
-
attr_accessor :NodeName, :Status, :Ip, :NodeRole, :ComponentName, :LastRestartTime, :Id, :Zone, :CreateTime, :ComputeGroupId, :RIp, :VirtualZone
|
|
4650
|
+
attr_accessor :NodeName, :Status, :Ip, :NodeRole, :ComponentName, :LastRestartTime, :Id, :Zone, :CreateTime, :ComputeGroupId, :RIp, :VirtualZone, :HasFDB
|
|
4511
4651
|
|
|
4512
|
-
def initialize(nodename=nil, status=nil, ip=nil, noderole=nil, componentname=nil, lastrestarttime=nil, id=nil, zone=nil, createtime=nil, computegroupid=nil, rip=nil, virtualzone=nil)
|
|
4652
|
+
def initialize(nodename=nil, status=nil, ip=nil, noderole=nil, componentname=nil, lastrestarttime=nil, id=nil, zone=nil, createtime=nil, computegroupid=nil, rip=nil, virtualzone=nil, hasfdb=nil)
|
|
4513
4653
|
@NodeName = nodename
|
|
4514
4654
|
@Status = status
|
|
4515
4655
|
@Ip = ip
|
|
@@ -4522,6 +4662,7 @@ module TencentCloud
|
|
|
4522
4662
|
@ComputeGroupId = computegroupid
|
|
4523
4663
|
@RIp = rip
|
|
4524
4664
|
@VirtualZone = virtualzone
|
|
4665
|
+
@HasFDB = hasfdb
|
|
4525
4666
|
end
|
|
4526
4667
|
|
|
4527
4668
|
def deserialize(params)
|
|
@@ -4537,6 +4678,7 @@ module TencentCloud
|
|
|
4537
4678
|
@ComputeGroupId = params['ComputeGroupId']
|
|
4538
4679
|
@RIp = params['RIp']
|
|
4539
4680
|
@VirtualZone = params['VirtualZone']
|
|
4681
|
+
@HasFDB = params['HasFDB']
|
|
4540
4682
|
end
|
|
4541
4683
|
end
|
|
4542
4684
|
|
|
@@ -4744,18 +4886,18 @@ module TencentCloud
|
|
|
4744
4886
|
|
|
4745
4887
|
attr_accessor :InstanceId, :BackUpJobId, :ReplicationNum, :ReserveSourceConfig, :RecoverType, :CosSourceInfo, :ScheduleType, :NextTime, :ScheduleName, :OperationType, :RecoverScope, :RecoverDatabase, :ReserveStoragePolicy
|
|
4746
4888
|
extend Gem::Deprecate
|
|
4747
|
-
deprecate :RecoverType, :none, 2025,
|
|
4748
|
-
deprecate :RecoverType=, :none, 2025,
|
|
4749
|
-
deprecate :CosSourceInfo, :none, 2025,
|
|
4750
|
-
deprecate :CosSourceInfo=, :none, 2025,
|
|
4751
|
-
deprecate :ScheduleType, :none, 2025,
|
|
4752
|
-
deprecate :ScheduleType=, :none, 2025,
|
|
4753
|
-
deprecate :NextTime, :none, 2025,
|
|
4754
|
-
deprecate :NextTime=, :none, 2025,
|
|
4755
|
-
deprecate :ScheduleName, :none, 2025,
|
|
4756
|
-
deprecate :ScheduleName=, :none, 2025,
|
|
4757
|
-
deprecate :OperationType, :none, 2025,
|
|
4758
|
-
deprecate :OperationType=, :none, 2025,
|
|
4889
|
+
deprecate :RecoverType, :none, 2025, 12
|
|
4890
|
+
deprecate :RecoverType=, :none, 2025, 12
|
|
4891
|
+
deprecate :CosSourceInfo, :none, 2025, 12
|
|
4892
|
+
deprecate :CosSourceInfo=, :none, 2025, 12
|
|
4893
|
+
deprecate :ScheduleType, :none, 2025, 12
|
|
4894
|
+
deprecate :ScheduleType=, :none, 2025, 12
|
|
4895
|
+
deprecate :NextTime, :none, 2025, 12
|
|
4896
|
+
deprecate :NextTime=, :none, 2025, 12
|
|
4897
|
+
deprecate :ScheduleName, :none, 2025, 12
|
|
4898
|
+
deprecate :ScheduleName=, :none, 2025, 12
|
|
4899
|
+
deprecate :OperationType, :none, 2025, 12
|
|
4900
|
+
deprecate :OperationType=, :none, 2025, 12
|
|
4759
4901
|
|
|
4760
4902
|
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)
|
|
4761
4903
|
@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.1187
|
|
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-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|