tencentcloud-sdk-oceanus 3.0.862 → 3.0.863
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190422/models.rb +21 -4
- 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: f6a0794fa481c514356686f3b1fd238b3add021c
|
4
|
+
data.tar.gz: c810f8c1ac840a9267a8b1d1dbcb69dcdeb0f6cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93c14252f44b54a600e463ba46c9a2f337e86e25eae8d5986a4da2da986732d1f3d58ff35f2fea79db8ef0f572258b250cb79bec9b162514d54b70843f8d64d5
|
7
|
+
data.tar.gz: dc489099710e30044a48fb94a3dc61c9ed0e6e6a251ff6b1a25358196d8952d688f5d5959cc06917ce964f03fd25daa6cc06083ce35e5ce0bba77e0ee6d683bb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.863
|
data/lib/v20190422/models.rb
CHANGED
@@ -3026,10 +3026,13 @@ module TencentCloud
|
|
3026
3026
|
# @param WorkspaceName: es空间中文
|
3027
3027
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3028
3028
|
# @type WorkspaceName: String
|
3029
|
+
# @param FlinkVersion: flink 版本
|
3030
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3031
|
+
# @type FlinkVersion: String
|
3029
3032
|
|
3030
|
-
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :CreateTime, :Version, :DefaultParallelism, :Properties, :ResourceRefDetails, :CreatorUin, :UpdateTime, :COSBucket, :LogCollect, :MaxParallelism, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId, :PythonVersion, :AutoRecover, :LogLevel, :ClazzLevels, :ExpertModeOn, :ExpertModeConfiguration, :TraceModeOn, :TraceModeConfiguration, :CheckpointRetainedNum, :JobGraph, :EsServerlessIndex, :EsServerlessSpace, :IndexName, :WorkspaceName
|
3033
|
+
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :CreateTime, :Version, :DefaultParallelism, :Properties, :ResourceRefDetails, :CreatorUin, :UpdateTime, :COSBucket, :LogCollect, :MaxParallelism, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId, :PythonVersion, :AutoRecover, :LogLevel, :ClazzLevels, :ExpertModeOn, :ExpertModeConfiguration, :TraceModeOn, :TraceModeConfiguration, :CheckpointRetainedNum, :JobGraph, :EsServerlessIndex, :EsServerlessSpace, :IndexName, :WorkspaceName, :FlinkVersion
|
3031
3034
|
|
3032
|
-
def initialize(jobid=nil, entrypointclass=nil, programargs=nil, remark=nil, createtime=nil, version=nil, defaultparallelism=nil, properties=nil, resourcerefdetails=nil, creatoruin=nil, updatetime=nil, cosbucket=nil, logcollect=nil, maxparallelism=nil, jobmanagerspec=nil, taskmanagerspec=nil, clslogsetid=nil, clstopicid=nil, pythonversion=nil, autorecover=nil, loglevel=nil, clazzlevels=nil, expertmodeon=nil, expertmodeconfiguration=nil, tracemodeon=nil, tracemodeconfiguration=nil, checkpointretainednum=nil, jobgraph=nil, esserverlessindex=nil, esserverlessspace=nil, indexname=nil, workspacename=nil)
|
3035
|
+
def initialize(jobid=nil, entrypointclass=nil, programargs=nil, remark=nil, createtime=nil, version=nil, defaultparallelism=nil, properties=nil, resourcerefdetails=nil, creatoruin=nil, updatetime=nil, cosbucket=nil, logcollect=nil, maxparallelism=nil, jobmanagerspec=nil, taskmanagerspec=nil, clslogsetid=nil, clstopicid=nil, pythonversion=nil, autorecover=nil, loglevel=nil, clazzlevels=nil, expertmodeon=nil, expertmodeconfiguration=nil, tracemodeon=nil, tracemodeconfiguration=nil, checkpointretainednum=nil, jobgraph=nil, esserverlessindex=nil, esserverlessspace=nil, indexname=nil, workspacename=nil, flinkversion=nil)
|
3033
3036
|
@JobId = jobid
|
3034
3037
|
@EntrypointClass = entrypointclass
|
3035
3038
|
@ProgramArgs = programargs
|
@@ -3062,6 +3065,7 @@ module TencentCloud
|
|
3062
3065
|
@EsServerlessSpace = esserverlessspace
|
3063
3066
|
@IndexName = indexname
|
3064
3067
|
@WorkspaceName = workspacename
|
3068
|
+
@FlinkVersion = flinkversion
|
3065
3069
|
end
|
3066
3070
|
|
3067
3071
|
def deserialize(params)
|
@@ -3127,6 +3131,7 @@ module TencentCloud
|
|
3127
3131
|
@EsServerlessSpace = params['EsServerlessSpace']
|
3128
3132
|
@IndexName = params['IndexName']
|
3129
3133
|
@WorkspaceName = params['WorkspaceName']
|
3134
|
+
@FlinkVersion = params['FlinkVersion']
|
3130
3135
|
end
|
3131
3136
|
end
|
3132
3137
|
|
@@ -4478,13 +4483,17 @@ module TencentCloud
|
|
4478
4483
|
# @param Description: SlotSharingGroup的描述
|
4479
4484
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4480
4485
|
# @type Description: String
|
4486
|
+
# @param Configuration: SlotSharingGroup的配置
|
4487
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4488
|
+
# @type Configuration: Array
|
4481
4489
|
|
4482
|
-
attr_accessor :Name, :Spec, :Description
|
4490
|
+
attr_accessor :Name, :Spec, :Description, :Configuration
|
4483
4491
|
|
4484
|
-
def initialize(name=nil, spec=nil, description=nil)
|
4492
|
+
def initialize(name=nil, spec=nil, description=nil, configuration=nil)
|
4485
4493
|
@Name = name
|
4486
4494
|
@Spec = spec
|
4487
4495
|
@Description = description
|
4496
|
+
@Configuration = configuration
|
4488
4497
|
end
|
4489
4498
|
|
4490
4499
|
def deserialize(params)
|
@@ -4494,6 +4503,14 @@ module TencentCloud
|
|
4494
4503
|
@Spec.deserialize(params['Spec'])
|
4495
4504
|
end
|
4496
4505
|
@Description = params['Description']
|
4506
|
+
unless params['Configuration'].nil?
|
4507
|
+
@Configuration = []
|
4508
|
+
params['Configuration'].each do |i|
|
4509
|
+
property_tmp = Property.new
|
4510
|
+
property_tmp.deserialize(i)
|
4511
|
+
@Configuration << property_tmp
|
4512
|
+
end
|
4513
|
+
end
|
4497
4514
|
end
|
4498
4515
|
end
|
4499
4516
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-oceanus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.863
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|