tencentcloud-sdk-dlc 3.0.1148 → 3.0.1169
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 +31 -12
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0984b064d9581025ed2417c610eaf90121cf033
|
|
4
|
+
data.tar.gz: be9b7e8744bbd2286d4a2df8f1df714892b0d714
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: edb05eb63e8d5adc81122884bd73d21f9c588180dd17684fcbb5d304fa765e1d53900b8e34f67565799672fe5a06c32406b250a952504ba37c8123c53ebc8ba3
|
|
7
|
+
data.tar.gz: ea7f53544f9081fe8e9ec34ed0ccee63589bebe1779a3080351ebc825a973ce048f6b40c55d91e359a0e497d0704e94030522713cad5237d94e6eb799f31c3ee
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1169
|
data/lib/v20210125/models.rb
CHANGED
|
@@ -1893,8 +1893,8 @@ module TencentCloud
|
|
|
1893
1893
|
|
|
1894
1894
|
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
|
|
1895
1895
|
extend Gem::Deprecate
|
|
1896
|
-
deprecate :DefaultDataEngine, :none, 2025,
|
|
1897
|
-
deprecate :DefaultDataEngine=, :none, 2025,
|
|
1896
|
+
deprecate :DefaultDataEngine, :none, 2025, 11
|
|
1897
|
+
deprecate :DefaultDataEngine=, :none, 2025, 11
|
|
1898
1898
|
|
|
1899
1899
|
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)
|
|
1900
1900
|
@EngineType = enginetype
|
|
@@ -5230,10 +5230,12 @@ module TencentCloud
|
|
|
5230
5230
|
# @type TCHouseD: :class:`Tencentcloud::Dlc.v20210125.models.TCHouseD`
|
|
5231
5231
|
# @param TccHive: TccHive数据目录连接信息
|
|
5232
5232
|
# @type TccHive: :class:`Tencentcloud::Dlc.v20210125.models.TccHive`
|
|
5233
|
+
# @param MongoDB: MongoDB 数据源
|
|
5234
|
+
# @type MongoDB: :class:`Tencentcloud::Dlc.v20210125.models.DataSourceInfo`
|
|
5233
5235
|
|
|
5234
|
-
attr_accessor :Mysql, :Hive, :Kafka, :OtherDatasourceConnection, :PostgreSql, :SqlServer, :ClickHouse, :Elasticsearch, :TDSQLPostgreSql, :TCHouseD, :TccHive
|
|
5236
|
+
attr_accessor :Mysql, :Hive, :Kafka, :OtherDatasourceConnection, :PostgreSql, :SqlServer, :ClickHouse, :Elasticsearch, :TDSQLPostgreSql, :TCHouseD, :TccHive, :MongoDB
|
|
5235
5237
|
|
|
5236
|
-
def initialize(mysql=nil, hive=nil, kafka=nil, otherdatasourceconnection=nil, postgresql=nil, sqlserver=nil, clickhouse=nil, elasticsearch=nil, tdsqlpostgresql=nil, tchoused=nil, tcchive=nil)
|
|
5238
|
+
def initialize(mysql=nil, hive=nil, kafka=nil, otherdatasourceconnection=nil, postgresql=nil, sqlserver=nil, clickhouse=nil, elasticsearch=nil, tdsqlpostgresql=nil, tchoused=nil, tcchive=nil, mongodb=nil)
|
|
5237
5239
|
@Mysql = mysql
|
|
5238
5240
|
@Hive = hive
|
|
5239
5241
|
@Kafka = kafka
|
|
@@ -5245,6 +5247,7 @@ module TencentCloud
|
|
|
5245
5247
|
@TDSQLPostgreSql = tdsqlpostgresql
|
|
5246
5248
|
@TCHouseD = tchoused
|
|
5247
5249
|
@TccHive = tcchive
|
|
5250
|
+
@MongoDB = mongodb
|
|
5248
5251
|
end
|
|
5249
5252
|
|
|
5250
5253
|
def deserialize(params)
|
|
@@ -5292,6 +5295,10 @@ module TencentCloud
|
|
|
5292
5295
|
@TccHive = TccHive.new
|
|
5293
5296
|
@TccHive.deserialize(params['TccHive'])
|
|
5294
5297
|
end
|
|
5298
|
+
unless params['MongoDB'].nil?
|
|
5299
|
+
@MongoDB = DataSourceInfo.new
|
|
5300
|
+
@MongoDB.deserialize(params['MongoDB'])
|
|
5301
|
+
end
|
|
5295
5302
|
end
|
|
5296
5303
|
end
|
|
5297
5304
|
|
|
@@ -7525,13 +7532,19 @@ module TencentCloud
|
|
|
7525
7532
|
class DescribeNativeSparkSessionsResponse < TencentCloud::Common::AbstractModel
|
|
7526
7533
|
# @param SparkSessionsList: spark session列表
|
|
7527
7534
|
# @type SparkSessionsList: Array
|
|
7535
|
+
# @param TotalSpec: 资源组总规格
|
|
7536
|
+
# @type TotalSpec: Integer
|
|
7537
|
+
# @param TotalAvailable: 资源组当前可用规格
|
|
7538
|
+
# @type TotalAvailable: Integer
|
|
7528
7539
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7529
7540
|
# @type RequestId: String
|
|
7530
7541
|
|
|
7531
|
-
attr_accessor :SparkSessionsList, :RequestId
|
|
7542
|
+
attr_accessor :SparkSessionsList, :TotalSpec, :TotalAvailable, :RequestId
|
|
7532
7543
|
|
|
7533
|
-
def initialize(sparksessionslist=nil, requestid=nil)
|
|
7544
|
+
def initialize(sparksessionslist=nil, totalspec=nil, totalavailable=nil, requestid=nil)
|
|
7534
7545
|
@SparkSessionsList = sparksessionslist
|
|
7546
|
+
@TotalSpec = totalspec
|
|
7547
|
+
@TotalAvailable = totalavailable
|
|
7535
7548
|
@RequestId = requestid
|
|
7536
7549
|
end
|
|
7537
7550
|
|
|
@@ -7544,6 +7557,8 @@ module TencentCloud
|
|
|
7544
7557
|
@SparkSessionsList << sparksessioninfo_tmp
|
|
7545
7558
|
end
|
|
7546
7559
|
end
|
|
7560
|
+
@TotalSpec = params['TotalSpec']
|
|
7561
|
+
@TotalAvailable = params['TotalAvailable']
|
|
7547
7562
|
@RequestId = params['RequestId']
|
|
7548
7563
|
end
|
|
7549
7564
|
end
|
|
@@ -14474,10 +14489,12 @@ module TencentCloud
|
|
|
14474
14489
|
# @type TotalSpecMin: Integer
|
|
14475
14490
|
# @param TotalSpecMax: 总规格最大
|
|
14476
14491
|
# @type TotalSpecMax: Integer
|
|
14492
|
+
# @param State: 状态,STARTING、RUNNING、TERMINATED
|
|
14493
|
+
# @type State: String
|
|
14477
14494
|
|
|
14478
|
-
attr_accessor :SparkSessionId, :SparkSessionName, :ResourceGroupId, :EngineSessionId, :EngineSessionName, :IdleTimeoutMin, :DriverSpec, :ExecutorSpec, :ExecutorNumMin, :ExecutorNumMax, :TotalSpecMin, :TotalSpecMax
|
|
14495
|
+
attr_accessor :SparkSessionId, :SparkSessionName, :ResourceGroupId, :EngineSessionId, :EngineSessionName, :IdleTimeoutMin, :DriverSpec, :ExecutorSpec, :ExecutorNumMin, :ExecutorNumMax, :TotalSpecMin, :TotalSpecMax, :State
|
|
14479
14496
|
|
|
14480
|
-
def initialize(sparksessionid=nil, sparksessionname=nil, resourcegroupid=nil, enginesessionid=nil, enginesessionname=nil, idletimeoutmin=nil, driverspec=nil, executorspec=nil, executornummin=nil, executornummax=nil, totalspecmin=nil, totalspecmax=nil)
|
|
14497
|
+
def initialize(sparksessionid=nil, sparksessionname=nil, resourcegroupid=nil, enginesessionid=nil, enginesessionname=nil, idletimeoutmin=nil, driverspec=nil, executorspec=nil, executornummin=nil, executornummax=nil, totalspecmin=nil, totalspecmax=nil, state=nil)
|
|
14481
14498
|
@SparkSessionId = sparksessionid
|
|
14482
14499
|
@SparkSessionName = sparksessionname
|
|
14483
14500
|
@ResourceGroupId = resourcegroupid
|
|
@@ -14490,6 +14507,7 @@ module TencentCloud
|
|
|
14490
14507
|
@ExecutorNumMax = executornummax
|
|
14491
14508
|
@TotalSpecMin = totalspecmin
|
|
14492
14509
|
@TotalSpecMax = totalspecmax
|
|
14510
|
+
@State = state
|
|
14493
14511
|
end
|
|
14494
14512
|
|
|
14495
14513
|
def deserialize(params)
|
|
@@ -14505,6 +14523,7 @@ module TencentCloud
|
|
|
14505
14523
|
@ExecutorNumMax = params['ExecutorNumMax']
|
|
14506
14524
|
@TotalSpecMin = params['TotalSpecMin']
|
|
14507
14525
|
@TotalSpecMax = params['TotalSpecMax']
|
|
14526
|
+
@State = params['State']
|
|
14508
14527
|
end
|
|
14509
14528
|
end
|
|
14510
14529
|
|
|
@@ -15191,10 +15210,10 @@ module TencentCloud
|
|
|
15191
15210
|
|
|
15192
15211
|
attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy, :PrimaryKeys
|
|
15193
15212
|
extend Gem::Deprecate
|
|
15194
|
-
deprecate :GovernPolicy, :none, 2025,
|
|
15195
|
-
deprecate :GovernPolicy=, :none, 2025,
|
|
15196
|
-
deprecate :DbGovernPolicyIsDisable, :none, 2025,
|
|
15197
|
-
deprecate :DbGovernPolicyIsDisable=, :none, 2025,
|
|
15213
|
+
deprecate :GovernPolicy, :none, 2025, 11
|
|
15214
|
+
deprecate :GovernPolicy=, :none, 2025, 11
|
|
15215
|
+
deprecate :DbGovernPolicyIsDisable, :none, 2025, 11
|
|
15216
|
+
deprecate :DbGovernPolicyIsDisable=, :none, 2025, 11
|
|
15198
15217
|
|
|
15199
15218
|
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)
|
|
15200
15219
|
@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.1169
|
|
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-11-19 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-dlc.rb
|
|
37
36
|
- lib/v20210125/client.rb
|
|
38
37
|
- lib/v20210125/models.rb
|
|
38
|
+
- lib/tencentcloud-sdk-dlc.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|