tencentcloud-sdk-cdwdoris 3.0.1112 → 3.0.1150

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/v20211228/models.rb +75 -50
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 99366dbdcfc95b5666c0f9fb9eb2243d92a1a7f8
4
- data.tar.gz: d58859a1dc5225434d1738b872ea4561422742bb
3
+ metadata.gz: afbc249159f402e531720db3fbb21bdd84f11a59
4
+ data.tar.gz: 75c2d698a92378f9412713f107977b412f8a0a4f
5
5
  SHA512:
6
- metadata.gz: 6ba3d0a43c0c03c0e8c7ccf06b44cb73889f32e0e78523967f07fda95bc6403be46e9c9b08b183086454e0526f2868343cfe7dae061c64cbfef8770ef0466c38
7
- data.tar.gz: ed0e545dff2ed82182778e8625c06e68ab6fb105d0cff3a65e4a8fd3186c3d3d758a9171ef16d60f4a20cfa8b9001a190acb5d46d3124bf61d3fbc260a87160c
6
+ metadata.gz: 9ed10091e8e7d1cc61193896500181083896e0b5d686d4c63bf15db1a4dc9da02179e78441fd8c970406fb5dda005f9d5171fcd177012c87aa24c532bd089a03
7
+ data.tar.gz: 3cad718eaabae38368af6206701af6909e7fc6d0893dbfdd8dcb1346ff38679946b557a0840d8996e82d5036346beefce634dc9adb68cc8f51a6000e995d8b66
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1112
1
+ 3.0.1150
@@ -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, 7
517
- deprecate :FileKeyValues=, :none, 2025, 7
520
+ deprecate :FileKeyValues, :none, 2025, 9
521
+ deprecate :FileKeyValues=, :none, 2025, 9
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, 7
762
- deprecate :WeekDays=, :none, 2025, 7
763
- deprecate :ExecuteHour, :none, 2025, 7
764
- deprecate :ExecuteHour=, :none, 2025, 7
765
- deprecate :BackupType, :none, 2025, 7
766
- deprecate :BackupType=, :none, 2025, 7
767
- deprecate :DorisSourceInfo, :none, 2025, 7
768
- deprecate :DorisSourceInfo=, :none, 2025, 7
769
- deprecate :RestoreType, :none, 2025, 7
770
- deprecate :RestoreType=, :none, 2025, 7
771
- deprecate :AuthType, :none, 2025, 7
772
- deprecate :AuthType=, :none, 2025, 7
773
- deprecate :CosSourceInfo, :none, 2025, 7
774
- deprecate :CosSourceInfo=, :none, 2025, 7
765
+ deprecate :WeekDays, :none, 2025, 9
766
+ deprecate :WeekDays=, :none, 2025, 9
767
+ deprecate :ExecuteHour, :none, 2025, 9
768
+ deprecate :ExecuteHour=, :none, 2025, 9
769
+ deprecate :BackupType, :none, 2025, 9
770
+ deprecate :BackupType=, :none, 2025, 9
771
+ deprecate :DorisSourceInfo, :none, 2025, 9
772
+ deprecate :DorisSourceInfo=, :none, 2025, 9
773
+ deprecate :RestoreType, :none, 2025, 9
774
+ deprecate :RestoreType=, :none, 2025, 9
775
+ deprecate :AuthType, :none, 2025, 9
776
+ deprecate :AuthType=, :none, 2025, 9
777
+ deprecate :CosSourceInfo, :none, 2025, 9
778
+ deprecate :CosSourceInfo=, :none, 2025, 9
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, 7
955
- deprecate :UserMultiZoneInfos=, :none, 2025, 7
956
- deprecate :CacheDiskSize, :none, 2025, 7
957
- deprecate :CacheDiskSize=, :none, 2025, 7
958
+ deprecate :UserMultiZoneInfos, :none, 2025, 9
959
+ deprecate :UserMultiZoneInfos=, :none, 2025, 9
960
+ deprecate :CacheDiskSize, :none, 2025, 9
961
+ deprecate :CacheDiskSize=, :none, 2025, 9
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
@@ -2452,7 +2464,11 @@ module TencentCloud
2452
2464
 
2453
2465
  # DescribeInstanceState返回参数结构体
2454
2466
  class DescribeInstanceStateResponse < TencentCloud::Common::AbstractModel
2455
- # @param InstanceState: 集群状态,例如:Serving
2467
+ # @param InstanceState: 集群状态
2468
+ # Init 创建中
2469
+ # Serving 运行中
2470
+ # Isolated 已隔离
2471
+ # Changing 变更中
2456
2472
  # @type InstanceState: String
2457
2473
  # @param FlowCreateTime: 集群操作创建时间
2458
2474
  # @type FlowCreateTime: String
@@ -2547,8 +2563,8 @@ module TencentCloud
2547
2563
 
2548
2564
  attr_accessor :InstanceID, :Input
2549
2565
  extend Gem::Deprecate
2550
- deprecate :InstanceID, :none, 2025, 7
2551
- deprecate :InstanceID=, :none, 2025, 7
2566
+ deprecate :InstanceID, :none, 2025, 9
2567
+ deprecate :InstanceID=, :none, 2025, 9
2552
2568
 
2553
2569
  def initialize(instanceid=nil, input=nil)
2554
2570
  @InstanceID = instanceid
@@ -3414,14 +3430,15 @@ module TencentCloud
3414
3430
 
3415
3431
  # 实例描述信息
3416
3432
  class InstanceInfo < TencentCloud::Common::AbstractModel
3417
- # @param InstanceId: 集群实例ID, "cdw-xxxx" 字符串类型
3433
+ # @param InstanceId: 集群实例ID, "cdwdoris-xxxx" 字符串类型
3418
3434
  # @type InstanceId: String
3419
3435
  # @param InstanceName: 集群实例名称
3420
3436
  # @type InstanceName: String
3421
3437
  # @param Status: 状态,
3422
- # Init 创建中; Serving 运行中;
3423
- # Deleted已销毁;Deleting 销毁中;
3424
- # Modify 集群变更中;
3438
+ # Init 创建中
3439
+ # Serving 运行中
3440
+ # Isolated 已隔离
3441
+ # Changing 变更中
3425
3442
  # @type Status: String
3426
3443
  # @param Version: 版本
3427
3444
  # @type Version: String
@@ -3456,7 +3473,7 @@ module TencentCloud
3456
3473
  # @type Id: Integer
3457
3474
  # @param RegionId: regionId, 表示地域
3458
3475
  # @type RegionId: Integer
3459
- # @param ZoneDesc: 可用区说明,例如 "广州二区"
3476
+ # @param ZoneDesc: 可用区说明,例如 "广州三区"
3460
3477
  # @type ZoneDesc: String
3461
3478
  # @param FlowMsg: 错误流程说明信息
3462
3479
  # @type FlowMsg: String
@@ -3532,13 +3549,17 @@ module TencentCloud
3532
3549
  # @type CosStorageSize: Float
3533
3550
  # @param IsMasterNonVM: 存算分离的指标 当是true 不支持新建计算组
3534
3551
  # @type IsMasterNonVM: Boolean
3552
+ # @param CosPkgCapacity: Cos容量包大小
3553
+ # @type CosPkgCapacity: Integer
3554
+ # @param UseManagedBucket: 集群是否使用托管桶
3555
+ # @type UseManagedBucket: Boolean
3535
3556
 
3536
- 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
3557
+ 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
3537
3558
  extend Gem::Deprecate
3538
- deprecate :IfExistCatalog, :none, 2025, 7
3539
- deprecate :IfExistCatalog=, :none, 2025, 7
3559
+ deprecate :IfExistCatalog, :none, 2025, 9
3560
+ deprecate :IfExistCatalog=, :none, 2025, 9
3540
3561
 
3541
- 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)
3562
+ 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)
3542
3563
  @InstanceId = instanceid
3543
3564
  @InstanceName = instancename
3544
3565
  @Status = status
@@ -3594,6 +3615,8 @@ module TencentCloud
3594
3615
  @ComputeGroupCount = computegroupcount
3595
3616
  @CosStorageSize = cosstoragesize
3596
3617
  @IsMasterNonVM = ismasternonvm
3618
+ @CosPkgCapacity = cospkgcapacity
3619
+ @UseManagedBucket = usemanagedbucket
3597
3620
  end
3598
3621
 
3599
3622
  def deserialize(params)
@@ -3671,6 +3694,8 @@ module TencentCloud
3671
3694
  @ComputeGroupCount = params['ComputeGroupCount']
3672
3695
  @CosStorageSize = params['CosStorageSize']
3673
3696
  @IsMasterNonVM = params['IsMasterNonVM']
3697
+ @CosPkgCapacity = params['CosPkgCapacity']
3698
+ @UseManagedBucket = params['UseManagedBucket']
3674
3699
  end
3675
3700
  end
3676
3701
 
@@ -4704,18 +4729,18 @@ module TencentCloud
4704
4729
 
4705
4730
  attr_accessor :InstanceId, :BackUpJobId, :ReplicationNum, :ReserveSourceConfig, :RecoverType, :CosSourceInfo, :ScheduleType, :NextTime, :ScheduleName, :OperationType, :RecoverScope, :RecoverDatabase, :ReserveStoragePolicy
4706
4731
  extend Gem::Deprecate
4707
- deprecate :RecoverType, :none, 2025, 7
4708
- deprecate :RecoverType=, :none, 2025, 7
4709
- deprecate :CosSourceInfo, :none, 2025, 7
4710
- deprecate :CosSourceInfo=, :none, 2025, 7
4711
- deprecate :ScheduleType, :none, 2025, 7
4712
- deprecate :ScheduleType=, :none, 2025, 7
4713
- deprecate :NextTime, :none, 2025, 7
4714
- deprecate :NextTime=, :none, 2025, 7
4715
- deprecate :ScheduleName, :none, 2025, 7
4716
- deprecate :ScheduleName=, :none, 2025, 7
4717
- deprecate :OperationType, :none, 2025, 7
4718
- deprecate :OperationType=, :none, 2025, 7
4732
+ deprecate :RecoverType, :none, 2025, 9
4733
+ deprecate :RecoverType=, :none, 2025, 9
4734
+ deprecate :CosSourceInfo, :none, 2025, 9
4735
+ deprecate :CosSourceInfo=, :none, 2025, 9
4736
+ deprecate :ScheduleType, :none, 2025, 9
4737
+ deprecate :ScheduleType=, :none, 2025, 9
4738
+ deprecate :NextTime, :none, 2025, 9
4739
+ deprecate :NextTime=, :none, 2025, 9
4740
+ deprecate :ScheduleName, :none, 2025, 9
4741
+ deprecate :ScheduleName=, :none, 2025, 9
4742
+ deprecate :OperationType, :none, 2025, 9
4743
+ deprecate :OperationType=, :none, 2025, 9
4719
4744
 
4720
4745
  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
4746
  @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.1112
4
+ version: 3.0.1150
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-29 00:00:00.000000000 Z
11
+ date: 2025-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-cdwdoris.rb
37
36
  - lib/v20211228/client.rb
38
37
  - lib/v20211228/models.rb
38
+ - lib/tencentcloud-sdk-cdwdoris.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: