tencentcloud-sdk-dlc 3.0.1012 → 3.0.1013
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 +19 -10
- 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: 9373efebaea317382ccdc21e5528d71c24bf51c4
|
4
|
+
data.tar.gz: cdbe36d21aa3ca48fa1f032afd6b66d46cb7b516
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9374444c13db062e700dc59914c462f98ec8bc88d4149d99c91141e5dd59a8c42b1432f9a2d4c62fb7f06131a17dc81133823783e114073adc2a1ca5d09ae560
|
7
|
+
data.tar.gz: dbb0ed31ee6c5a0758acfd07c0b5b791637f10bb834e1445a87a83629ff9bb7c054ddfddb72adcdb92dcd3edce375f7a99ba6be2166ba22a2f9b29baa97068cf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1013
|
data/lib/v20210125/models.rb
CHANGED
@@ -1738,8 +1738,8 @@ module TencentCloud
|
|
1738
1738
|
|
1739
1739
|
attr_accessor :EngineType, :DataEngineName, :ClusterType, :Mode, :AutoResume, :MinClusters, :MaxClusters, :DefaultDataEngine, :CidrBlock, :Message, :Size, :PayMode, :TimeSpan, :TimeUnit, :AutoRenew, :Tags, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :EngineExecType, :MaxConcurrency, :TolerableQueueTime, :AutoSuspendTime, :ResourceType, :DataEngineConfigPairs, :ImageVersionName, :MainClusterName, :ElasticSwitch, :ElasticLimit, :SessionResourceTemplate, :AutoAuthorization, :EngineNetworkId, :EngineGeneration
|
1740
1740
|
extend Gem::Deprecate
|
1741
|
-
deprecate :DefaultDataEngine, :none, 2025,
|
1742
|
-
deprecate :DefaultDataEngine=, :none, 2025,
|
1741
|
+
deprecate :DefaultDataEngine, :none, 2025, 3
|
1742
|
+
deprecate :DefaultDataEngine=, :none, 2025, 3
|
1743
1743
|
|
1744
1744
|
def initialize(enginetype=nil, dataenginename=nil, clustertype=nil, mode=nil, autoresume=nil, minclusters=nil, maxclusters=nil, defaultdataengine=nil, cidrblock=nil, message=nil, size=nil, paymode=nil, timespan=nil, timeunit=nil, autorenew=nil, tags=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, engineexectype=nil, maxconcurrency=nil, tolerablequeuetime=nil, autosuspendtime=nil, resourcetype=nil, dataengineconfigpairs=nil, imageversionname=nil, mainclustername=nil, elasticswitch=nil, elasticlimit=nil, sessionresourcetemplate=nil, autoauthorization=nil, enginenetworkid=nil, enginegeneration=nil)
|
1745
1745
|
@EngineType = enginetype
|
@@ -6308,19 +6308,23 @@ module TencentCloud
|
|
6308
6308
|
# @type MaxResults: Integer
|
6309
6309
|
# @param NextToken: 上一次请求响应返回的分页信息。第一次可以不带,从头开始返回数据,每次返回MaxResults字段设置的数据量。
|
6310
6310
|
# @type NextToken: String
|
6311
|
+
# @param BatchId: 批次Id
|
6312
|
+
# @type BatchId: String
|
6311
6313
|
|
6312
|
-
attr_accessor :TaskId, :MaxResults, :NextToken
|
6314
|
+
attr_accessor :TaskId, :MaxResults, :NextToken, :BatchId
|
6313
6315
|
|
6314
|
-
def initialize(taskid=nil, maxresults=nil, nexttoken=nil)
|
6316
|
+
def initialize(taskid=nil, maxresults=nil, nexttoken=nil, batchid=nil)
|
6315
6317
|
@TaskId = taskid
|
6316
6318
|
@MaxResults = maxresults
|
6317
6319
|
@NextToken = nexttoken
|
6320
|
+
@BatchId = batchid
|
6318
6321
|
end
|
6319
6322
|
|
6320
6323
|
def deserialize(params)
|
6321
6324
|
@TaskId = params['TaskId']
|
6322
6325
|
@MaxResults = params['MaxResults']
|
6323
6326
|
@NextToken = params['NextToken']
|
6327
|
+
@BatchId = params['BatchId']
|
6324
6328
|
end
|
6325
6329
|
end
|
6326
6330
|
|
@@ -6347,12 +6351,15 @@ module TencentCloud
|
|
6347
6351
|
# @param DataAmount: 数据扫描量
|
6348
6352
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6349
6353
|
# @type DataAmount: Integer
|
6354
|
+
# @param UiUrl: spark ui地址
|
6355
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6356
|
+
# @type UiUrl: String
|
6350
6357
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6351
6358
|
# @type RequestId: String
|
6352
6359
|
|
6353
|
-
attr_accessor :TaskId, :ResultSet, :ResultSchema, :NextToken, :OutputPath, :UseTime, :AffectRows, :DataAmount, :RequestId
|
6360
|
+
attr_accessor :TaskId, :ResultSet, :ResultSchema, :NextToken, :OutputPath, :UseTime, :AffectRows, :DataAmount, :UiUrl, :RequestId
|
6354
6361
|
|
6355
|
-
def initialize(taskid=nil, resultset=nil, resultschema=nil, nexttoken=nil, outputpath=nil, usetime=nil, affectrows=nil, dataamount=nil, requestid=nil)
|
6362
|
+
def initialize(taskid=nil, resultset=nil, resultschema=nil, nexttoken=nil, outputpath=nil, usetime=nil, affectrows=nil, dataamount=nil, uiurl=nil, requestid=nil)
|
6356
6363
|
@TaskId = taskid
|
6357
6364
|
@ResultSet = resultset
|
6358
6365
|
@ResultSchema = resultschema
|
@@ -6361,6 +6368,7 @@ module TencentCloud
|
|
6361
6368
|
@UseTime = usetime
|
6362
6369
|
@AffectRows = affectrows
|
6363
6370
|
@DataAmount = dataamount
|
6371
|
+
@UiUrl = uiurl
|
6364
6372
|
@RequestId = requestid
|
6365
6373
|
end
|
6366
6374
|
|
@@ -6380,6 +6388,7 @@ module TencentCloud
|
|
6380
6388
|
@UseTime = params['UseTime']
|
6381
6389
|
@AffectRows = params['AffectRows']
|
6382
6390
|
@DataAmount = params['DataAmount']
|
6391
|
+
@UiUrl = params['UiUrl']
|
6383
6392
|
@RequestId = params['RequestId']
|
6384
6393
|
end
|
6385
6394
|
end
|
@@ -12389,10 +12398,10 @@ module TencentCloud
|
|
12389
12398
|
|
12390
12399
|
attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy, :PrimaryKeys
|
12391
12400
|
extend Gem::Deprecate
|
12392
|
-
deprecate :GovernPolicy, :none, 2025,
|
12393
|
-
deprecate :GovernPolicy=, :none, 2025,
|
12394
|
-
deprecate :DbGovernPolicyIsDisable, :none, 2025,
|
12395
|
-
deprecate :DbGovernPolicyIsDisable=, :none, 2025,
|
12401
|
+
deprecate :GovernPolicy, :none, 2025, 3
|
12402
|
+
deprecate :GovernPolicy=, :none, 2025, 3
|
12403
|
+
deprecate :DbGovernPolicyIsDisable, :none, 2025, 3
|
12404
|
+
deprecate :DbGovernPolicyIsDisable=, :none, 2025, 3
|
12396
12405
|
|
12397
12406
|
def initialize(databasename=nil, tablename=nil, datasourceconnectionname=nil, tablecomment=nil, type=nil, tableformat=nil, useralias=nil, usersubuin=nil, governpolicy=nil, dbgovernpolicyisdisable=nil, smartpolicy=nil, primarykeys=nil)
|
12398
12407
|
@DatabaseName = databasename
|
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.1013
|
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-03-
|
11
|
+
date: 2025-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|