tencentcloud-sdk-dlc 3.0.1000 → 3.0.1002
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/v20210125/models.rb +83 -31
- 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: d6294a84a6e5588767468a85b3f2a7a60cb3bd30
|
4
|
+
data.tar.gz: 382c910b67ba0f4c9936aefd6c0b721b4483a1a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27751da643b6fd2ebfae7032d6d18f8bf12a690530137498780637d3f7e09fb5c5ab2dcaea2b54d6464a8a37d29940ce3f6390ab3e95dac805ffb2a744be3f2b
|
7
|
+
data.tar.gz: dcbcf0c3311760a14e170df164e45f0a297077fcc20622ec502e20f2e353b3a13f48fe9507e7541b1db62a09fe359fa0ccc923034063edd221839424a2bf0ece
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1002
|
data/lib/v20210125/models.rb
CHANGED
@@ -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
|
|
@@ -5016,21 +5040,25 @@ module TencentCloud
|
|
5016
5040
|
# @type Name: String
|
5017
5041
|
# @param SchemaName: schema名称
|
5018
5042
|
# @type SchemaName: String
|
5019
|
-
# @param Pattern:
|
5043
|
+
# @param Pattern: 匹配规则,只支持填*
|
5020
5044
|
# @type Pattern: String
|
5045
|
+
# @param DatasourceConnectionName: 数据源连接名
|
5046
|
+
# @type DatasourceConnectionName: String
|
5021
5047
|
|
5022
|
-
attr_accessor :Name, :SchemaName, :Pattern
|
5048
|
+
attr_accessor :Name, :SchemaName, :Pattern, :DatasourceConnectionName
|
5023
5049
|
|
5024
|
-
def initialize(name=nil, schemaname=nil, pattern=nil)
|
5050
|
+
def initialize(name=nil, schemaname=nil, pattern=nil, datasourceconnectionname=nil)
|
5025
5051
|
@Name = name
|
5026
5052
|
@SchemaName = schemaname
|
5027
5053
|
@Pattern = pattern
|
5054
|
+
@DatasourceConnectionName = datasourceconnectionname
|
5028
5055
|
end
|
5029
5056
|
|
5030
5057
|
def deserialize(params)
|
5031
5058
|
@Name = params['Name']
|
5032
5059
|
@SchemaName = params['SchemaName']
|
5033
5060
|
@Pattern = params['Pattern']
|
5061
|
+
@DatasourceConnectionName = params['DatasourceConnectionName']
|
5034
5062
|
end
|
5035
5063
|
end
|
5036
5064
|
|
@@ -5099,10 +5127,12 @@ module TencentCloud
|
|
5099
5127
|
# @type Limit: Integer
|
5100
5128
|
# @param Expression: 表达式
|
5101
5129
|
# @type Expression: String
|
5130
|
+
# @param DatasourceConnectionName: 数据源连接名
|
5131
|
+
# @type DatasourceConnectionName: String
|
5102
5132
|
|
5103
|
-
attr_accessor :DatabaseName, :TableName, :SchemaName, :Name, :Values, :PartitionNames, :PartValues, :Filter, :MaxParts, :Offset, :Limit, :Expression
|
5133
|
+
attr_accessor :DatabaseName, :TableName, :SchemaName, :Name, :Values, :PartitionNames, :PartValues, :Filter, :MaxParts, :Offset, :Limit, :Expression, :DatasourceConnectionName
|
5104
5134
|
|
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)
|
5135
|
+
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
5136
|
@DatabaseName = databasename
|
5107
5137
|
@TableName = tablename
|
5108
5138
|
@SchemaName = schemaname
|
@@ -5115,6 +5145,7 @@ module TencentCloud
|
|
5115
5145
|
@Offset = offset
|
5116
5146
|
@Limit = limit
|
5117
5147
|
@Expression = expression
|
5148
|
+
@DatasourceConnectionName = datasourceconnectionname
|
5118
5149
|
end
|
5119
5150
|
|
5120
5151
|
def deserialize(params)
|
@@ -5130,6 +5161,7 @@ module TencentCloud
|
|
5130
5161
|
@Offset = params['Offset']
|
5131
5162
|
@Limit = params['Limit']
|
5132
5163
|
@Expression = params['Expression']
|
5164
|
+
@DatasourceConnectionName = params['DatasourceConnectionName']
|
5133
5165
|
end
|
5134
5166
|
end
|
5135
5167
|
|
@@ -5172,18 +5204,20 @@ module TencentCloud
|
|
5172
5204
|
# @type SchemaName: String
|
5173
5205
|
# @param Name: 表名称
|
5174
5206
|
# @type Name: String
|
5175
|
-
# @param Catalog:
|
5207
|
+
# @param Catalog: catalog类型
|
5176
5208
|
# @type Catalog: String
|
5177
5209
|
# @param Keyword: 查询关键词
|
5178
5210
|
# @type Keyword: String
|
5179
|
-
# @param Pattern:
|
5211
|
+
# @param Pattern: 查询模式,只支持填*
|
5180
5212
|
# @type Pattern: String
|
5181
5213
|
# @param Type: 表类型
|
5182
5214
|
# @type Type: String
|
5215
|
+
# @param DatasourceConnectionName: 数据源连接名
|
5216
|
+
# @type DatasourceConnectionName: String
|
5183
5217
|
|
5184
|
-
attr_accessor :DbName, :SchemaName, :Name, :Catalog, :Keyword, :Pattern, :Type
|
5218
|
+
attr_accessor :DbName, :SchemaName, :Name, :Catalog, :Keyword, :Pattern, :Type, :DatasourceConnectionName
|
5185
5219
|
|
5186
|
-
def initialize(dbname=nil, schemaname=nil, name=nil, catalog=nil, keyword=nil, pattern=nil, type=nil)
|
5220
|
+
def initialize(dbname=nil, schemaname=nil, name=nil, catalog=nil, keyword=nil, pattern=nil, type=nil, datasourceconnectionname=nil)
|
5187
5221
|
@DbName = dbname
|
5188
5222
|
@SchemaName = schemaname
|
5189
5223
|
@Name = name
|
@@ -5191,6 +5225,7 @@ module TencentCloud
|
|
5191
5225
|
@Keyword = keyword
|
5192
5226
|
@Pattern = pattern
|
5193
5227
|
@Type = type
|
5228
|
+
@DatasourceConnectionName = datasourceconnectionname
|
5194
5229
|
end
|
5195
5230
|
|
5196
5231
|
def deserialize(params)
|
@@ -5201,6 +5236,7 @@ module TencentCloud
|
|
5201
5236
|
@Keyword = params['Keyword']
|
5202
5237
|
@Pattern = params['Pattern']
|
5203
5238
|
@Type = params['Type']
|
5239
|
+
@DatasourceConnectionName = params['DatasourceConnectionName']
|
5204
5240
|
end
|
5205
5241
|
end
|
5206
5242
|
|
@@ -5345,11 +5381,11 @@ module TencentCloud
|
|
5345
5381
|
# @type SchemaName: String
|
5346
5382
|
# @param Name: 表名称
|
5347
5383
|
# @type Name: String
|
5348
|
-
# @param Catalog:
|
5384
|
+
# @param Catalog: catalog类型
|
5349
5385
|
# @type Catalog: String
|
5350
5386
|
# @param Keyword: 查询关键词
|
5351
5387
|
# @type Keyword: String
|
5352
|
-
# @param Pattern:
|
5388
|
+
# @param Pattern: 查询模式,只支持填*
|
5353
5389
|
# @type Pattern: String
|
5354
5390
|
# @param Type: 表类型
|
5355
5391
|
# @type Type: String
|
@@ -5365,10 +5401,12 @@ module TencentCloud
|
|
5365
5401
|
# @type Sort: String
|
5366
5402
|
# @param Asc: 排序字段:true:升序(默认),false:降序
|
5367
5403
|
# @type Asc: Boolean
|
5404
|
+
# @param DatasourceConnectionName: 数据源连接名
|
5405
|
+
# @type DatasourceConnectionName: String
|
5368
5406
|
|
5369
|
-
attr_accessor :DbName, :SchemaName, :Name, :Catalog, :Keyword, :Pattern, :Type, :StartTime, :EndTime, :Limit, :Offset, :Sort, :Asc
|
5407
|
+
attr_accessor :DbName, :SchemaName, :Name, :Catalog, :Keyword, :Pattern, :Type, :StartTime, :EndTime, :Limit, :Offset, :Sort, :Asc, :DatasourceConnectionName
|
5370
5408
|
|
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)
|
5409
|
+
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
5410
|
@DbName = dbname
|
5373
5411
|
@SchemaName = schemaname
|
5374
5412
|
@Name = name
|
@@ -5382,6 +5420,7 @@ module TencentCloud
|
|
5382
5420
|
@Offset = offset
|
5383
5421
|
@Sort = sort
|
5384
5422
|
@Asc = asc
|
5423
|
+
@DatasourceConnectionName = datasourceconnectionname
|
5385
5424
|
end
|
5386
5425
|
|
5387
5426
|
def deserialize(params)
|
@@ -5398,6 +5437,7 @@ module TencentCloud
|
|
5398
5437
|
@Offset = params['Offset']
|
5399
5438
|
@Sort = params['Sort']
|
5400
5439
|
@Asc = params['Asc']
|
5440
|
+
@DatasourceConnectionName = params['DatasourceConnectionName']
|
5401
5441
|
end
|
5402
5442
|
end
|
5403
5443
|
|
@@ -8573,19 +8613,23 @@ module TencentCloud
|
|
8573
8613
|
# @type DeleteData: Boolean
|
8574
8614
|
# @param Cascade: 是否级联删除
|
8575
8615
|
# @type Cascade: Boolean
|
8616
|
+
# @param DatasourceConnectionName: 数据源连接名
|
8617
|
+
# @type DatasourceConnectionName: String
|
8576
8618
|
|
8577
|
-
attr_accessor :Name, :DeleteData, :Cascade
|
8619
|
+
attr_accessor :Name, :DeleteData, :Cascade, :DatasourceConnectionName
|
8578
8620
|
|
8579
|
-
def initialize(name=nil, deletedata=nil, cascade=nil)
|
8621
|
+
def initialize(name=nil, deletedata=nil, cascade=nil, datasourceconnectionname=nil)
|
8580
8622
|
@Name = name
|
8581
8623
|
@DeleteData = deletedata
|
8582
8624
|
@Cascade = cascade
|
8625
|
+
@DatasourceConnectionName = datasourceconnectionname
|
8583
8626
|
end
|
8584
8627
|
|
8585
8628
|
def deserialize(params)
|
8586
8629
|
@Name = params['Name']
|
8587
8630
|
@DeleteData = params['DeleteData']
|
8588
8631
|
@Cascade = params['Cascade']
|
8632
|
+
@DatasourceConnectionName = params['DatasourceConnectionName']
|
8589
8633
|
end
|
8590
8634
|
end
|
8591
8635
|
|
@@ -8619,16 +8663,19 @@ module TencentCloud
|
|
8619
8663
|
# @type Values: Array
|
8620
8664
|
# @param DeleteData: 是否删除分区数据
|
8621
8665
|
# @type DeleteData: Boolean
|
8666
|
+
# @param DatasourceConnectionName: 数据源连接名
|
8667
|
+
# @type DatasourceConnectionName: String
|
8622
8668
|
|
8623
|
-
attr_accessor :DatabaseName, :SchemaName, :TableName, :Name, :Values, :DeleteData
|
8669
|
+
attr_accessor :DatabaseName, :SchemaName, :TableName, :Name, :Values, :DeleteData, :DatasourceConnectionName
|
8624
8670
|
|
8625
|
-
def initialize(databasename=nil, schemaname=nil, tablename=nil, name=nil, values=nil, deletedata=nil)
|
8671
|
+
def initialize(databasename=nil, schemaname=nil, tablename=nil, name=nil, values=nil, deletedata=nil, datasourceconnectionname=nil)
|
8626
8672
|
@DatabaseName = databasename
|
8627
8673
|
@SchemaName = schemaname
|
8628
8674
|
@TableName = tablename
|
8629
8675
|
@Name = name
|
8630
8676
|
@Values = values
|
8631
8677
|
@DeleteData = deletedata
|
8678
|
+
@DatasourceConnectionName = datasourceconnectionname
|
8632
8679
|
end
|
8633
8680
|
|
8634
8681
|
def deserialize(params)
|
@@ -8638,6 +8685,7 @@ module TencentCloud
|
|
8638
8685
|
@Name = params['Name']
|
8639
8686
|
@Values = params['Values']
|
8640
8687
|
@DeleteData = params['DeleteData']
|
8688
|
+
@DatasourceConnectionName = params['DatasourceConnectionName']
|
8641
8689
|
end
|
8642
8690
|
end
|
8643
8691
|
|
@@ -8671,14 +8719,17 @@ module TencentCloud
|
|
8671
8719
|
# @type DeleteData: Boolean
|
8672
8720
|
# @param EnvProps: 环境属性
|
8673
8721
|
# @type EnvProps: :class:`Tencentcloud::Dlc.v20210125.models.KVPair`
|
8722
|
+
# @param DatasourceConnectionName: 数据目录信息
|
8723
|
+
# @type DatasourceConnectionName: String
|
8674
8724
|
|
8675
|
-
attr_accessor :DbName, :Name, :DeleteData, :EnvProps
|
8725
|
+
attr_accessor :DbName, :Name, :DeleteData, :EnvProps, :DatasourceConnectionName
|
8676
8726
|
|
8677
|
-
def initialize(dbname=nil, name=nil, deletedata=nil, envprops=nil)
|
8727
|
+
def initialize(dbname=nil, name=nil, deletedata=nil, envprops=nil, datasourceconnectionname=nil)
|
8678
8728
|
@DbName = dbname
|
8679
8729
|
@Name = name
|
8680
8730
|
@DeleteData = deletedata
|
8681
8731
|
@EnvProps = envprops
|
8732
|
+
@DatasourceConnectionName = datasourceconnectionname
|
8682
8733
|
end
|
8683
8734
|
|
8684
8735
|
def deserialize(params)
|
@@ -8689,6 +8740,7 @@ module TencentCloud
|
|
8689
8740
|
@EnvProps = KVPair.new
|
8690
8741
|
@EnvProps.deserialize(params['EnvProps'])
|
8691
8742
|
end
|
8743
|
+
@DatasourceConnectionName = params['DatasourceConnectionName']
|
8692
8744
|
end
|
8693
8745
|
end
|
8694
8746
|
|
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.
|
4
|
+
version: 3.0.1002
|
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-
|
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
|