tencentcloud-sdk-dlc 3.0.1148 → 3.0.1160
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 +22 -10
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65b7c3b678db3dbd3f8e8e33ccdb97896bbc441d
|
|
4
|
+
data.tar.gz: 713c13a37f9eee919aa6401f401607bf765ee3a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7110e4d40a51745f579d7b7e3f4be145002b86565576f9cea2684b2be448a418cf6e609975590fe652e66820a475d73c4b0b5a1e4520060c3163a0703a0254be
|
|
7
|
+
data.tar.gz: 76034978cf2ae436ad2b4608d091df2767ea3e832f0a119fd0f2ad70e3f4c67dbe75953a68155d5ca90a82304d79ae7e2e092d5de8b18e3d63db8c04a4dd64ff
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1160
|
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, 10
|
|
1897
|
+
deprecate :DefaultDataEngine=, :none, 2025, 10
|
|
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
|
|
@@ -7525,13 +7525,19 @@ module TencentCloud
|
|
|
7525
7525
|
class DescribeNativeSparkSessionsResponse < TencentCloud::Common::AbstractModel
|
|
7526
7526
|
# @param SparkSessionsList: spark session列表
|
|
7527
7527
|
# @type SparkSessionsList: Array
|
|
7528
|
+
# @param TotalSpec: 资源组总规格
|
|
7529
|
+
# @type TotalSpec: Integer
|
|
7530
|
+
# @param TotalAvailable: 资源组当前可用规格
|
|
7531
|
+
# @type TotalAvailable: Integer
|
|
7528
7532
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7529
7533
|
# @type RequestId: String
|
|
7530
7534
|
|
|
7531
|
-
attr_accessor :SparkSessionsList, :RequestId
|
|
7535
|
+
attr_accessor :SparkSessionsList, :TotalSpec, :TotalAvailable, :RequestId
|
|
7532
7536
|
|
|
7533
|
-
def initialize(sparksessionslist=nil, requestid=nil)
|
|
7537
|
+
def initialize(sparksessionslist=nil, totalspec=nil, totalavailable=nil, requestid=nil)
|
|
7534
7538
|
@SparkSessionsList = sparksessionslist
|
|
7539
|
+
@TotalSpec = totalspec
|
|
7540
|
+
@TotalAvailable = totalavailable
|
|
7535
7541
|
@RequestId = requestid
|
|
7536
7542
|
end
|
|
7537
7543
|
|
|
@@ -7544,6 +7550,8 @@ module TencentCloud
|
|
|
7544
7550
|
@SparkSessionsList << sparksessioninfo_tmp
|
|
7545
7551
|
end
|
|
7546
7552
|
end
|
|
7553
|
+
@TotalSpec = params['TotalSpec']
|
|
7554
|
+
@TotalAvailable = params['TotalAvailable']
|
|
7547
7555
|
@RequestId = params['RequestId']
|
|
7548
7556
|
end
|
|
7549
7557
|
end
|
|
@@ -14474,10 +14482,12 @@ module TencentCloud
|
|
|
14474
14482
|
# @type TotalSpecMin: Integer
|
|
14475
14483
|
# @param TotalSpecMax: 总规格最大
|
|
14476
14484
|
# @type TotalSpecMax: Integer
|
|
14485
|
+
# @param State: 状态,STARTING、RUNNING、TERMINATED
|
|
14486
|
+
# @type State: String
|
|
14477
14487
|
|
|
14478
|
-
attr_accessor :SparkSessionId, :SparkSessionName, :ResourceGroupId, :EngineSessionId, :EngineSessionName, :IdleTimeoutMin, :DriverSpec, :ExecutorSpec, :ExecutorNumMin, :ExecutorNumMax, :TotalSpecMin, :TotalSpecMax
|
|
14488
|
+
attr_accessor :SparkSessionId, :SparkSessionName, :ResourceGroupId, :EngineSessionId, :EngineSessionName, :IdleTimeoutMin, :DriverSpec, :ExecutorSpec, :ExecutorNumMin, :ExecutorNumMax, :TotalSpecMin, :TotalSpecMax, :State
|
|
14479
14489
|
|
|
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)
|
|
14490
|
+
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
14491
|
@SparkSessionId = sparksessionid
|
|
14482
14492
|
@SparkSessionName = sparksessionname
|
|
14483
14493
|
@ResourceGroupId = resourcegroupid
|
|
@@ -14490,6 +14500,7 @@ module TencentCloud
|
|
|
14490
14500
|
@ExecutorNumMax = executornummax
|
|
14491
14501
|
@TotalSpecMin = totalspecmin
|
|
14492
14502
|
@TotalSpecMax = totalspecmax
|
|
14503
|
+
@State = state
|
|
14493
14504
|
end
|
|
14494
14505
|
|
|
14495
14506
|
def deserialize(params)
|
|
@@ -14505,6 +14516,7 @@ module TencentCloud
|
|
|
14505
14516
|
@ExecutorNumMax = params['ExecutorNumMax']
|
|
14506
14517
|
@TotalSpecMin = params['TotalSpecMin']
|
|
14507
14518
|
@TotalSpecMax = params['TotalSpecMax']
|
|
14519
|
+
@State = params['State']
|
|
14508
14520
|
end
|
|
14509
14521
|
end
|
|
14510
14522
|
|
|
@@ -15191,10 +15203,10 @@ module TencentCloud
|
|
|
15191
15203
|
|
|
15192
15204
|
attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy, :PrimaryKeys
|
|
15193
15205
|
extend Gem::Deprecate
|
|
15194
|
-
deprecate :GovernPolicy, :none, 2025,
|
|
15195
|
-
deprecate :GovernPolicy=, :none, 2025,
|
|
15196
|
-
deprecate :DbGovernPolicyIsDisable, :none, 2025,
|
|
15197
|
-
deprecate :DbGovernPolicyIsDisable=, :none, 2025,
|
|
15206
|
+
deprecate :GovernPolicy, :none, 2025, 10
|
|
15207
|
+
deprecate :GovernPolicy=, :none, 2025, 10
|
|
15208
|
+
deprecate :DbGovernPolicyIsDisable, :none, 2025, 10
|
|
15209
|
+
deprecate :DbGovernPolicyIsDisable=, :none, 2025, 10
|
|
15198
15210
|
|
|
15199
15211
|
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
15212
|
@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.1160
|
|
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-10-28 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
|
-
- lib/v20210125/client.rb
|
|
38
36
|
- lib/v20210125/models.rb
|
|
37
|
+
- lib/v20210125/client.rb
|
|
38
|
+
- lib/tencentcloud-sdk-dlc.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|