tencentcloud-sdk-dlc 3.0.1001 → 3.0.1003

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/v20210125/models.rb +83 -43
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2f1fcbc43800d404506a52a3983e225f360cd0c
4
- data.tar.gz: 2159e824bca2fd48e0d71cfe3a188bd3bec851f7
3
+ metadata.gz: 18c4bd5ecd9f104b0505fc74b36108b4eeb72d7c
4
+ data.tar.gz: 9a4c0428b03a52d3237bf90d266b26d91bd6f82d
5
5
  SHA512:
6
- metadata.gz: 0172c02a5d97333aceabc7e934eb4b4264ba724feb1a2db4efdc64a3b9a5d9033a3a855d45a45fc829723baa2bc330fdb4fbdc23a28f52866cb269fe1d300f23
7
- data.tar.gz: 88aec77028ad2e727572242403f96d958e88fe9ab8d6cd7ff5e0dfbe12c031afb9d44be9383fa4b65ffb4c8acdf6442ac5afc82cdb65ae93808548bb9d7a334a
6
+ metadata.gz: 55393c5184a56664d9d806b6ed1677f34266d51ece53f499faa51ec131335d992b36701d3f4bfde6b2b0a100f5959f09d0ffe0516b13c61d4ef81865b8262984
7
+ data.tar.gz: 3c4a555cb13566200e68263dba791f66782729c095ad603580a15110ee4b80366459972cf4a6c50fb8b3ea1ce4de6ed0c6919f4cfd8a835b9a1909c1300954d1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1001
1
+ 3.0.1003
@@ -165,14 +165,17 @@ module TencentCloud
165
165
  # @type Location: String
166
166
  # @param Asset: 基础对象
167
167
  # @type Asset: :class:`Tencentcloud::Dlc.v20210125.models.Asset`
168
+ # @param DatasourceConnectionName: 数据源连接名
169
+ # @type DatasourceConnectionName: String
168
170
 
169
- attr_accessor :CurrentName, :SchemaName, :Location, :Asset
171
+ attr_accessor :CurrentName, :SchemaName, :Location, :Asset, :DatasourceConnectionName
170
172
 
171
- def initialize(currentname=nil, schemaname=nil, location=nil, asset=nil)
173
+ def initialize(currentname=nil, schemaname=nil, location=nil, asset=nil, datasourceconnectionname=nil)
172
174
  @CurrentName = currentname
173
175
  @SchemaName = schemaname
174
176
  @Location = location
175
177
  @Asset = asset
178
+ @DatasourceConnectionName = datasourceconnectionname
176
179
  end
177
180
 
178
181
  def deserialize(params)
@@ -183,6 +186,7 @@ module TencentCloud
183
186
  @Asset = Asset.new
184
187
  @Asset.deserialize(params['Asset'])
185
188
  end
189
+ @DatasourceConnectionName = params['DatasourceConnectionName']
186
190
  end
187
191
  end
188
192
 
@@ -212,14 +216,17 @@ module TencentCloud
212
216
  # @type CurrentValues: String
213
217
  # @param Partition: 分区
214
218
  # @type Partition: :class:`Tencentcloud::Dlc.v20210125.models.DMSPartition`
219
+ # @param DatasourceConnectionName: 数据源连接名
220
+ # @type DatasourceConnectionName: String
215
221
 
216
- attr_accessor :CurrentDbName, :CurrentTableName, :CurrentValues, :Partition
222
+ attr_accessor :CurrentDbName, :CurrentTableName, :CurrentValues, :Partition, :DatasourceConnectionName
217
223
 
218
- def initialize(currentdbname=nil, currenttablename=nil, currentvalues=nil, partition=nil)
224
+ def initialize(currentdbname=nil, currenttablename=nil, currentvalues=nil, partition=nil, datasourceconnectionname=nil)
219
225
  @CurrentDbName = currentdbname
220
226
  @CurrentTableName = currenttablename
221
227
  @CurrentValues = currentvalues
222
228
  @Partition = partition
229
+ @DatasourceConnectionName = datasourceconnectionname
223
230
  end
224
231
 
225
232
  def deserialize(params)
@@ -230,6 +237,7 @@ module TencentCloud
230
237
  @Partition = DMSPartition.new
231
238
  @Partition.deserialize(params['Partition'])
232
239
  end
240
+ @DatasourceConnectionName = params['DatasourceConnectionName']
233
241
  end
234
242
  end
235
243
 
@@ -287,10 +295,12 @@ module TencentCloud
287
295
  # @type Partitions: Array
288
296
  # @param Name: 当前表名
289
297
  # @type Name: String
298
+ # @param DatasourceConnectionName: 数据源连接名
299
+ # @type DatasourceConnectionName: String
290
300
 
291
- attr_accessor :CurrentName, :CurrentDbName, :Asset, :Type, :DbName, :StorageSize, :RecordCount, :LifeTime, :DataUpdateTime, :StructUpdateTime, :LastAccessTime, :Sds, :Columns, :PartitionKeys, :ViewOriginalText, :ViewExpandedText, :Partitions, :Name
301
+ attr_accessor :CurrentName, :CurrentDbName, :Asset, :Type, :DbName, :StorageSize, :RecordCount, :LifeTime, :DataUpdateTime, :StructUpdateTime, :LastAccessTime, :Sds, :Columns, :PartitionKeys, :ViewOriginalText, :ViewExpandedText, :Partitions, :Name, :DatasourceConnectionName
292
302
 
293
- def initialize(currentname=nil, currentdbname=nil, asset=nil, type=nil, dbname=nil, storagesize=nil, recordcount=nil, lifetime=nil, dataupdatetime=nil, structupdatetime=nil, lastaccesstime=nil, sds=nil, columns=nil, partitionkeys=nil, vieworiginaltext=nil, viewexpandedtext=nil, partitions=nil, name=nil)
303
+ def initialize(currentname=nil, currentdbname=nil, asset=nil, type=nil, dbname=nil, storagesize=nil, recordcount=nil, lifetime=nil, dataupdatetime=nil, structupdatetime=nil, lastaccesstime=nil, sds=nil, columns=nil, partitionkeys=nil, vieworiginaltext=nil, viewexpandedtext=nil, partitions=nil, name=nil, datasourceconnectionname=nil)
294
304
  @CurrentName = currentname
295
305
  @CurrentDbName = currentdbname
296
306
  @Asset = asset
@@ -309,6 +319,7 @@ module TencentCloud
309
319
  @ViewExpandedText = viewexpandedtext
310
320
  @Partitions = partitions
311
321
  @Name = name
322
+ @DatasourceConnectionName = datasourceconnectionname
312
323
  end
313
324
 
314
325
  def deserialize(params)
@@ -357,6 +368,7 @@ module TencentCloud
357
368
  end
358
369
  end
359
370
  @Name = params['Name']
371
+ @DatasourceConnectionName = params['DatasourceConnectionName']
360
372
  end
361
373
  end
362
374
 
@@ -1491,14 +1503,17 @@ module TencentCloud
1491
1503
  # @type Location: String
1492
1504
  # @param Name: 数据库名称
1493
1505
  # @type Name: String
1506
+ # @param DatasourceConnectionName: 数据源连接名
1507
+ # @type DatasourceConnectionName: String
1494
1508
 
1495
- attr_accessor :Asset, :SchemaName, :Location, :Name
1509
+ attr_accessor :Asset, :SchemaName, :Location, :Name, :DatasourceConnectionName
1496
1510
 
1497
- def initialize(asset=nil, schemaname=nil, location=nil, name=nil)
1511
+ def initialize(asset=nil, schemaname=nil, location=nil, name=nil, datasourceconnectionname=nil)
1498
1512
  @Asset = asset
1499
1513
  @SchemaName = schemaname
1500
1514
  @Location = location
1501
1515
  @Name = name
1516
+ @DatasourceConnectionName = datasourceconnectionname
1502
1517
  end
1503
1518
 
1504
1519
  def deserialize(params)
@@ -1509,6 +1524,7 @@ module TencentCloud
1509
1524
  @SchemaName = params['SchemaName']
1510
1525
  @Location = params['Location']
1511
1526
  @Name = params['Name']
1527
+ @DatasourceConnectionName = params['DatasourceConnectionName']
1512
1528
  end
1513
1529
  end
1514
1530
 
@@ -1562,10 +1578,12 @@ module TencentCloud
1562
1578
  # @type Partitions: Array
1563
1579
  # @param Name: 表名称
1564
1580
  # @type Name: String
1581
+ # @param DatasourceConnectionName: 数据源连接名
1582
+ # @type DatasourceConnectionName: String
1565
1583
 
1566
- attr_accessor :Asset, :Type, :DbName, :StorageSize, :RecordCount, :LifeTime, :DataUpdateTime, :StructUpdateTime, :LastAccessTime, :Sds, :Columns, :PartitionKeys, :ViewOriginalText, :ViewExpandedText, :Partitions, :Name
1584
+ attr_accessor :Asset, :Type, :DbName, :StorageSize, :RecordCount, :LifeTime, :DataUpdateTime, :StructUpdateTime, :LastAccessTime, :Sds, :Columns, :PartitionKeys, :ViewOriginalText, :ViewExpandedText, :Partitions, :Name, :DatasourceConnectionName
1567
1585
 
1568
- def initialize(asset=nil, type=nil, dbname=nil, storagesize=nil, recordcount=nil, lifetime=nil, dataupdatetime=nil, structupdatetime=nil, lastaccesstime=nil, sds=nil, columns=nil, partitionkeys=nil, vieworiginaltext=nil, viewexpandedtext=nil, partitions=nil, name=nil)
1586
+ def initialize(asset=nil, type=nil, dbname=nil, storagesize=nil, recordcount=nil, lifetime=nil, dataupdatetime=nil, structupdatetime=nil, lastaccesstime=nil, sds=nil, columns=nil, partitionkeys=nil, vieworiginaltext=nil, viewexpandedtext=nil, partitions=nil, name=nil, datasourceconnectionname=nil)
1569
1587
  @Asset = asset
1570
1588
  @Type = type
1571
1589
  @DbName = dbname
@@ -1582,6 +1600,7 @@ module TencentCloud
1582
1600
  @ViewExpandedText = viewexpandedtext
1583
1601
  @Partitions = partitions
1584
1602
  @Name = name
1603
+ @DatasourceConnectionName = datasourceconnectionname
1585
1604
  end
1586
1605
 
1587
1606
  def deserialize(params)
@@ -1628,6 +1647,7 @@ module TencentCloud
1628
1647
  end
1629
1648
  end
1630
1649
  @Name = params['Name']
1650
+ @DatasourceConnectionName = params['DatasourceConnectionName']
1631
1651
  end
1632
1652
  end
1633
1653
 
@@ -3199,10 +3219,12 @@ module TencentCloud
3199
3219
  # @type Params: Array
3200
3220
  # @param Sds: 存储对象
3201
3221
  # @type Sds: :class:`Tencentcloud::Dlc.v20210125.models.DMSSds`
3222
+ # @param DatasourceConnectionName: 数据源连接名
3223
+ # @type DatasourceConnectionName: String
3202
3224
 
3203
- attr_accessor :DatabaseName, :SchemaName, :TableName, :DataVersion, :Name, :Values, :StorageSize, :RecordCount, :CreateTime, :ModifiedTime, :LastAccessTime, :Params, :Sds
3225
+ attr_accessor :DatabaseName, :SchemaName, :TableName, :DataVersion, :Name, :Values, :StorageSize, :RecordCount, :CreateTime, :ModifiedTime, :LastAccessTime, :Params, :Sds, :DatasourceConnectionName
3204
3226
 
3205
- def initialize(databasename=nil, schemaname=nil, tablename=nil, dataversion=nil, name=nil, values=nil, storagesize=nil, recordcount=nil, createtime=nil, modifiedtime=nil, lastaccesstime=nil, params=nil, sds=nil)
3227
+ def initialize(databasename=nil, schemaname=nil, tablename=nil, dataversion=nil, name=nil, values=nil, storagesize=nil, recordcount=nil, createtime=nil, modifiedtime=nil, lastaccesstime=nil, params=nil, sds=nil, datasourceconnectionname=nil)
3206
3228
  @DatabaseName = databasename
3207
3229
  @SchemaName = schemaname
3208
3230
  @TableName = tablename
@@ -3216,6 +3238,7 @@ module TencentCloud
3216
3238
  @LastAccessTime = lastaccesstime
3217
3239
  @Params = params
3218
3240
  @Sds = sds
3241
+ @DatasourceConnectionName = datasourceconnectionname
3219
3242
  end
3220
3243
 
3221
3244
  def deserialize(params)
@@ -3242,6 +3265,7 @@ module TencentCloud
3242
3265
  @Sds = DMSSds.new
3243
3266
  @Sds.deserialize(params['Sds'])
3244
3267
  end
3268
+ @DatasourceConnectionName = params['DatasourceConnectionName']
3245
3269
  end
3246
3270
  end
3247
3271
 
@@ -3518,18 +3542,14 @@ module TencentCloud
3518
3542
  # @param UpdateTime: 更新时间
3519
3543
  # @type UpdateTime: Integer
3520
3544
  # @param Message: 返回信息
3521
- # 注意:此字段可能返回 null,表示取不到有效值。
3522
3545
  # @type Message: String
3523
3546
  # @param DataEngineId: 引擎id
3524
3547
  # @type DataEngineId: String
3525
3548
  # @param DataEngineType: 引擎类型,有效值:PrestoSQL/SparkSQL/SparkBatch
3526
- # 注意:此字段可能返回 null,表示取不到有效值。
3527
3549
  # @type DataEngineType: String
3528
3550
  # @param AppId: 用户ID
3529
- # 注意:此字段可能返回 null,表示取不到有效值。
3530
3551
  # @type AppId: Integer
3531
3552
  # @param UserUin: 账号ID
3532
- # 注意:此字段可能返回 null,表示取不到有效值。
3533
3553
  # @type UserUin: String
3534
3554
 
3535
3555
  attr_accessor :DataEngineName, :State, :CreateTime, :UpdateTime, :Message, :DataEngineId, :DataEngineType, :AppId, :UserUin
@@ -3597,10 +3617,8 @@ module TencentCloud
3597
3617
  # 引擎配置
3598
3618
  class DataEngineConfigPair < TencentCloud::Common::AbstractModel
3599
3619
  # @param ConfigItem: 配置项
3600
- # 注意:此字段可能返回 null,表示取不到有效值。
3601
3620
  # @type ConfigItem: String
3602
3621
  # @param ConfigValue: 配置值
3603
- # 注意:此字段可能返回 null,表示取不到有效值。
3604
3622
  # @type ConfigValue: String
3605
3623
 
3606
3624
  attr_accessor :ConfigItem, :ConfigValue
@@ -3989,13 +4007,10 @@ module TencentCloud
3989
4007
  # 引擎规格详情
3990
4008
  class DataEngineScaleInfo < TencentCloud::Common::AbstractModel
3991
4009
  # @param DataEngineId: 引擎ID
3992
- # 注意:此字段可能返回 null,表示取不到有效值。
3993
4010
  # @type DataEngineId: String
3994
4011
  # @param DataEngineName: 引擎名称
3995
- # 注意:此字段可能返回 null,表示取不到有效值。
3996
4012
  # @type DataEngineName: String
3997
4013
  # @param ScaleDetail: 引擎规格详情
3998
- # 注意:此字段可能返回 null,表示取不到有效值。
3999
4014
  # @type ScaleDetail: Array
4000
4015
 
4001
4016
  attr_accessor :DataEngineId, :DataEngineName, :ScaleDetail
@@ -4023,13 +4038,10 @@ module TencentCloud
4023
4038
  # 引擎规格详情
4024
4039
  class DataEngineScaleInfoDetail < TencentCloud::Common::AbstractModel
4025
4040
  # @param StartTime: 统计开始时间,格式为:yyyy-MM-dd HH:mm:ss
4026
- # 注意:此字段可能返回 null,表示取不到有效值。
4027
4041
  # @type StartTime: String
4028
4042
  # @param EndTime: 统计结束时间,格式为:yyyy-MM-dd HH:mm:ss
4029
- # 注意:此字段可能返回 null,表示取不到有效值。
4030
4043
  # @type EndTime: String
4031
4044
  # @param CU: 当前统计时间段,引擎规格
4032
- # 注意:此字段可能返回 null,表示取不到有效值。
4033
4045
  # @type CU: Integer
4034
4046
 
4035
4047
  attr_accessor :StartTime, :EndTime, :CU
@@ -5016,21 +5028,25 @@ module TencentCloud
5016
5028
  # @type Name: String
5017
5029
  # @param SchemaName: schema名称
5018
5030
  # @type SchemaName: String
5019
- # @param Pattern: 匹配规则
5031
+ # @param Pattern: 匹配规则,只支持填*
5020
5032
  # @type Pattern: String
5033
+ # @param DatasourceConnectionName: 数据源连接名
5034
+ # @type DatasourceConnectionName: String
5021
5035
 
5022
- attr_accessor :Name, :SchemaName, :Pattern
5036
+ attr_accessor :Name, :SchemaName, :Pattern, :DatasourceConnectionName
5023
5037
 
5024
- def initialize(name=nil, schemaname=nil, pattern=nil)
5038
+ def initialize(name=nil, schemaname=nil, pattern=nil, datasourceconnectionname=nil)
5025
5039
  @Name = name
5026
5040
  @SchemaName = schemaname
5027
5041
  @Pattern = pattern
5042
+ @DatasourceConnectionName = datasourceconnectionname
5028
5043
  end
5029
5044
 
5030
5045
  def deserialize(params)
5031
5046
  @Name = params['Name']
5032
5047
  @SchemaName = params['SchemaName']
5033
5048
  @Pattern = params['Pattern']
5049
+ @DatasourceConnectionName = params['DatasourceConnectionName']
5034
5050
  end
5035
5051
  end
5036
5052
 
@@ -5099,10 +5115,12 @@ module TencentCloud
5099
5115
  # @type Limit: Integer
5100
5116
  # @param Expression: 表达式
5101
5117
  # @type Expression: String
5118
+ # @param DatasourceConnectionName: 数据源连接名
5119
+ # @type DatasourceConnectionName: String
5102
5120
 
5103
- attr_accessor :DatabaseName, :TableName, :SchemaName, :Name, :Values, :PartitionNames, :PartValues, :Filter, :MaxParts, :Offset, :Limit, :Expression
5121
+ attr_accessor :DatabaseName, :TableName, :SchemaName, :Name, :Values, :PartitionNames, :PartValues, :Filter, :MaxParts, :Offset, :Limit, :Expression, :DatasourceConnectionName
5104
5122
 
5105
- def initialize(databasename=nil, tablename=nil, schemaname=nil, name=nil, values=nil, partitionnames=nil, partvalues=nil, filter=nil, maxparts=nil, offset=nil, limit=nil, expression=nil)
5123
+ def initialize(databasename=nil, tablename=nil, schemaname=nil, name=nil, values=nil, partitionnames=nil, partvalues=nil, filter=nil, maxparts=nil, offset=nil, limit=nil, expression=nil, datasourceconnectionname=nil)
5106
5124
  @DatabaseName = databasename
5107
5125
  @TableName = tablename
5108
5126
  @SchemaName = schemaname
@@ -5115,6 +5133,7 @@ module TencentCloud
5115
5133
  @Offset = offset
5116
5134
  @Limit = limit
5117
5135
  @Expression = expression
5136
+ @DatasourceConnectionName = datasourceconnectionname
5118
5137
  end
5119
5138
 
5120
5139
  def deserialize(params)
@@ -5130,6 +5149,7 @@ module TencentCloud
5130
5149
  @Offset = params['Offset']
5131
5150
  @Limit = params['Limit']
5132
5151
  @Expression = params['Expression']
5152
+ @DatasourceConnectionName = params['DatasourceConnectionName']
5133
5153
  end
5134
5154
  end
5135
5155
 
@@ -5172,18 +5192,20 @@ module TencentCloud
5172
5192
  # @type SchemaName: String
5173
5193
  # @param Name: 表名称
5174
5194
  # @type Name: String
5175
- # @param Catalog: 数据目录
5195
+ # @param Catalog: catalog类型
5176
5196
  # @type Catalog: String
5177
5197
  # @param Keyword: 查询关键词
5178
5198
  # @type Keyword: String
5179
- # @param Pattern: 查询模式
5199
+ # @param Pattern: 查询模式,只支持填*
5180
5200
  # @type Pattern: String
5181
5201
  # @param Type: 表类型
5182
5202
  # @type Type: String
5203
+ # @param DatasourceConnectionName: 数据源连接名
5204
+ # @type DatasourceConnectionName: String
5183
5205
 
5184
- attr_accessor :DbName, :SchemaName, :Name, :Catalog, :Keyword, :Pattern, :Type
5206
+ attr_accessor :DbName, :SchemaName, :Name, :Catalog, :Keyword, :Pattern, :Type, :DatasourceConnectionName
5185
5207
 
5186
- def initialize(dbname=nil, schemaname=nil, name=nil, catalog=nil, keyword=nil, pattern=nil, type=nil)
5208
+ def initialize(dbname=nil, schemaname=nil, name=nil, catalog=nil, keyword=nil, pattern=nil, type=nil, datasourceconnectionname=nil)
5187
5209
  @DbName = dbname
5188
5210
  @SchemaName = schemaname
5189
5211
  @Name = name
@@ -5191,6 +5213,7 @@ module TencentCloud
5191
5213
  @Keyword = keyword
5192
5214
  @Pattern = pattern
5193
5215
  @Type = type
5216
+ @DatasourceConnectionName = datasourceconnectionname
5194
5217
  end
5195
5218
 
5196
5219
  def deserialize(params)
@@ -5201,6 +5224,7 @@ module TencentCloud
5201
5224
  @Keyword = params['Keyword']
5202
5225
  @Pattern = params['Pattern']
5203
5226
  @Type = params['Type']
5227
+ @DatasourceConnectionName = params['DatasourceConnectionName']
5204
5228
  end
5205
5229
  end
5206
5230
 
@@ -5345,11 +5369,11 @@ module TencentCloud
5345
5369
  # @type SchemaName: String
5346
5370
  # @param Name: 表名称
5347
5371
  # @type Name: String
5348
- # @param Catalog: 数据目录
5372
+ # @param Catalog: catalog类型
5349
5373
  # @type Catalog: String
5350
5374
  # @param Keyword: 查询关键词
5351
5375
  # @type Keyword: String
5352
- # @param Pattern: 查询模式
5376
+ # @param Pattern: 查询模式,只支持填*
5353
5377
  # @type Pattern: String
5354
5378
  # @param Type: 表类型
5355
5379
  # @type Type: String
@@ -5365,10 +5389,12 @@ module TencentCloud
5365
5389
  # @type Sort: String
5366
5390
  # @param Asc: 排序字段:true:升序(默认),false:降序
5367
5391
  # @type Asc: Boolean
5392
+ # @param DatasourceConnectionName: 数据源连接名
5393
+ # @type DatasourceConnectionName: String
5368
5394
 
5369
- attr_accessor :DbName, :SchemaName, :Name, :Catalog, :Keyword, :Pattern, :Type, :StartTime, :EndTime, :Limit, :Offset, :Sort, :Asc
5395
+ attr_accessor :DbName, :SchemaName, :Name, :Catalog, :Keyword, :Pattern, :Type, :StartTime, :EndTime, :Limit, :Offset, :Sort, :Asc, :DatasourceConnectionName
5370
5396
 
5371
- def initialize(dbname=nil, schemaname=nil, name=nil, catalog=nil, keyword=nil, pattern=nil, type=nil, starttime=nil, endtime=nil, limit=nil, offset=nil, sort=nil, asc=nil)
5397
+ def initialize(dbname=nil, schemaname=nil, name=nil, catalog=nil, keyword=nil, pattern=nil, type=nil, starttime=nil, endtime=nil, limit=nil, offset=nil, sort=nil, asc=nil, datasourceconnectionname=nil)
5372
5398
  @DbName = dbname
5373
5399
  @SchemaName = schemaname
5374
5400
  @Name = name
@@ -5382,6 +5408,7 @@ module TencentCloud
5382
5408
  @Offset = offset
5383
5409
  @Sort = sort
5384
5410
  @Asc = asc
5411
+ @DatasourceConnectionName = datasourceconnectionname
5385
5412
  end
5386
5413
 
5387
5414
  def deserialize(params)
@@ -5398,6 +5425,7 @@ module TencentCloud
5398
5425
  @Offset = params['Offset']
5399
5426
  @Sort = params['Sort']
5400
5427
  @Asc = params['Asc']
5428
+ @DatasourceConnectionName = params['DatasourceConnectionName']
5401
5429
  end
5402
5430
  end
5403
5431
 
@@ -8573,19 +8601,23 @@ module TencentCloud
8573
8601
  # @type DeleteData: Boolean
8574
8602
  # @param Cascade: 是否级联删除
8575
8603
  # @type Cascade: Boolean
8604
+ # @param DatasourceConnectionName: 数据源连接名
8605
+ # @type DatasourceConnectionName: String
8576
8606
 
8577
- attr_accessor :Name, :DeleteData, :Cascade
8607
+ attr_accessor :Name, :DeleteData, :Cascade, :DatasourceConnectionName
8578
8608
 
8579
- def initialize(name=nil, deletedata=nil, cascade=nil)
8609
+ def initialize(name=nil, deletedata=nil, cascade=nil, datasourceconnectionname=nil)
8580
8610
  @Name = name
8581
8611
  @DeleteData = deletedata
8582
8612
  @Cascade = cascade
8613
+ @DatasourceConnectionName = datasourceconnectionname
8583
8614
  end
8584
8615
 
8585
8616
  def deserialize(params)
8586
8617
  @Name = params['Name']
8587
8618
  @DeleteData = params['DeleteData']
8588
8619
  @Cascade = params['Cascade']
8620
+ @DatasourceConnectionName = params['DatasourceConnectionName']
8589
8621
  end
8590
8622
  end
8591
8623
 
@@ -8619,16 +8651,19 @@ module TencentCloud
8619
8651
  # @type Values: Array
8620
8652
  # @param DeleteData: 是否删除分区数据
8621
8653
  # @type DeleteData: Boolean
8654
+ # @param DatasourceConnectionName: 数据源连接名
8655
+ # @type DatasourceConnectionName: String
8622
8656
 
8623
- attr_accessor :DatabaseName, :SchemaName, :TableName, :Name, :Values, :DeleteData
8657
+ attr_accessor :DatabaseName, :SchemaName, :TableName, :Name, :Values, :DeleteData, :DatasourceConnectionName
8624
8658
 
8625
- def initialize(databasename=nil, schemaname=nil, tablename=nil, name=nil, values=nil, deletedata=nil)
8659
+ def initialize(databasename=nil, schemaname=nil, tablename=nil, name=nil, values=nil, deletedata=nil, datasourceconnectionname=nil)
8626
8660
  @DatabaseName = databasename
8627
8661
  @SchemaName = schemaname
8628
8662
  @TableName = tablename
8629
8663
  @Name = name
8630
8664
  @Values = values
8631
8665
  @DeleteData = deletedata
8666
+ @DatasourceConnectionName = datasourceconnectionname
8632
8667
  end
8633
8668
 
8634
8669
  def deserialize(params)
@@ -8638,6 +8673,7 @@ module TencentCloud
8638
8673
  @Name = params['Name']
8639
8674
  @Values = params['Values']
8640
8675
  @DeleteData = params['DeleteData']
8676
+ @DatasourceConnectionName = params['DatasourceConnectionName']
8641
8677
  end
8642
8678
  end
8643
8679
 
@@ -8671,14 +8707,17 @@ module TencentCloud
8671
8707
  # @type DeleteData: Boolean
8672
8708
  # @param EnvProps: 环境属性
8673
8709
  # @type EnvProps: :class:`Tencentcloud::Dlc.v20210125.models.KVPair`
8710
+ # @param DatasourceConnectionName: 数据目录信息
8711
+ # @type DatasourceConnectionName: String
8674
8712
 
8675
- attr_accessor :DbName, :Name, :DeleteData, :EnvProps
8713
+ attr_accessor :DbName, :Name, :DeleteData, :EnvProps, :DatasourceConnectionName
8676
8714
 
8677
- def initialize(dbname=nil, name=nil, deletedata=nil, envprops=nil)
8715
+ def initialize(dbname=nil, name=nil, deletedata=nil, envprops=nil, datasourceconnectionname=nil)
8678
8716
  @DbName = dbname
8679
8717
  @Name = name
8680
8718
  @DeleteData = deletedata
8681
8719
  @EnvProps = envprops
8720
+ @DatasourceConnectionName = datasourceconnectionname
8682
8721
  end
8683
8722
 
8684
8723
  def deserialize(params)
@@ -8689,6 +8728,7 @@ module TencentCloud
8689
8728
  @EnvProps = KVPair.new
8690
8729
  @EnvProps.deserialize(params['EnvProps'])
8691
8730
  end
8731
+ @DatasourceConnectionName = params['DatasourceConnectionName']
8692
8732
  end
8693
8733
  end
8694
8734
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dlc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1001
4
+ version: 3.0.1003
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-02-19 00:00:00.000000000 Z
11
+ date: 2025-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common