tencentcloud-sdk-oceanus 3.0.862 → 3.0.864
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/v20190422/models.rb +27 -6
- 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: b22e1358357450025f62c26ba5be7234fe488d54
|
|
4
|
+
data.tar.gz: c52f3e6342159ff10653c2d6b7a620f24cb49563
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b80b218213038d091bcd150f62bfe6424da924931a64288b070176e5a1df807f9ed1a6c2dd0d8006675597d6fc12d35d18684cc8b5e2093688e2661c67682547
|
|
7
|
+
data.tar.gz: 7656a52b256ce642776a6e816eda9dd092154752b17e67212d77f7ce86afbb6375b3913a7684f36ee2a51667a7ac0877a3f62af27b19a0cc950ab393c3162cb1
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.864
|
data/lib/v20190422/models.rb
CHANGED
|
@@ -860,10 +860,12 @@ module TencentCloud
|
|
|
860
860
|
# @type EsServerlessIndex: String
|
|
861
861
|
# @param EsServerlessSpace: es索引空间
|
|
862
862
|
# @type EsServerlessSpace: String
|
|
863
|
+
# @param FlinkVersion: flink版本
|
|
864
|
+
# @type FlinkVersion: String
|
|
863
865
|
|
|
864
|
-
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :ResourceRefs, :DefaultParallelism, :Properties, :AutoDelete, :COSBucket, :LogCollect, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId, :LogCollectType, :PythonVersion, :WorkSpaceId, :LogLevel, :AutoRecover, :ClazzLevels, :ExpertModeOn, :ExpertModeConfiguration, :TraceModeOn, :TraceModeConfiguration, :CheckpointRetainedNum, :JobGraph, :EsServerlessIndex, :EsServerlessSpace
|
|
866
|
+
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :ResourceRefs, :DefaultParallelism, :Properties, :AutoDelete, :COSBucket, :LogCollect, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId, :LogCollectType, :PythonVersion, :WorkSpaceId, :LogLevel, :AutoRecover, :ClazzLevels, :ExpertModeOn, :ExpertModeConfiguration, :TraceModeOn, :TraceModeConfiguration, :CheckpointRetainedNum, :JobGraph, :EsServerlessIndex, :EsServerlessSpace, :FlinkVersion
|
|
865
867
|
|
|
866
|
-
def initialize(jobid=nil, entrypointclass=nil, programargs=nil, remark=nil, resourcerefs=nil, defaultparallelism=nil, properties=nil, autodelete=nil, cosbucket=nil, logcollect=nil, jobmanagerspec=nil, taskmanagerspec=nil, clslogsetid=nil, clstopicid=nil, logcollecttype=nil, pythonversion=nil, workspaceid=nil, loglevel=nil, autorecover=nil, clazzlevels=nil, expertmodeon=nil, expertmodeconfiguration=nil, tracemodeon=nil, tracemodeconfiguration=nil, checkpointretainednum=nil, jobgraph=nil, esserverlessindex=nil, esserverlessspace=nil)
|
|
868
|
+
def initialize(jobid=nil, entrypointclass=nil, programargs=nil, remark=nil, resourcerefs=nil, defaultparallelism=nil, properties=nil, autodelete=nil, cosbucket=nil, logcollect=nil, jobmanagerspec=nil, taskmanagerspec=nil, clslogsetid=nil, clstopicid=nil, logcollecttype=nil, pythonversion=nil, workspaceid=nil, loglevel=nil, autorecover=nil, clazzlevels=nil, expertmodeon=nil, expertmodeconfiguration=nil, tracemodeon=nil, tracemodeconfiguration=nil, checkpointretainednum=nil, jobgraph=nil, esserverlessindex=nil, esserverlessspace=nil, flinkversion=nil)
|
|
867
869
|
@JobId = jobid
|
|
868
870
|
@EntrypointClass = entrypointclass
|
|
869
871
|
@ProgramArgs = programargs
|
|
@@ -892,6 +894,7 @@ module TencentCloud
|
|
|
892
894
|
@JobGraph = jobgraph
|
|
893
895
|
@EsServerlessIndex = esserverlessindex
|
|
894
896
|
@EsServerlessSpace = esserverlessspace
|
|
897
|
+
@FlinkVersion = flinkversion
|
|
895
898
|
end
|
|
896
899
|
|
|
897
900
|
def deserialize(params)
|
|
@@ -953,6 +956,7 @@ module TencentCloud
|
|
|
953
956
|
end
|
|
954
957
|
@EsServerlessIndex = params['EsServerlessIndex']
|
|
955
958
|
@EsServerlessSpace = params['EsServerlessSpace']
|
|
959
|
+
@FlinkVersion = params['FlinkVersion']
|
|
956
960
|
end
|
|
957
961
|
end
|
|
958
962
|
|
|
@@ -3026,10 +3030,13 @@ module TencentCloud
|
|
|
3026
3030
|
# @param WorkspaceName: es空间中文
|
|
3027
3031
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3028
3032
|
# @type WorkspaceName: String
|
|
3033
|
+
# @param FlinkVersion: flink 版本
|
|
3034
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3035
|
+
# @type FlinkVersion: String
|
|
3029
3036
|
|
|
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
|
|
3037
|
+
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
3038
|
|
|
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)
|
|
3039
|
+
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
3040
|
@JobId = jobid
|
|
3034
3041
|
@EntrypointClass = entrypointclass
|
|
3035
3042
|
@ProgramArgs = programargs
|
|
@@ -3062,6 +3069,7 @@ module TencentCloud
|
|
|
3062
3069
|
@EsServerlessSpace = esserverlessspace
|
|
3063
3070
|
@IndexName = indexname
|
|
3064
3071
|
@WorkspaceName = workspacename
|
|
3072
|
+
@FlinkVersion = flinkversion
|
|
3065
3073
|
end
|
|
3066
3074
|
|
|
3067
3075
|
def deserialize(params)
|
|
@@ -3127,6 +3135,7 @@ module TencentCloud
|
|
|
3127
3135
|
@EsServerlessSpace = params['EsServerlessSpace']
|
|
3128
3136
|
@IndexName = params['IndexName']
|
|
3129
3137
|
@WorkspaceName = params['WorkspaceName']
|
|
3138
|
+
@FlinkVersion = params['FlinkVersion']
|
|
3130
3139
|
end
|
|
3131
3140
|
end
|
|
3132
3141
|
|
|
@@ -4478,13 +4487,17 @@ module TencentCloud
|
|
|
4478
4487
|
# @param Description: SlotSharingGroup的描述
|
|
4479
4488
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4480
4489
|
# @type Description: String
|
|
4490
|
+
# @param Configuration: SlotSharingGroup的配置
|
|
4491
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4492
|
+
# @type Configuration: Array
|
|
4481
4493
|
|
|
4482
|
-
attr_accessor :Name, :Spec, :Description
|
|
4494
|
+
attr_accessor :Name, :Spec, :Description, :Configuration
|
|
4483
4495
|
|
|
4484
|
-
def initialize(name=nil, spec=nil, description=nil)
|
|
4496
|
+
def initialize(name=nil, spec=nil, description=nil, configuration=nil)
|
|
4485
4497
|
@Name = name
|
|
4486
4498
|
@Spec = spec
|
|
4487
4499
|
@Description = description
|
|
4500
|
+
@Configuration = configuration
|
|
4488
4501
|
end
|
|
4489
4502
|
|
|
4490
4503
|
def deserialize(params)
|
|
@@ -4494,6 +4507,14 @@ module TencentCloud
|
|
|
4494
4507
|
@Spec.deserialize(params['Spec'])
|
|
4495
4508
|
end
|
|
4496
4509
|
@Description = params['Description']
|
|
4510
|
+
unless params['Configuration'].nil?
|
|
4511
|
+
@Configuration = []
|
|
4512
|
+
params['Configuration'].each do |i|
|
|
4513
|
+
property_tmp = Property.new
|
|
4514
|
+
property_tmp.deserialize(i)
|
|
4515
|
+
@Configuration << property_tmp
|
|
4516
|
+
end
|
|
4517
|
+
end
|
|
4497
4518
|
end
|
|
4498
4519
|
end
|
|
4499
4520
|
|
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.864
|
|
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-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|