tencentcloud-sdk-oceanus 3.0.589 → 3.0.591
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 +76 -76
- 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: 693156de746f5275026fbd239b12d0221884d299
|
4
|
+
data.tar.gz: 0699a4285b3de2ea04e3f5d4723ba9e11aee5ce1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 120d70ea256ac816fc934d54a1563c344c724948f0e7f5a97c83f0b212249c25df5c0a40d754e76cdb0b5966ae2978db2b0ae8d51d1330e95279bf5769bfc93a
|
7
|
+
data.tar.gz: 2341be4edaccedadaabc68108fd8cfd6b22cb0377478904bfa5749a8be6db774f0ceadddbe69e384a39bbdf0adff3428557af814eaab3c7fe0b6b28aa6d6608c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20190422/models.rb
CHANGED
@@ -27,7 +27,7 @@ module TencentCloud
|
|
27
27
|
# @type CcnId: String
|
28
28
|
|
29
29
|
attr_accessor :VpcId, :SubnetId, :CcnId
|
30
|
-
|
30
|
+
|
31
31
|
def initialize(vpcid=nil, subnetid=nil, ccnid=nil)
|
32
32
|
@VpcId = vpcid
|
33
33
|
@SubnetId = subnetid
|
@@ -55,7 +55,7 @@ module TencentCloud
|
|
55
55
|
# @type WorkSpaceId: String
|
56
56
|
|
57
57
|
attr_accessor :JobId, :SerialId, :RecordType, :SavepointPath, :WorkSpaceId
|
58
|
-
|
58
|
+
|
59
59
|
def initialize(jobid=nil, serialid=nil, recordtype=nil, savepointpath=nil, workspaceid=nil)
|
60
60
|
@JobId = jobid
|
61
61
|
@SerialId = serialid
|
@@ -83,7 +83,7 @@ module TencentCloud
|
|
83
83
|
# @type RequestId: String
|
84
84
|
|
85
85
|
attr_accessor :SerialId, :SavepointStatus, :RequestId
|
86
|
-
|
86
|
+
|
87
87
|
def initialize(serialid=nil, savepointstatus=nil, requestid=nil)
|
88
88
|
@SerialId = serialid
|
89
89
|
@SavepointStatus = savepointstatus
|
@@ -192,7 +192,7 @@ module TencentCloud
|
|
192
192
|
# @type ClusterSessions: Array
|
193
193
|
|
194
194
|
attr_accessor :ClusterId, :Name, :Region, :AppId, :OwnerUin, :CreatorUin, :Status, :Remark, :CreateTime, :UpdateTime, :CuNum, :CuMem, :Zone, :StatusDesc, :CCNs, :NetEnvironmentType, :FreeCuNum, :Tags, :IsolatedTime, :ExpireTime, :SecondsUntilExpiry, :AutoRenewFlag, :DefaultCOSBucket, :CLSLogSet, :CLSTopicId, :CLSLogName, :CLSTopicName, :Version, :FreeCu, :DefaultLogCollectConf, :CustomizedDNSEnabled, :Correlations, :RunningCu, :PayMode, :IsNeedManageNode, :ClusterSessions
|
195
|
-
|
195
|
+
|
196
196
|
def initialize(clusterid=nil, name=nil, region=nil, appid=nil, owneruin=nil, creatoruin=nil, status=nil, remark=nil, createtime=nil, updatetime=nil, cunum=nil, cumem=nil, zone=nil, statusdesc=nil, ccns=nil, netenvironmenttype=nil, freecunum=nil, tags=nil, isolatedtime=nil, expiretime=nil, secondsuntilexpiry=nil, autorenewflag=nil, defaultcosbucket=nil, clslogset=nil, clstopicid=nil, clslogname=nil, clstopicname=nil, version=nil, freecu=nil, defaultlogcollectconf=nil, customizeddnsenabled=nil, correlations=nil, runningcu=nil, paymode=nil, isneedmanagenode=nil, clustersessions=nil)
|
197
197
|
@ClusterId = clusterid
|
198
198
|
@Name = name
|
@@ -306,7 +306,7 @@ module TencentCloud
|
|
306
306
|
# session集群信息
|
307
307
|
class ClusterSession < TencentCloud::Common::AbstractModel
|
308
308
|
|
309
|
-
|
309
|
+
|
310
310
|
def initialize()
|
311
311
|
end
|
312
312
|
|
@@ -324,7 +324,7 @@ module TencentCloud
|
|
324
324
|
# @type SupportedFlink: Array
|
325
325
|
|
326
326
|
attr_accessor :Flink, :SupportedFlink
|
327
|
-
|
327
|
+
|
328
328
|
def initialize(flink=nil, supportedflink=nil)
|
329
329
|
@Flink = flink
|
330
330
|
@SupportedFlink = supportedflink
|
@@ -352,7 +352,7 @@ module TencentCloud
|
|
352
352
|
# @type JobType: Integer
|
353
353
|
|
354
354
|
attr_accessor :SourceId, :TargetClusterId, :SourceName, :TargetName, :TargetFolderId, :JobType
|
355
|
-
|
355
|
+
|
356
356
|
def initialize(sourceid=nil, targetclusterid=nil, sourcename=nil, targetname=nil, targetfolderid=nil, jobtype=nil)
|
357
357
|
@SourceId = sourceid
|
358
358
|
@TargetClusterId = targetclusterid
|
@@ -403,7 +403,7 @@ module TencentCloud
|
|
403
403
|
# @type JobType: Integer
|
404
404
|
|
405
405
|
attr_accessor :JobId, :JobName, :TargetJobName, :TargetJobId, :Message, :Result, :ClusterName, :ClusterId, :JobType
|
406
|
-
|
406
|
+
|
407
407
|
def initialize(jobid=nil, jobname=nil, targetjobname=nil, targetjobid=nil, message=nil, result=nil, clustername=nil, clusterid=nil, jobtype=nil)
|
408
408
|
@JobId = jobid
|
409
409
|
@JobName = jobname
|
@@ -437,7 +437,7 @@ module TencentCloud
|
|
437
437
|
# @type WorkSpaceId: String
|
438
438
|
|
439
439
|
attr_accessor :JobItems, :WorkSpaceId
|
440
|
-
|
440
|
+
|
441
441
|
def initialize(jobitems=nil, workspaceid=nil)
|
442
442
|
@JobItems = jobitems
|
443
443
|
@WorkSpaceId = workspaceid
|
@@ -471,7 +471,7 @@ module TencentCloud
|
|
471
471
|
# @type RequestId: String
|
472
472
|
|
473
473
|
attr_accessor :SuccessCount, :FailCount, :CopyJobsResults, :RequestId
|
474
|
-
|
474
|
+
|
475
475
|
def initialize(successcount=nil, failcount=nil, copyjobsresults=nil, requestid=nil)
|
476
476
|
@SuccessCount = successcount
|
477
477
|
@FailCount = failcount
|
@@ -506,7 +506,7 @@ module TencentCloud
|
|
506
506
|
# @type WorkSpaceId: String
|
507
507
|
|
508
508
|
attr_accessor :FolderName, :ParentId, :FolderType, :WorkSpaceId
|
509
|
-
|
509
|
+
|
510
510
|
def initialize(foldername=nil, parentid=nil, foldertype=nil, workspaceid=nil)
|
511
511
|
@FolderName = foldername
|
512
512
|
@ParentId = parentid
|
@@ -530,7 +530,7 @@ module TencentCloud
|
|
530
530
|
# @type RequestId: String
|
531
531
|
|
532
532
|
attr_accessor :FolderId, :RequestId
|
533
|
-
|
533
|
+
|
534
534
|
def initialize(folderid=nil, requestid=nil)
|
535
535
|
@FolderId = folderid
|
536
536
|
@RequestId = requestid
|
@@ -584,7 +584,7 @@ module TencentCloud
|
|
584
584
|
# @type AutoRecover: Integer
|
585
585
|
|
586
586
|
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :ResourceRefs, :DefaultParallelism, :Properties, :AutoDelete, :COSBucket, :LogCollect, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId, :LogCollectType, :PythonVersion, :WorkSpaceId, :LogLevel, :AutoRecover
|
587
|
-
|
587
|
+
|
588
588
|
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)
|
589
589
|
@JobId = jobid
|
590
590
|
@EntrypointClass = entrypointclass
|
@@ -652,7 +652,7 @@ module TencentCloud
|
|
652
652
|
# @type RequestId: String
|
653
653
|
|
654
654
|
attr_accessor :Version, :RequestId
|
655
|
-
|
655
|
+
|
656
656
|
def initialize(version=nil, requestid=nil)
|
657
657
|
@Version = version
|
658
658
|
@RequestId = requestid
|
@@ -688,7 +688,7 @@ module TencentCloud
|
|
688
688
|
# @type Tags: Array
|
689
689
|
|
690
690
|
attr_accessor :Name, :JobType, :ClusterType, :ClusterId, :CuMem, :Remark, :FolderId, :FlinkVersion, :WorkSpaceId, :Tags
|
691
|
-
|
691
|
+
|
692
692
|
def initialize(name=nil, jobtype=nil, clustertype=nil, clusterid=nil, cumem=nil, remark=nil, folderid=nil, flinkversion=nil, workspaceid=nil, tags=nil)
|
693
693
|
@Name = name
|
694
694
|
@JobType = jobtype
|
@@ -731,7 +731,7 @@ module TencentCloud
|
|
731
731
|
# @type RequestId: String
|
732
732
|
|
733
733
|
attr_accessor :JobId, :RequestId
|
734
|
-
|
734
|
+
|
735
735
|
def initialize(jobid=nil, requestid=nil)
|
736
736
|
@JobId = jobid
|
737
737
|
@RequestId = requestid
|
@@ -757,7 +757,7 @@ module TencentCloud
|
|
757
757
|
# @type WorkSpaceId: String
|
758
758
|
|
759
759
|
attr_accessor :ResourceId, :ResourceLoc, :Remark, :AutoDelete, :WorkSpaceId
|
760
|
-
|
760
|
+
|
761
761
|
def initialize(resourceid=nil, resourceloc=nil, remark=nil, autodelete=nil, workspaceid=nil)
|
762
762
|
@ResourceId = resourceid
|
763
763
|
@ResourceLoc = resourceloc
|
@@ -786,7 +786,7 @@ module TencentCloud
|
|
786
786
|
# @type RequestId: String
|
787
787
|
|
788
788
|
attr_accessor :Version, :RequestId
|
789
|
-
|
789
|
+
|
790
790
|
def initialize(version=nil, requestid=nil)
|
791
791
|
@Version = version
|
792
792
|
@RequestId = requestid
|
@@ -816,7 +816,7 @@ module TencentCloud
|
|
816
816
|
# @type WorkSpaceId: String
|
817
817
|
|
818
818
|
attr_accessor :ResourceLoc, :ResourceType, :Remark, :Name, :ResourceConfigRemark, :FolderId, :WorkSpaceId
|
819
|
-
|
819
|
+
|
820
820
|
def initialize(resourceloc=nil, resourcetype=nil, remark=nil, name=nil, resourceconfigremark=nil, folderid=nil, workspaceid=nil)
|
821
821
|
@ResourceLoc = resourceloc
|
822
822
|
@ResourceType = resourcetype
|
@@ -851,7 +851,7 @@ module TencentCloud
|
|
851
851
|
# @type RequestId: String
|
852
852
|
|
853
853
|
attr_accessor :ResourceId, :Version, :RequestId
|
854
|
-
|
854
|
+
|
855
855
|
def initialize(resourceid=nil, version=nil, requestid=nil)
|
856
856
|
@ResourceId = resourceid
|
857
857
|
@Version = version
|
@@ -873,7 +873,7 @@ module TencentCloud
|
|
873
873
|
# @type WorkSpaceId: String
|
874
874
|
|
875
875
|
attr_accessor :JobIds, :WorkSpaceId
|
876
|
-
|
876
|
+
|
877
877
|
def initialize(jobids=nil, workspaceid=nil)
|
878
878
|
@JobIds = jobids
|
879
879
|
@WorkSpaceId = workspaceid
|
@@ -891,7 +891,7 @@ module TencentCloud
|
|
891
891
|
# @type RequestId: String
|
892
892
|
|
893
893
|
attr_accessor :RequestId
|
894
|
-
|
894
|
+
|
895
895
|
def initialize(requestid=nil)
|
896
896
|
@RequestId = requestid
|
897
897
|
end
|
@@ -911,7 +911,7 @@ module TencentCloud
|
|
911
911
|
# @type WorkSpaceId: String
|
912
912
|
|
913
913
|
attr_accessor :ResourceId, :ResourceConfigVersions, :WorkSpaceId
|
914
|
-
|
914
|
+
|
915
915
|
def initialize(resourceid=nil, resourceconfigversions=nil, workspaceid=nil)
|
916
916
|
@ResourceId = resourceid
|
917
917
|
@ResourceConfigVersions = resourceconfigversions
|
@@ -931,7 +931,7 @@ module TencentCloud
|
|
931
931
|
# @type RequestId: String
|
932
932
|
|
933
933
|
attr_accessor :RequestId
|
934
|
-
|
934
|
+
|
935
935
|
def initialize(requestid=nil)
|
936
936
|
@RequestId = requestid
|
937
937
|
end
|
@@ -949,7 +949,7 @@ module TencentCloud
|
|
949
949
|
# @type WorkSpaceId: String
|
950
950
|
|
951
951
|
attr_accessor :ResourceIds, :WorkSpaceId
|
952
|
-
|
952
|
+
|
953
953
|
def initialize(resourceids=nil, workspaceid=nil)
|
954
954
|
@ResourceIds = resourceids
|
955
955
|
@WorkSpaceId = workspaceid
|
@@ -967,7 +967,7 @@ module TencentCloud
|
|
967
967
|
# @type RequestId: String
|
968
968
|
|
969
969
|
attr_accessor :RequestId
|
970
|
-
|
970
|
+
|
971
971
|
def initialize(requestid=nil)
|
972
972
|
@RequestId = requestid
|
973
973
|
end
|
@@ -989,7 +989,7 @@ module TencentCloud
|
|
989
989
|
# @type WorkSpaceId: String
|
990
990
|
|
991
991
|
attr_accessor :JobId, :DebugId, :TableName, :WorkSpaceId
|
992
|
-
|
992
|
+
|
993
993
|
def initialize(jobid=nil, debugid=nil, tablename=nil, workspaceid=nil)
|
994
994
|
@JobId = jobid
|
995
995
|
@DebugId = debugid
|
@@ -1011,7 +1011,7 @@ module TencentCloud
|
|
1011
1011
|
# @type RequestId: String
|
1012
1012
|
|
1013
1013
|
attr_accessor :RequestId
|
1014
|
-
|
1014
|
+
|
1015
1015
|
def initialize(requestid=nil)
|
1016
1016
|
@RequestId = requestid
|
1017
1017
|
end
|
@@ -1037,7 +1037,7 @@ module TencentCloud
|
|
1037
1037
|
# @type WorkSpaceId: String
|
1038
1038
|
|
1039
1039
|
attr_accessor :ClusterIds, :Offset, :Limit, :OrderType, :Filters, :WorkSpaceId
|
1040
|
-
|
1040
|
+
|
1041
1041
|
def initialize(clusterids=nil, offset=nil, limit=nil, ordertype=nil, filters=nil, workspaceid=nil)
|
1042
1042
|
@ClusterIds = clusterids
|
1043
1043
|
@Offset = offset
|
@@ -1074,7 +1074,7 @@ module TencentCloud
|
|
1074
1074
|
# @type RequestId: String
|
1075
1075
|
|
1076
1076
|
attr_accessor :TotalCount, :ClusterSet, :RequestId
|
1077
|
-
|
1077
|
+
|
1078
1078
|
def initialize(totalcount=nil, clusterset=nil, requestid=nil)
|
1079
1079
|
@TotalCount = totalcount
|
1080
1080
|
@ClusterSet = clusterset
|
@@ -1113,7 +1113,7 @@ module TencentCloud
|
|
1113
1113
|
# @type WorkSpaceId: String
|
1114
1114
|
|
1115
1115
|
attr_accessor :JobId, :JobConfigVersions, :Offset, :Limit, :Filters, :OnlyDraft, :WorkSpaceId
|
1116
|
-
|
1116
|
+
|
1117
1117
|
def initialize(jobid=nil, jobconfigversions=nil, offset=nil, limit=nil, filters=nil, onlydraft=nil, workspaceid=nil)
|
1118
1118
|
@JobId = jobid
|
1119
1119
|
@JobConfigVersions = jobconfigversions
|
@@ -1152,7 +1152,7 @@ module TencentCloud
|
|
1152
1152
|
# @type RequestId: String
|
1153
1153
|
|
1154
1154
|
attr_accessor :TotalCount, :JobConfigSet, :RequestId
|
1155
|
-
|
1155
|
+
|
1156
1156
|
def initialize(totalcount=nil, jobconfigset=nil, requestid=nil)
|
1157
1157
|
@TotalCount = totalcount
|
1158
1158
|
@JobConfigSet = jobconfigset
|
@@ -1185,7 +1185,7 @@ module TencentCloud
|
|
1185
1185
|
# @type WorkSpaceId: String
|
1186
1186
|
|
1187
1187
|
attr_accessor :JobId, :Limit, :Offset, :WorkSpaceId
|
1188
|
-
|
1188
|
+
|
1189
1189
|
def initialize(jobid=nil, limit=nil, offset=nil, workspaceid=nil)
|
1190
1190
|
@JobId = jobid
|
1191
1191
|
@Limit = limit
|
@@ -1219,7 +1219,7 @@ module TencentCloud
|
|
1219
1219
|
# @type RequestId: String
|
1220
1220
|
|
1221
1221
|
attr_accessor :TotalNumber, :Savepoint, :RunningSavepoint, :RunningTotalNumber, :RequestId
|
1222
|
-
|
1222
|
+
|
1223
1223
|
def initialize(totalnumber=nil, savepoint=nil, runningsavepoint=nil, runningtotalnumber=nil, requestid=nil)
|
1224
1224
|
@TotalNumber = totalnumber
|
1225
1225
|
@Savepoint = savepoint
|
@@ -1265,7 +1265,7 @@ module TencentCloud
|
|
1265
1265
|
# @type WorkSpaceId: String
|
1266
1266
|
|
1267
1267
|
attr_accessor :JobIds, :Filters, :Offset, :Limit, :WorkSpaceId
|
1268
|
-
|
1268
|
+
|
1269
1269
|
def initialize(jobids=nil, filters=nil, offset=nil, limit=nil, workspaceid=nil)
|
1270
1270
|
@JobIds = jobids
|
1271
1271
|
@Filters = filters
|
@@ -1300,7 +1300,7 @@ module TencentCloud
|
|
1300
1300
|
# @type RequestId: String
|
1301
1301
|
|
1302
1302
|
attr_accessor :TotalCount, :JobSet, :RequestId
|
1303
|
-
|
1303
|
+
|
1304
1304
|
def initialize(totalcount=nil, jobset=nil, requestid=nil)
|
1305
1305
|
@TotalCount = totalcount
|
1306
1306
|
@JobSet = jobset
|
@@ -1339,7 +1339,7 @@ module TencentCloud
|
|
1339
1339
|
# @type WorkSpaceId: String
|
1340
1340
|
|
1341
1341
|
attr_accessor :ResourceId, :Offset, :Limit, :ResourceConfigVersions, :JobConfigVersion, :JobId, :WorkSpaceId
|
1342
|
-
|
1342
|
+
|
1343
1343
|
def initialize(resourceid=nil, offset=nil, limit=nil, resourceconfigversions=nil, jobconfigversion=nil, jobid=nil, workspaceid=nil)
|
1344
1344
|
@ResourceId = resourceid
|
1345
1345
|
@Offset = offset
|
@@ -1371,7 +1371,7 @@ module TencentCloud
|
|
1371
1371
|
# @type RequestId: String
|
1372
1372
|
|
1373
1373
|
attr_accessor :ResourceConfigSet, :TotalCount, :RequestId
|
1374
|
-
|
1374
|
+
|
1375
1375
|
def initialize(resourceconfigset=nil, totalcount=nil, requestid=nil)
|
1376
1376
|
@ResourceConfigSet = resourceconfigset
|
1377
1377
|
@TotalCount = totalcount
|
@@ -1408,7 +1408,7 @@ module TencentCloud
|
|
1408
1408
|
# @type WorkSpaceId: String
|
1409
1409
|
|
1410
1410
|
attr_accessor :ResourceId, :DESCByJobConfigCreateTime, :Offset, :Limit, :ResourceConfigVersion, :WorkSpaceId
|
1411
|
-
|
1411
|
+
|
1412
1412
|
def initialize(resourceid=nil, descbyjobconfigcreatetime=nil, offset=nil, limit=nil, resourceconfigversion=nil, workspaceid=nil)
|
1413
1413
|
@ResourceId = resourceid
|
1414
1414
|
@DESCByJobConfigCreateTime = descbyjobconfigcreatetime
|
@@ -1438,7 +1438,7 @@ module TencentCloud
|
|
1438
1438
|
# @type RequestId: String
|
1439
1439
|
|
1440
1440
|
attr_accessor :TotalCount, :RefJobInfos, :RequestId
|
1441
|
-
|
1441
|
+
|
1442
1442
|
def initialize(totalcount=nil, refjobinfos=nil, requestid=nil)
|
1443
1443
|
@TotalCount = totalcount
|
1444
1444
|
@RefJobInfos = refjobinfos
|
@@ -1474,7 +1474,7 @@ module TencentCloud
|
|
1474
1474
|
# @type WorkSpaceId: String
|
1475
1475
|
|
1476
1476
|
attr_accessor :ResourceIds, :Offset, :Limit, :Filters, :WorkSpaceId
|
1477
|
-
|
1477
|
+
|
1478
1478
|
def initialize(resourceids=nil, offset=nil, limit=nil, filters=nil, workspaceid=nil)
|
1479
1479
|
@ResourceIds = resourceids
|
1480
1480
|
@Offset = offset
|
@@ -1509,7 +1509,7 @@ module TencentCloud
|
|
1509
1509
|
# @type RequestId: String
|
1510
1510
|
|
1511
1511
|
attr_accessor :ResourceSet, :TotalCount, :RequestId
|
1512
|
-
|
1512
|
+
|
1513
1513
|
def initialize(resourceset=nil, totalcount=nil, requestid=nil)
|
1514
1514
|
@ResourceSet = resourceset
|
1515
1515
|
@TotalCount = totalcount
|
@@ -1546,7 +1546,7 @@ module TencentCloud
|
|
1546
1546
|
# @type FlinkVersion: String
|
1547
1547
|
|
1548
1548
|
attr_accessor :ResourceIds, :Offset, :Limit, :Filters, :ClusterId, :FlinkVersion
|
1549
|
-
|
1549
|
+
|
1550
1550
|
def initialize(resourceids=nil, offset=nil, limit=nil, filters=nil, clusterid=nil, flinkversion=nil)
|
1551
1551
|
@ResourceIds = resourceids
|
1552
1552
|
@Offset = offset
|
@@ -1583,7 +1583,7 @@ module TencentCloud
|
|
1583
1583
|
# @type RequestId: String
|
1584
1584
|
|
1585
1585
|
attr_accessor :ResourceSet, :TotalCount, :RequestId
|
1586
|
-
|
1586
|
+
|
1587
1587
|
def initialize(resourceset=nil, totalcount=nil, requestid=nil)
|
1588
1588
|
@ResourceSet = resourceset
|
1589
1589
|
@TotalCount = totalcount
|
@@ -1610,7 +1610,7 @@ module TencentCloud
|
|
1610
1610
|
# @type WorkSpaceId: String
|
1611
1611
|
|
1612
1612
|
attr_accessor :WorkSpaceId
|
1613
|
-
|
1613
|
+
|
1614
1614
|
def initialize(workspaceid=nil)
|
1615
1615
|
@WorkSpaceId = workspaceid
|
1616
1616
|
end
|
@@ -1626,7 +1626,7 @@ module TencentCloud
|
|
1626
1626
|
# @type RequestId: String
|
1627
1627
|
|
1628
1628
|
attr_accessor :RequestId
|
1629
|
-
|
1629
|
+
|
1630
1630
|
def initialize(requestid=nil)
|
1631
1631
|
@RequestId = requestid
|
1632
1632
|
end
|
@@ -1642,7 +1642,7 @@ module TencentCloud
|
|
1642
1642
|
# @type WorkSpaceId: String
|
1643
1643
|
|
1644
1644
|
attr_accessor :WorkSpaceId
|
1645
|
-
|
1645
|
+
|
1646
1646
|
def initialize(workspaceid=nil)
|
1647
1647
|
@WorkSpaceId = workspaceid
|
1648
1648
|
end
|
@@ -1676,7 +1676,7 @@ module TencentCloud
|
|
1676
1676
|
# @type RequestId: String
|
1677
1677
|
|
1678
1678
|
attr_accessor :ParentId, :Id, :Name, :Items, :Children, :TotalCount, :RequestId
|
1679
|
-
|
1679
|
+
|
1680
1680
|
def initialize(parentid=nil, id=nil, name=nil, items=nil, children=nil, totalcount=nil, requestid=nil)
|
1681
1681
|
@ParentId = parentid
|
1682
1682
|
@Id = id
|
@@ -1731,7 +1731,7 @@ module TencentCloud
|
|
1731
1731
|
# @type TotalCount: Integer
|
1732
1732
|
|
1733
1733
|
attr_accessor :ParentId, :Id, :Name, :Items, :Children, :TotalCount
|
1734
|
-
|
1734
|
+
|
1735
1735
|
def initialize(parentid=nil, id=nil, name=nil, items=nil, children=nil, totalcount=nil)
|
1736
1736
|
@ParentId = parentid
|
1737
1737
|
@Id = id
|
@@ -1773,7 +1773,7 @@ module TencentCloud
|
|
1773
1773
|
# @type Values: Array
|
1774
1774
|
|
1775
1775
|
attr_accessor :Name, :Values
|
1776
|
-
|
1776
|
+
|
1777
1777
|
def initialize(name=nil, values=nil)
|
1778
1778
|
@Name = name
|
1779
1779
|
@Values = values
|
@@ -1849,7 +1849,7 @@ module TencentCloud
|
|
1849
1849
|
# @type LogLevel: String
|
1850
1850
|
|
1851
1851
|
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :CreateTime, :Version, :DefaultParallelism, :Properties, :ResourceRefDetails, :CreatorUin, :UpdateTime, :COSBucket, :LogCollect, :MaxParallelism, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId, :PythonVersion, :AutoRecover, :LogLevel
|
1852
|
-
|
1852
|
+
|
1853
1853
|
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)
|
1854
1854
|
@JobId = jobid
|
1855
1855
|
@EntrypointClass = entrypointclass
|
@@ -2013,7 +2013,7 @@ module TencentCloud
|
|
2013
2013
|
# @type Tags: Array
|
2014
2014
|
|
2015
2015
|
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, :Tags
|
2016
|
-
|
2016
|
+
|
2017
2017
|
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, tags=nil)
|
2018
2018
|
@JobId = jobid
|
2019
2019
|
@Region = region
|
@@ -2106,7 +2106,7 @@ module TencentCloud
|
|
2106
2106
|
# @type WorkSpaceId: String
|
2107
2107
|
|
2108
2108
|
attr_accessor :JobId, :Name, :Remark, :TargetFolderId, :WorkSpaceId
|
2109
|
-
|
2109
|
+
|
2110
2110
|
def initialize(jobid=nil, name=nil, remark=nil, targetfolderid=nil, workspaceid=nil)
|
2111
2111
|
@JobId = jobid
|
2112
2112
|
@Name = name
|
@@ -2130,7 +2130,7 @@ module TencentCloud
|
|
2130
2130
|
# @type RequestId: String
|
2131
2131
|
|
2132
2132
|
attr_accessor :RequestId
|
2133
|
-
|
2133
|
+
|
2134
2134
|
def initialize(requestid=nil)
|
2135
2135
|
@RequestId = requestid
|
2136
2136
|
end
|
@@ -2148,7 +2148,7 @@ module TencentCloud
|
|
2148
2148
|
# @type Value: String
|
2149
2149
|
|
2150
2150
|
attr_accessor :Key, :Value
|
2151
|
-
|
2151
|
+
|
2152
2152
|
def initialize(key=nil, value=nil)
|
2153
2153
|
@Key = key
|
2154
2154
|
@Value = value
|
@@ -2170,7 +2170,7 @@ module TencentCloud
|
|
2170
2170
|
# @type Count: Integer
|
2171
2171
|
|
2172
2172
|
attr_accessor :JobStatus, :Count
|
2173
|
-
|
2173
|
+
|
2174
2174
|
def initialize(jobstatus=nil, count=nil)
|
2175
2175
|
@JobStatus = jobstatus
|
2176
2176
|
@Count = count
|
@@ -2215,7 +2215,7 @@ module TencentCloud
|
|
2215
2215
|
# @type RefJobStatusCountSet: Array
|
2216
2216
|
|
2217
2217
|
attr_accessor :ResourceId, :ResourceType, :Region, :AppId, :OwnerUin, :CreatorUin, :ResourceLoc, :CreateTime, :Version, :Remark, :Status, :RefJobCount, :RefJobStatusCountSet
|
2218
|
-
|
2218
|
+
|
2219
2219
|
def initialize(resourceid=nil, resourcetype=nil, region=nil, appid=nil, owneruin=nil, creatoruin=nil, resourceloc=nil, createtime=nil, version=nil, remark=nil, status=nil, refjobcount=nil, refjobstatuscountset=nil)
|
2220
2220
|
@ResourceId = resourceid
|
2221
2221
|
@ResourceType = resourcetype
|
@@ -2306,7 +2306,7 @@ module TencentCloud
|
|
2306
2306
|
# @type RefJobStatusCountSet: Array
|
2307
2307
|
|
2308
2308
|
attr_accessor :ResourceId, :Name, :ResourceType, :ResourceLoc, :Region, :AppId, :OwnerUin, :CreatorUin, :CreateTime, :UpdateTime, :LatestResourceConfigVersion, :Remark, :VersionCount, :RefJobCount, :IsJobRun, :FileName, :WorkSpaceId, :RefJobStatusCountSet
|
2309
|
-
|
2309
|
+
|
2310
2310
|
def initialize(resourceid=nil, name=nil, resourcetype=nil, resourceloc=nil, region=nil, appid=nil, owneruin=nil, creatoruin=nil, createtime=nil, updatetime=nil, latestresourceconfigversion=nil, remark=nil, versioncount=nil, refjobcount=nil, isjobrun=nil, filename=nil, workspaceid=nil, refjobstatuscountset=nil)
|
2311
2311
|
@ResourceId = resourceid
|
2312
2312
|
@Name = name
|
@@ -2368,7 +2368,7 @@ module TencentCloud
|
|
2368
2368
|
# @type Param: :class:`Tencentcloud::Oceanus.v20190422.models.ResourceLocParam`
|
2369
2369
|
|
2370
2370
|
attr_accessor :StorageType, :Param
|
2371
|
-
|
2371
|
+
|
2372
2372
|
def initialize(storagetype=nil, param=nil)
|
2373
2373
|
@StorageType = storagetype
|
2374
2374
|
@Param = param
|
@@ -2394,7 +2394,7 @@ module TencentCloud
|
|
2394
2394
|
# @type Region: String
|
2395
2395
|
|
2396
2396
|
attr_accessor :Bucket, :Path, :Region
|
2397
|
-
|
2397
|
+
|
2398
2398
|
def initialize(bucket=nil, path=nil, region=nil)
|
2399
2399
|
@Bucket = bucket
|
2400
2400
|
@Path = path
|
@@ -2418,7 +2418,7 @@ module TencentCloud
|
|
2418
2418
|
# @type Type: Integer
|
2419
2419
|
|
2420
2420
|
attr_accessor :ResourceId, :Version, :Type
|
2421
|
-
|
2421
|
+
|
2422
2422
|
def initialize(resourceid=nil, version=nil, type=nil)
|
2423
2423
|
@ResourceId = resourceid
|
2424
2424
|
@Version = version
|
@@ -2446,7 +2446,7 @@ module TencentCloud
|
|
2446
2446
|
# @type SystemProvide: Integer
|
2447
2447
|
|
2448
2448
|
attr_accessor :ResourceId, :Version, :Name, :Type, :SystemProvide
|
2449
|
-
|
2449
|
+
|
2450
2450
|
def initialize(resourceid=nil, version=nil, name=nil, type=nil, systemprovide=nil)
|
2451
2451
|
@ResourceId = resourceid
|
2452
2452
|
@Version = version
|
@@ -2474,7 +2474,7 @@ module TencentCloud
|
|
2474
2474
|
# @type ResourceVersion: Integer
|
2475
2475
|
|
2476
2476
|
attr_accessor :JobId, :JobConfigVersion, :ResourceVersion
|
2477
|
-
|
2477
|
+
|
2478
2478
|
def initialize(jobid=nil, jobconfigversion=nil, resourceversion=nil)
|
2479
2479
|
@JobId = jobid
|
2480
2480
|
@JobConfigVersion = jobconfigversion
|
@@ -2506,7 +2506,7 @@ module TencentCloud
|
|
2506
2506
|
# @type UseOldSystemConnector: Boolean
|
2507
2507
|
|
2508
2508
|
attr_accessor :JobId, :RunType, :StartMode, :JobConfigVersion, :SavepointPath, :SavepointId, :UseOldSystemConnector
|
2509
|
-
|
2509
|
+
|
2510
2510
|
def initialize(jobid=nil, runtype=nil, startmode=nil, jobconfigversion=nil, savepointpath=nil, savepointid=nil, useoldsystemconnector=nil)
|
2511
2511
|
@JobId = jobid
|
2512
2512
|
@RunType = runtype
|
@@ -2536,7 +2536,7 @@ module TencentCloud
|
|
2536
2536
|
# @type WorkSpaceId: String
|
2537
2537
|
|
2538
2538
|
attr_accessor :RunJobDescriptions, :WorkSpaceId
|
2539
|
-
|
2539
|
+
|
2540
2540
|
def initialize(runjobdescriptions=nil, workspaceid=nil)
|
2541
2541
|
@RunJobDescriptions = runjobdescriptions
|
2542
2542
|
@WorkSpaceId = workspaceid
|
@@ -2561,7 +2561,7 @@ module TencentCloud
|
|
2561
2561
|
# @type RequestId: String
|
2562
2562
|
|
2563
2563
|
attr_accessor :RequestId
|
2564
|
-
|
2564
|
+
|
2565
2565
|
def initialize(requestid=nil)
|
2566
2566
|
@RequestId = requestid
|
2567
2567
|
end
|
@@ -2617,7 +2617,7 @@ module TencentCloud
|
|
2617
2617
|
# @type PathStatus: Integer
|
2618
2618
|
|
2619
2619
|
attr_accessor :Id, :VersionId, :Status, :CreateTime, :UpdateTime, :Path, :Size, :RecordType, :JobRuntimeId, :Description, :Timeout, :SerialId, :TimeConsuming, :PathStatus
|
2620
|
-
|
2620
|
+
|
2621
2621
|
def initialize(id=nil, versionid=nil, status=nil, createtime=nil, updatetime=nil, path=nil, size=nil, recordtype=nil, jobruntimeid=nil, description=nil, timeout=nil, serialid=nil, timeconsuming=nil, pathstatus=nil)
|
2622
2622
|
@Id = id
|
2623
2623
|
@VersionId = versionid
|
@@ -2661,7 +2661,7 @@ module TencentCloud
|
|
2661
2661
|
# @type StopType: Integer
|
2662
2662
|
|
2663
2663
|
attr_accessor :JobId, :StopType
|
2664
|
-
|
2664
|
+
|
2665
2665
|
def initialize(jobid=nil, stoptype=nil)
|
2666
2666
|
@JobId = jobid
|
2667
2667
|
@StopType = stoptype
|
@@ -2681,7 +2681,7 @@ module TencentCloud
|
|
2681
2681
|
# @type WorkSpaceId: String
|
2682
2682
|
|
2683
2683
|
attr_accessor :StopJobDescriptions, :WorkSpaceId
|
2684
|
-
|
2684
|
+
|
2685
2685
|
def initialize(stopjobdescriptions=nil, workspaceid=nil)
|
2686
2686
|
@StopJobDescriptions = stopjobdescriptions
|
2687
2687
|
@WorkSpaceId = workspaceid
|
@@ -2706,7 +2706,7 @@ module TencentCloud
|
|
2706
2706
|
# @type RequestId: String
|
2707
2707
|
|
2708
2708
|
attr_accessor :RequestId
|
2709
|
-
|
2709
|
+
|
2710
2710
|
def initialize(requestid=nil)
|
2711
2711
|
@RequestId = requestid
|
2712
2712
|
end
|
@@ -2732,7 +2732,7 @@ module TencentCloud
|
|
2732
2732
|
# @type LatestResourceConfigVersion: Integer
|
2733
2733
|
|
2734
2734
|
attr_accessor :ResourceId, :Name, :ResourceType, :Remark, :Region, :LatestResourceConfigVersion
|
2735
|
-
|
2735
|
+
|
2736
2736
|
def initialize(resourceid=nil, name=nil, resourcetype=nil, remark=nil, region=nil, latestresourceconfigversion=nil)
|
2737
2737
|
@ResourceId = resourceid
|
2738
2738
|
@Name = name
|
@@ -2762,7 +2762,7 @@ module TencentCloud
|
|
2762
2762
|
# @type TagValue: String
|
2763
2763
|
|
2764
2764
|
attr_accessor :TagKey, :TagValue
|
2765
|
-
|
2765
|
+
|
2766
2766
|
def initialize(tagkey=nil, tagvalue=nil)
|
2767
2767
|
@TagKey = tagkey
|
2768
2768
|
@TagValue = tagvalue
|
@@ -2797,7 +2797,7 @@ module TencentCloud
|
|
2797
2797
|
# @type RefJobStatusCountSet: Array
|
2798
2798
|
|
2799
2799
|
attr_accessor :ResourceId, :Name, :ResourceType, :Remark, :FileName, :FolderId, :RefJobStatusCountSet
|
2800
|
-
|
2800
|
+
|
2801
2801
|
def initialize(resourceid=nil, name=nil, resourcetype=nil, remark=nil, filename=nil, folderid=nil, refjobstatuscountset=nil)
|
2802
2802
|
@ResourceId = resourceid
|
2803
2803
|
@Name = name
|
@@ -2836,7 +2836,7 @@ module TencentCloud
|
|
2836
2836
|
# @type WorkSpaceId: String
|
2837
2837
|
|
2838
2838
|
attr_accessor :JobId, :Description, :WorkSpaceId
|
2839
|
-
|
2839
|
+
|
2840
2840
|
def initialize(jobid=nil, description=nil, workspaceid=nil)
|
2841
2841
|
@JobId = jobid
|
2842
2842
|
@Description = description
|
@@ -2867,7 +2867,7 @@ module TencentCloud
|
|
2867
2867
|
# @type RequestId: String
|
2868
2868
|
|
2869
2869
|
attr_accessor :SavepointTrigger, :ErrorMsg, :FinalSavepointPath, :SavepointId, :RequestId
|
2870
|
-
|
2870
|
+
|
2871
2871
|
def initialize(savepointtrigger=nil, errormsg=nil, finalsavepointpath=nil, savepointid=nil, requestid=nil)
|
2872
2872
|
@SavepointTrigger = savepointtrigger
|
2873
2873
|
@ErrorMsg = errormsg
|
@@ -2906,7 +2906,7 @@ module TencentCloud
|
|
2906
2906
|
# @type ProjectIdStr: String
|
2907
2907
|
|
2908
2908
|
attr_accessor :ClusterGroupId, :ClusterGroupSerialId, :ClusterName, :WorkSpaceId, :WorkSpaceName, :Status, :ProjectId, :ProjectIdStr
|
2909
|
-
|
2909
|
+
|
2910
2910
|
def initialize(clustergroupid=nil, clustergroupserialid=nil, clustername=nil, workspaceid=nil, workspacename=nil, status=nil, projectid=nil, projectidstr=nil)
|
2911
2911
|
@ClusterGroupId = clustergroupid
|
2912
2912
|
@ClusterGroupSerialId = clustergroupserialid
|
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.591
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|