tencentcloud-sdk-oceanus 1.0.268 → 1.0.269
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 +97 -31
- 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: 631eb2b520e3f70dfea75ff09e80662918ee12c7
|
4
|
+
data.tar.gz: d2406f5ded0dcf7b6ff1acdd61cebfded61e4db1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b6af1484db237188fdb34d3006272ae06c0a1bc0605df82d0c958a927694d9f6725154d4e2949fb35b931392c4d3e637be229e0db7408789fbab9d5847b2ff1
|
7
|
+
data.tar.gz: e29a50b8900d00575bb92448f967237ed88b554427478a97a88bc6c1c4c4004d5b4650b5f154be3664f8c9009e6110aeac9c95aaf37e0feffaa4eec99ce83de3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.269
|
data/lib/v20190422/models.rb
CHANGED
@@ -51,10 +51,12 @@ module TencentCloud
|
|
51
51
|
# @type LogCollectType: Integer
|
52
52
|
# @param PythonVersion: pyflink作业运行时使用的python版本
|
53
53
|
# @type PythonVersion: String
|
54
|
+
# @param WorkSpaceId: 工作空间 SerialId
|
55
|
+
# @type WorkSpaceId: String
|
54
56
|
|
55
|
-
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :ResourceRefs, :DefaultParallelism, :Properties, :AutoDelete, :COSBucket, :LogCollect, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId, :LogCollectType, :PythonVersion
|
57
|
+
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :ResourceRefs, :DefaultParallelism, :Properties, :AutoDelete, :COSBucket, :LogCollect, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId, :LogCollectType, :PythonVersion, :WorkSpaceId
|
56
58
|
|
57
|
-
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)
|
59
|
+
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)
|
58
60
|
@JobId = jobid
|
59
61
|
@EntrypointClass = entrypointclass
|
60
62
|
@ProgramArgs = programargs
|
@@ -71,6 +73,7 @@ module TencentCloud
|
|
71
73
|
@ClsTopicId = clstopicid
|
72
74
|
@LogCollectType = logcollecttype
|
73
75
|
@PythonVersion = pythonversion
|
76
|
+
@WorkSpaceId = workspaceid
|
74
77
|
end
|
75
78
|
|
76
79
|
def deserialize(params)
|
@@ -104,6 +107,7 @@ module TencentCloud
|
|
104
107
|
@ClsTopicId = params['ClsTopicId']
|
105
108
|
@LogCollectType = params['LogCollectType']
|
106
109
|
@PythonVersion = params['PythonVersion']
|
110
|
+
@WorkSpaceId = params['WorkSpaceId']
|
107
111
|
end
|
108
112
|
end
|
109
113
|
|
@@ -145,10 +149,12 @@ module TencentCloud
|
|
145
149
|
# @type FolderId: String
|
146
150
|
# @param FlinkVersion: 作业运行的Flink版本
|
147
151
|
# @type FlinkVersion: String
|
152
|
+
# @param WorkSpaceId: 工作空间 SerialId
|
153
|
+
# @type WorkSpaceId: String
|
148
154
|
|
149
|
-
attr_accessor :Name, :JobType, :ClusterType, :ClusterId, :CuMem, :Remark, :FolderId, :FlinkVersion
|
155
|
+
attr_accessor :Name, :JobType, :ClusterType, :ClusterId, :CuMem, :Remark, :FolderId, :FlinkVersion, :WorkSpaceId
|
150
156
|
|
151
|
-
def initialize(name=nil, jobtype=nil, clustertype=nil, clusterid=nil, cumem=nil, remark=nil, folderid=nil, flinkversion=nil)
|
157
|
+
def initialize(name=nil, jobtype=nil, clustertype=nil, clusterid=nil, cumem=nil, remark=nil, folderid=nil, flinkversion=nil, workspaceid=nil)
|
152
158
|
@Name = name
|
153
159
|
@JobType = jobtype
|
154
160
|
@ClusterType = clustertype
|
@@ -157,6 +163,7 @@ module TencentCloud
|
|
157
163
|
@Remark = remark
|
158
164
|
@FolderId = folderid
|
159
165
|
@FlinkVersion = flinkversion
|
166
|
+
@WorkSpaceId = workspaceid
|
160
167
|
end
|
161
168
|
|
162
169
|
def deserialize(params)
|
@@ -168,6 +175,7 @@ module TencentCloud
|
|
168
175
|
@Remark = params['Remark']
|
169
176
|
@FolderId = params['FolderId']
|
170
177
|
@FlinkVersion = params['FlinkVersion']
|
178
|
+
@WorkSpaceId = params['WorkSpaceId']
|
171
179
|
end
|
172
180
|
end
|
173
181
|
|
@@ -201,14 +209,17 @@ module TencentCloud
|
|
201
209
|
# @type Remark: String
|
202
210
|
# @param AutoDelete: 1: 资源版本达到上限,自动删除最早可删除的版本
|
203
211
|
# @type AutoDelete: Integer
|
212
|
+
# @param WorkSpaceId: 工作空间 SerialId
|
213
|
+
# @type WorkSpaceId: String
|
204
214
|
|
205
|
-
attr_accessor :ResourceId, :ResourceLoc, :Remark, :AutoDelete
|
215
|
+
attr_accessor :ResourceId, :ResourceLoc, :Remark, :AutoDelete, :WorkSpaceId
|
206
216
|
|
207
|
-
def initialize(resourceid=nil, resourceloc=nil, remark=nil, autodelete=nil)
|
217
|
+
def initialize(resourceid=nil, resourceloc=nil, remark=nil, autodelete=nil, workspaceid=nil)
|
208
218
|
@ResourceId = resourceid
|
209
219
|
@ResourceLoc = resourceloc
|
210
220
|
@Remark = remark
|
211
221
|
@AutoDelete = autodelete
|
222
|
+
@WorkSpaceId = workspaceid
|
212
223
|
end
|
213
224
|
|
214
225
|
def deserialize(params)
|
@@ -219,6 +230,7 @@ module TencentCloud
|
|
219
230
|
end
|
220
231
|
@Remark = params['Remark']
|
221
232
|
@AutoDelete = params['AutoDelete']
|
233
|
+
@WorkSpaceId = params['WorkSpaceId']
|
222
234
|
end
|
223
235
|
end
|
224
236
|
|
@@ -256,16 +268,19 @@ module TencentCloud
|
|
256
268
|
# @type ResourceConfigRemark: String
|
257
269
|
# @param FolderId: 目录ID
|
258
270
|
# @type FolderId: String
|
271
|
+
# @param WorkSpaceId: 工作空间 SerialId
|
272
|
+
# @type WorkSpaceId: String
|
259
273
|
|
260
|
-
attr_accessor :ResourceLoc, :ResourceType, :Remark, :Name, :ResourceConfigRemark, :FolderId
|
274
|
+
attr_accessor :ResourceLoc, :ResourceType, :Remark, :Name, :ResourceConfigRemark, :FolderId, :WorkSpaceId
|
261
275
|
|
262
|
-
def initialize(resourceloc=nil, resourcetype=nil, remark=nil, name=nil, resourceconfigremark=nil, folderid=nil)
|
276
|
+
def initialize(resourceloc=nil, resourcetype=nil, remark=nil, name=nil, resourceconfigremark=nil, folderid=nil, workspaceid=nil)
|
263
277
|
@ResourceLoc = resourceloc
|
264
278
|
@ResourceType = resourcetype
|
265
279
|
@Remark = remark
|
266
280
|
@Name = name
|
267
281
|
@ResourceConfigRemark = resourceconfigremark
|
268
282
|
@FolderId = folderid
|
283
|
+
@WorkSpaceId = workspaceid
|
269
284
|
end
|
270
285
|
|
271
286
|
def deserialize(params)
|
@@ -278,6 +293,7 @@ module TencentCloud
|
|
278
293
|
@Name = params['Name']
|
279
294
|
@ResourceConfigRemark = params['ResourceConfigRemark']
|
280
295
|
@FolderId = params['FolderId']
|
296
|
+
@WorkSpaceId = params['WorkSpaceId']
|
281
297
|
end
|
282
298
|
end
|
283
299
|
|
@@ -311,17 +327,21 @@ module TencentCloud
|
|
311
327
|
# @type ResourceId: String
|
312
328
|
# @param ResourceConfigVersions: 资源版本数组
|
313
329
|
# @type ResourceConfigVersions: Array
|
330
|
+
# @param WorkSpaceId: 工作空间 SerialId
|
331
|
+
# @type WorkSpaceId: String
|
314
332
|
|
315
|
-
attr_accessor :ResourceId, :ResourceConfigVersions
|
333
|
+
attr_accessor :ResourceId, :ResourceConfigVersions, :WorkSpaceId
|
316
334
|
|
317
|
-
def initialize(resourceid=nil, resourceconfigversions=nil)
|
335
|
+
def initialize(resourceid=nil, resourceconfigversions=nil, workspaceid=nil)
|
318
336
|
@ResourceId = resourceid
|
319
337
|
@ResourceConfigVersions = resourceconfigversions
|
338
|
+
@WorkSpaceId = workspaceid
|
320
339
|
end
|
321
340
|
|
322
341
|
def deserialize(params)
|
323
342
|
@ResourceId = params['ResourceId']
|
324
343
|
@ResourceConfigVersions = params['ResourceConfigVersions']
|
344
|
+
@WorkSpaceId = params['WorkSpaceId']
|
325
345
|
end
|
326
346
|
end
|
327
347
|
|
@@ -345,15 +365,19 @@ module TencentCloud
|
|
345
365
|
class DeleteResourcesRequest < TencentCloud::Common::AbstractModel
|
346
366
|
# @param ResourceIds: 待删除资源ID列表
|
347
367
|
# @type ResourceIds: Array
|
368
|
+
# @param WorkSpaceId: 工作空间 SerialId
|
369
|
+
# @type WorkSpaceId: String
|
348
370
|
|
349
|
-
attr_accessor :ResourceIds
|
371
|
+
attr_accessor :ResourceIds, :WorkSpaceId
|
350
372
|
|
351
|
-
def initialize(resourceids=nil)
|
373
|
+
def initialize(resourceids=nil, workspaceid=nil)
|
352
374
|
@ResourceIds = resourceids
|
375
|
+
@WorkSpaceId = workspaceid
|
353
376
|
end
|
354
377
|
|
355
378
|
def deserialize(params)
|
356
379
|
@ResourceIds = params['ResourceIds']
|
380
|
+
@WorkSpaceId = params['WorkSpaceId']
|
357
381
|
end
|
358
382
|
end
|
359
383
|
|
@@ -381,19 +405,23 @@ module TencentCloud
|
|
381
405
|
# @type DebugId: Integer
|
382
406
|
# @param TableName: 表名
|
383
407
|
# @type TableName: String
|
408
|
+
# @param WorkSpaceId: 工作空间 SerialId
|
409
|
+
# @type WorkSpaceId: String
|
384
410
|
|
385
|
-
attr_accessor :JobId, :DebugId, :TableName
|
411
|
+
attr_accessor :JobId, :DebugId, :TableName, :WorkSpaceId
|
386
412
|
|
387
|
-
def initialize(jobid=nil, debugid=nil, tablename=nil)
|
413
|
+
def initialize(jobid=nil, debugid=nil, tablename=nil, workspaceid=nil)
|
388
414
|
@JobId = jobid
|
389
415
|
@DebugId = debugid
|
390
416
|
@TableName = tablename
|
417
|
+
@WorkSpaceId = workspaceid
|
391
418
|
end
|
392
419
|
|
393
420
|
def deserialize(params)
|
394
421
|
@JobId = params['JobId']
|
395
422
|
@DebugId = params['DebugId']
|
396
423
|
@TableName = params['TableName']
|
424
|
+
@WorkSpaceId = params['WorkSpaceId']
|
397
425
|
end
|
398
426
|
end
|
399
427
|
|
@@ -427,16 +455,19 @@ module TencentCloud
|
|
427
455
|
# @type Filters: Array
|
428
456
|
# @param OnlyDraft: true 表示只展示草稿
|
429
457
|
# @type OnlyDraft: Boolean
|
458
|
+
# @param WorkSpaceId: 工作空间 SerialId
|
459
|
+
# @type WorkSpaceId: String
|
430
460
|
|
431
|
-
attr_accessor :JobId, :JobConfigVersions, :Offset, :Limit, :Filters, :OnlyDraft
|
461
|
+
attr_accessor :JobId, :JobConfigVersions, :Offset, :Limit, :Filters, :OnlyDraft, :WorkSpaceId
|
432
462
|
|
433
|
-
def initialize(jobid=nil, jobconfigversions=nil, offset=nil, limit=nil, filters=nil, onlydraft=nil)
|
463
|
+
def initialize(jobid=nil, jobconfigversions=nil, offset=nil, limit=nil, filters=nil, onlydraft=nil, workspaceid=nil)
|
434
464
|
@JobId = jobid
|
435
465
|
@JobConfigVersions = jobconfigversions
|
436
466
|
@Offset = offset
|
437
467
|
@Limit = limit
|
438
468
|
@Filters = filters
|
439
469
|
@OnlyDraft = onlydraft
|
470
|
+
@WorkSpaceId = workspaceid
|
440
471
|
end
|
441
472
|
|
442
473
|
def deserialize(params)
|
@@ -453,6 +484,7 @@ module TencentCloud
|
|
453
484
|
end
|
454
485
|
end
|
455
486
|
@OnlyDraft = params['OnlyDraft']
|
487
|
+
@WorkSpaceId = params['WorkSpaceId']
|
456
488
|
end
|
457
489
|
end
|
458
490
|
|
@@ -491,20 +523,23 @@ module TencentCloud
|
|
491
523
|
class DescribeJobsRequest < TencentCloud::Common::AbstractModel
|
492
524
|
# @param JobIds: 按照一个或者多个作业ID查询。作业ID形如:cql-11112222,每次请求的作业上限为100。参数不支持同时指定JobIds和Filters。
|
493
525
|
# @type JobIds: Array
|
494
|
-
# @param Filters: 过滤条件,支持的 Filter.Name 为:作业名 Name、作业状态 Status、所属集群 ClusterId
|
526
|
+
# @param Filters: 过滤条件,支持的 Filter.Name 为:作业名 Name、作业状态 Status、所属集群 ClusterId、作业id JobId、集群名称 ClusterName。 每次请求的 Filters 个数的上限为 5,Filter.Values 的个数上限为 5。参数不支持同时指定 JobIds 和 Filters。
|
495
527
|
# @type Filters: Array
|
496
528
|
# @param Offset: 偏移量,默认为0
|
497
529
|
# @type Offset: Integer
|
498
530
|
# @param Limit: 分页大小,默认为20,最大值为100
|
499
531
|
# @type Limit: Integer
|
532
|
+
# @param WorkSpaceId: 工作空间 SerialId
|
533
|
+
# @type WorkSpaceId: String
|
500
534
|
|
501
|
-
attr_accessor :JobIds, :Filters, :Offset, :Limit
|
535
|
+
attr_accessor :JobIds, :Filters, :Offset, :Limit, :WorkSpaceId
|
502
536
|
|
503
|
-
def initialize(jobids=nil, filters=nil, offset=nil, limit=nil)
|
537
|
+
def initialize(jobids=nil, filters=nil, offset=nil, limit=nil, workspaceid=nil)
|
504
538
|
@JobIds = jobids
|
505
539
|
@Filters = filters
|
506
540
|
@Offset = offset
|
507
541
|
@Limit = limit
|
542
|
+
@WorkSpaceId = workspaceid
|
508
543
|
end
|
509
544
|
|
510
545
|
def deserialize(params)
|
@@ -519,6 +554,7 @@ module TencentCloud
|
|
519
554
|
end
|
520
555
|
@Offset = params['Offset']
|
521
556
|
@Limit = params['Limit']
|
557
|
+
@WorkSpaceId = params['WorkSpaceId']
|
522
558
|
end
|
523
559
|
end
|
524
560
|
|
@@ -567,16 +603,19 @@ module TencentCloud
|
|
567
603
|
# @type JobConfigVersion: Integer
|
568
604
|
# @param JobId: 作业ID
|
569
605
|
# @type JobId: String
|
606
|
+
# @param WorkSpaceId: 工作空间 SerialId
|
607
|
+
# @type WorkSpaceId: String
|
570
608
|
|
571
|
-
attr_accessor :ResourceId, :Offset, :Limit, :ResourceConfigVersions, :JobConfigVersion, :JobId
|
609
|
+
attr_accessor :ResourceId, :Offset, :Limit, :ResourceConfigVersions, :JobConfigVersion, :JobId, :WorkSpaceId
|
572
610
|
|
573
|
-
def initialize(resourceid=nil, offset=nil, limit=nil, resourceconfigversions=nil, jobconfigversion=nil, jobid=nil)
|
611
|
+
def initialize(resourceid=nil, offset=nil, limit=nil, resourceconfigversions=nil, jobconfigversion=nil, jobid=nil, workspaceid=nil)
|
574
612
|
@ResourceId = resourceid
|
575
613
|
@Offset = offset
|
576
614
|
@Limit = limit
|
577
615
|
@ResourceConfigVersions = resourceconfigversions
|
578
616
|
@JobConfigVersion = jobconfigversion
|
579
617
|
@JobId = jobid
|
618
|
+
@WorkSpaceId = workspaceid
|
580
619
|
end
|
581
620
|
|
582
621
|
def deserialize(params)
|
@@ -586,6 +625,7 @@ module TencentCloud
|
|
586
625
|
@ResourceConfigVersions = params['ResourceConfigVersions']
|
587
626
|
@JobConfigVersion = params['JobConfigVersion']
|
588
627
|
@JobId = params['JobId']
|
628
|
+
@WorkSpaceId = params['WorkSpaceId']
|
589
629
|
end
|
590
630
|
end
|
591
631
|
|
@@ -632,15 +672,18 @@ module TencentCloud
|
|
632
672
|
# @type Limit: Integer
|
633
673
|
# @param ResourceConfigVersion: 资源版本号
|
634
674
|
# @type ResourceConfigVersion: Integer
|
675
|
+
# @param WorkSpaceId: 工作空间 SerialId
|
676
|
+
# @type WorkSpaceId: String
|
635
677
|
|
636
|
-
attr_accessor :ResourceId, :DESCByJobConfigCreateTime, :Offset, :Limit, :ResourceConfigVersion
|
678
|
+
attr_accessor :ResourceId, :DESCByJobConfigCreateTime, :Offset, :Limit, :ResourceConfigVersion, :WorkSpaceId
|
637
679
|
|
638
|
-
def initialize(resourceid=nil, descbyjobconfigcreatetime=nil, offset=nil, limit=nil, resourceconfigversion=nil)
|
680
|
+
def initialize(resourceid=nil, descbyjobconfigcreatetime=nil, offset=nil, limit=nil, resourceconfigversion=nil, workspaceid=nil)
|
639
681
|
@ResourceId = resourceid
|
640
682
|
@DESCByJobConfigCreateTime = descbyjobconfigcreatetime
|
641
683
|
@Offset = offset
|
642
684
|
@Limit = limit
|
643
685
|
@ResourceConfigVersion = resourceconfigversion
|
686
|
+
@WorkSpaceId = workspaceid
|
644
687
|
end
|
645
688
|
|
646
689
|
def deserialize(params)
|
@@ -649,6 +692,7 @@ module TencentCloud
|
|
649
692
|
@Offset = params['Offset']
|
650
693
|
@Limit = params['Limit']
|
651
694
|
@ResourceConfigVersion = params['ResourceConfigVersion']
|
695
|
+
@WorkSpaceId = params['WorkSpaceId']
|
652
696
|
end
|
653
697
|
end
|
654
698
|
|
@@ -694,14 +738,17 @@ module TencentCloud
|
|
694
738
|
# @param Filters: <li><strong>ResourceName</strong></li>
|
695
739
|
# <p style="padding-left: 30px;">按照资源名字过滤,支持模糊过滤。传入的过滤名字不超过5个</p><p style="padding-left: 30px;">类型: String</p><p style="padding-left: 30px;">必选: 否</p>
|
696
740
|
# @type Filters: Array
|
741
|
+
# @param WorkSpaceId: 工作空间 SerialId
|
742
|
+
# @type WorkSpaceId: String
|
697
743
|
|
698
|
-
attr_accessor :ResourceIds, :Offset, :Limit, :Filters
|
744
|
+
attr_accessor :ResourceIds, :Offset, :Limit, :Filters, :WorkSpaceId
|
699
745
|
|
700
|
-
def initialize(resourceids=nil, offset=nil, limit=nil, filters=nil)
|
746
|
+
def initialize(resourceids=nil, offset=nil, limit=nil, filters=nil, workspaceid=nil)
|
701
747
|
@ResourceIds = resourceids
|
702
748
|
@Offset = offset
|
703
749
|
@Limit = limit
|
704
750
|
@Filters = filters
|
751
|
+
@WorkSpaceId = workspaceid
|
705
752
|
end
|
706
753
|
|
707
754
|
def deserialize(params)
|
@@ -716,6 +763,7 @@ module TencentCloud
|
|
716
763
|
@Filters << filter_tmp
|
717
764
|
end
|
718
765
|
end
|
766
|
+
@WorkSpaceId = params['WorkSpaceId']
|
719
767
|
end
|
720
768
|
end
|
721
769
|
|
@@ -1051,10 +1099,16 @@ module TencentCloud
|
|
1051
1099
|
# @param FlinkVersion: 作业运行的 Flink 版本
|
1052
1100
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1053
1101
|
# @type FlinkVersion: String
|
1102
|
+
# @param WorkSpaceId: 工作空间 SerialId
|
1103
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1104
|
+
# @type WorkSpaceId: String
|
1105
|
+
# @param WorkSpaceName: 工作空间名称
|
1106
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1107
|
+
# @type WorkSpaceName: String
|
1054
1108
|
|
1055
|
-
attr_accessor :JobId, :Region, :Zone, :AppId, :OwnerUin, :CreatorUin, :Name, :JobType, :Status, :CreateTime, :StartTime, :StopTime, :UpdateTime, :TotalRunMillis, :Remark, :LastOpResult, :ClusterName, :LatestJobConfigVersion, :PublishedJobConfigVersion, :RunningCuNum, :CuMem, :StatusDesc, :CurrentRunMillis, :ClusterId, :WebUIUrl, :SchedulerType, :ClusterStatus, :RunningCu, :FlinkVersion
|
1109
|
+
attr_accessor :JobId, :Region, :Zone, :AppId, :OwnerUin, :CreatorUin, :Name, :JobType, :Status, :CreateTime, :StartTime, :StopTime, :UpdateTime, :TotalRunMillis, :Remark, :LastOpResult, :ClusterName, :LatestJobConfigVersion, :PublishedJobConfigVersion, :RunningCuNum, :CuMem, :StatusDesc, :CurrentRunMillis, :ClusterId, :WebUIUrl, :SchedulerType, :ClusterStatus, :RunningCu, :FlinkVersion, :WorkSpaceId, :WorkSpaceName
|
1056
1110
|
|
1057
|
-
def initialize(jobid=nil, region=nil, zone=nil, appid=nil, owneruin=nil, creatoruin=nil, name=nil, jobtype=nil, status=nil, createtime=nil, starttime=nil, stoptime=nil, updatetime=nil, totalrunmillis=nil, remark=nil, lastopresult=nil, clustername=nil, latestjobconfigversion=nil, publishedjobconfigversion=nil, runningcunum=nil, cumem=nil, statusdesc=nil, currentrunmillis=nil, clusterid=nil, webuiurl=nil, schedulertype=nil, clusterstatus=nil, runningcu=nil, flinkversion=nil)
|
1111
|
+
def initialize(jobid=nil, region=nil, zone=nil, appid=nil, owneruin=nil, creatoruin=nil, name=nil, jobtype=nil, status=nil, createtime=nil, starttime=nil, stoptime=nil, updatetime=nil, totalrunmillis=nil, remark=nil, lastopresult=nil, clustername=nil, latestjobconfigversion=nil, publishedjobconfigversion=nil, runningcunum=nil, cumem=nil, statusdesc=nil, currentrunmillis=nil, clusterid=nil, webuiurl=nil, schedulertype=nil, clusterstatus=nil, runningcu=nil, flinkversion=nil, workspaceid=nil, workspacename=nil)
|
1058
1112
|
@JobId = jobid
|
1059
1113
|
@Region = region
|
1060
1114
|
@Zone = zone
|
@@ -1084,6 +1138,8 @@ module TencentCloud
|
|
1084
1138
|
@ClusterStatus = clusterstatus
|
1085
1139
|
@RunningCu = runningcu
|
1086
1140
|
@FlinkVersion = flinkversion
|
1141
|
+
@WorkSpaceId = workspaceid
|
1142
|
+
@WorkSpaceName = workspacename
|
1087
1143
|
end
|
1088
1144
|
|
1089
1145
|
def deserialize(params)
|
@@ -1116,6 +1172,8 @@ module TencentCloud
|
|
1116
1172
|
@ClusterStatus = params['ClusterStatus']
|
1117
1173
|
@RunningCu = params['RunningCu']
|
1118
1174
|
@FlinkVersion = params['FlinkVersion']
|
1175
|
+
@WorkSpaceId = params['WorkSpaceId']
|
1176
|
+
@WorkSpaceName = params['WorkSpaceName']
|
1119
1177
|
end
|
1120
1178
|
end
|
1121
1179
|
|
@@ -1446,11 +1504,14 @@ module TencentCloud
|
|
1446
1504
|
class RunJobsRequest < TencentCloud::Common::AbstractModel
|
1447
1505
|
# @param RunJobDescriptions: 批量启动作业的描述信息
|
1448
1506
|
# @type RunJobDescriptions: Array
|
1507
|
+
# @param WorkSpaceId: 工作空间 SerialId
|
1508
|
+
# @type WorkSpaceId: String
|
1449
1509
|
|
1450
|
-
attr_accessor :RunJobDescriptions
|
1510
|
+
attr_accessor :RunJobDescriptions, :WorkSpaceId
|
1451
1511
|
|
1452
|
-
def initialize(runjobdescriptions=nil)
|
1512
|
+
def initialize(runjobdescriptions=nil, workspaceid=nil)
|
1453
1513
|
@RunJobDescriptions = runjobdescriptions
|
1514
|
+
@WorkSpaceId = workspaceid
|
1454
1515
|
end
|
1455
1516
|
|
1456
1517
|
def deserialize(params)
|
@@ -1462,6 +1523,7 @@ module TencentCloud
|
|
1462
1523
|
@RunJobDescriptions << runjobdescription_tmp
|
1463
1524
|
end
|
1464
1525
|
end
|
1526
|
+
@WorkSpaceId = params['WorkSpaceId']
|
1465
1527
|
end
|
1466
1528
|
end
|
1467
1529
|
|
@@ -1505,11 +1567,14 @@ module TencentCloud
|
|
1505
1567
|
class StopJobsRequest < TencentCloud::Common::AbstractModel
|
1506
1568
|
# @param StopJobDescriptions: 批量停止作业的描述信息
|
1507
1569
|
# @type StopJobDescriptions: Array
|
1570
|
+
# @param WorkSpaceId: 工作空间 SerialId
|
1571
|
+
# @type WorkSpaceId: String
|
1508
1572
|
|
1509
|
-
attr_accessor :StopJobDescriptions
|
1573
|
+
attr_accessor :StopJobDescriptions, :WorkSpaceId
|
1510
1574
|
|
1511
|
-
def initialize(stopjobdescriptions=nil)
|
1575
|
+
def initialize(stopjobdescriptions=nil, workspaceid=nil)
|
1512
1576
|
@StopJobDescriptions = stopjobdescriptions
|
1577
|
+
@WorkSpaceId = workspaceid
|
1513
1578
|
end
|
1514
1579
|
|
1515
1580
|
def deserialize(params)
|
@@ -1521,6 +1586,7 @@ module TencentCloud
|
|
1521
1586
|
@StopJobDescriptions << stopjobdescription_tmp
|
1522
1587
|
end
|
1523
1588
|
end
|
1589
|
+
@WorkSpaceId = params['WorkSpaceId']
|
1524
1590
|
end
|
1525
1591
|
end
|
1526
1592
|
|
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: 1.0.
|
4
|
+
version: 1.0.269
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|