tencentcloud-sdk-wedata 3.0.631 → 3.0.633
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/v20210820/models.rb +112 -22
- 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: ddef744a3318d7d9e6993a9fe8f1ae469392c8eb
|
4
|
+
data.tar.gz: 85f1ee1eae6a5f6abb47459516d87801a27aa70c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 079081eb0a2c153956e39eff1c22979fb9abadf07d4cb8b62f2b4bd75663382ff115cd124df7d6bef6ab5d5674ecad7bc8525d35e4e897734a9ae8293d32efdb
|
7
|
+
data.tar.gz: 6575639971b8d1749144c053f430c1925cfe418f1a14dd8e2c5b47ac6fd48c837099faff11337baef7941f247ac296aa4a3f1d96ed3f8ece522bde0e4799253b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.633
|
data/lib/v20210820/models.rb
CHANGED
@@ -3839,7 +3839,7 @@ module TencentCloud
|
|
3839
3839
|
# @type DatasourceId: String
|
3840
3840
|
# @param Database: 数据库
|
3841
3841
|
# @type Database: String
|
3842
|
-
# @param DDLSql:
|
3842
|
+
# @param DDLSql: base64转码之后的建表语句
|
3843
3843
|
# @type DDLSql: String
|
3844
3844
|
# @param Privilege: 表权限 ,默认为0:项目共享;1:仅个人与管理员
|
3845
3845
|
# @type Privilege: Integer
|
@@ -9447,7 +9447,7 @@ module TencentCloud
|
|
9447
9447
|
# @param ClusterName: 集群名称。
|
9448
9448
|
# 多个名称用逗号连接。
|
9449
9449
|
# @type ClusterName: String
|
9450
|
-
# @param Status: TKE集群状态 (Running 运行中 Creating 创建中 Idling 闲置中 Abnormal 异常 Failed
|
9450
|
+
# @param Status: TKE集群状态 (Running 运行中 Creating 创建中 Idling 闲置中 Abnormal 异常 Failed 失败 Deleting 删除中 Scaling 规模调整中 Upgrading 升级中 Isolated 欠费隔离中 NodeUpgrading 节点升级中 Recovering 唤醒中 Activating 激活中 MasterScaling Master扩缩容中 Waiting 等待注册 ClusterLevelUpgrading 调整规格中 ResourceIsolate 隔离中 ResourceIsolated 已隔离 ResourceReverse 冲正中 Trading 集群开通中 ResourceReversal 集群冲正 ClusterLevelTrading 集群变配交易中)
|
9451
9451
|
# 多个状态用逗号连接。
|
9452
9452
|
# @type Status: String
|
9453
9453
|
# @param HasAgent: 是否安装Agent,true: 是,false: 否
|
@@ -9677,7 +9677,7 @@ module TencentCloud
|
|
9677
9677
|
# @type ProjectId: String
|
9678
9678
|
# @param PageIndex: 页码
|
9679
9679
|
# @type PageIndex: Integer
|
9680
|
-
# @param PageSize:
|
9680
|
+
# @param PageSize: 一页展示的条数
|
9681
9681
|
# @type PageSize: Integer
|
9682
9682
|
# @param CycleList: 周期列表(如天,一次性),可选
|
9683
9683
|
# @type CycleList: Array
|
@@ -9689,7 +9689,11 @@ module TencentCloud
|
|
9689
9689
|
# @type Sort: String
|
9690
9690
|
# @param SortCol: 排序列(costTime 运行耗时,startTime 开始时间,state 实例状态,curRunDate 数据时间)
|
9691
9691
|
# @type SortCol: String
|
9692
|
-
# @param TaskTypeList: 类型列表(如
|
9692
|
+
# @param TaskTypeList: 类型列表(如python任务类型:30
|
9693
|
+
# pyspark任务类型:31
|
9694
|
+
# hivesql任务类型:34
|
9695
|
+
# shell任务类型:35
|
9696
|
+
# sparksql任务类型:36 jdbcsql任务类型:21 dlc任务类型:32),可选
|
9693
9697
|
# @type TaskTypeList: Array
|
9694
9698
|
# @param StateList: 状态列表(如成功 2,正在执行 1),可选
|
9695
9699
|
# @type StateList: Array
|
@@ -13702,14 +13706,23 @@ module TencentCloud
|
|
13702
13706
|
# @type ExecutionGroupId: String
|
13703
13707
|
# @param ExecutionGroupName: 执行资源组名字
|
13704
13708
|
# @type ExecutionGroupName: String
|
13709
|
+
# @param StartTime: 开始时间
|
13710
|
+
# @type StartTime: String
|
13711
|
+
# @param EndTime: 结束时间
|
13712
|
+
# @type EndTime: String
|
13713
|
+
# @param InCharge: 责任人
|
13714
|
+
# @type InCharge: String
|
13705
13715
|
|
13706
|
-
attr_accessor :ProjectId, :TaskTypeId, :ExecutionGroupId, :ExecutionGroupName
|
13716
|
+
attr_accessor :ProjectId, :TaskTypeId, :ExecutionGroupId, :ExecutionGroupName, :StartTime, :EndTime, :InCharge
|
13707
13717
|
|
13708
|
-
def initialize(projectid=nil, tasktypeid=nil, executiongroupid=nil, executiongroupname=nil)
|
13718
|
+
def initialize(projectid=nil, tasktypeid=nil, executiongroupid=nil, executiongroupname=nil, starttime=nil, endtime=nil, incharge=nil)
|
13709
13719
|
@ProjectId = projectid
|
13710
13720
|
@TaskTypeId = tasktypeid
|
13711
13721
|
@ExecutionGroupId = executiongroupid
|
13712
13722
|
@ExecutionGroupName = executiongroupname
|
13723
|
+
@StartTime = starttime
|
13724
|
+
@EndTime = endtime
|
13725
|
+
@InCharge = incharge
|
13713
13726
|
end
|
13714
13727
|
|
13715
13728
|
def deserialize(params)
|
@@ -13717,6 +13730,9 @@ module TencentCloud
|
|
13717
13730
|
@TaskTypeId = params['TaskTypeId']
|
13718
13731
|
@ExecutionGroupId = params['ExecutionGroupId']
|
13719
13732
|
@ExecutionGroupName = params['ExecutionGroupName']
|
13733
|
+
@StartTime = params['StartTime']
|
13734
|
+
@EndTime = params['EndTime']
|
13735
|
+
@InCharge = params['InCharge']
|
13720
13736
|
end
|
13721
13737
|
end
|
13722
13738
|
|
@@ -13760,15 +13776,21 @@ module TencentCloud
|
|
13760
13776
|
# @type StartTime: String
|
13761
13777
|
# @param EndTime: 结束日前:2023-03-20
|
13762
13778
|
# @type EndTime: String
|
13779
|
+
# @param TaskType: 1
|
13780
|
+
# @type TaskType: Integer
|
13781
|
+
# @param InCharge: 1
|
13782
|
+
# @type InCharge: String
|
13763
13783
|
|
13764
|
-
attr_accessor :ProjectId, :CycleUnit, :TimeUnit, :StartTime, :EndTime
|
13784
|
+
attr_accessor :ProjectId, :CycleUnit, :TimeUnit, :StartTime, :EndTime, :TaskType, :InCharge
|
13765
13785
|
|
13766
|
-
def initialize(projectid=nil, cycleunit=nil, timeunit=nil, starttime=nil, endtime=nil)
|
13786
|
+
def initialize(projectid=nil, cycleunit=nil, timeunit=nil, starttime=nil, endtime=nil, tasktype=nil, incharge=nil)
|
13767
13787
|
@ProjectId = projectid
|
13768
13788
|
@CycleUnit = cycleunit
|
13769
13789
|
@TimeUnit = timeunit
|
13770
13790
|
@StartTime = starttime
|
13771
13791
|
@EndTime = endtime
|
13792
|
+
@TaskType = tasktype
|
13793
|
+
@InCharge = incharge
|
13772
13794
|
end
|
13773
13795
|
|
13774
13796
|
def deserialize(params)
|
@@ -13777,6 +13799,8 @@ module TencentCloud
|
|
13777
13799
|
@TimeUnit = params['TimeUnit']
|
13778
13800
|
@StartTime = params['StartTime']
|
13779
13801
|
@EndTime = params['EndTime']
|
13802
|
+
@TaskType = params['TaskType']
|
13803
|
+
@InCharge = params['InCharge']
|
13780
13804
|
end
|
13781
13805
|
end
|
13782
13806
|
|
@@ -13816,19 +13840,23 @@ module TencentCloud
|
|
13816
13840
|
# @type TypeName: String
|
13817
13841
|
# @param ProjectId: 111
|
13818
13842
|
# @type ProjectId: String
|
13843
|
+
# @param InCharge: 1
|
13844
|
+
# @type InCharge: String
|
13819
13845
|
|
13820
|
-
attr_accessor :TaskType, :TypeName, :ProjectId
|
13846
|
+
attr_accessor :TaskType, :TypeName, :ProjectId, :InCharge
|
13821
13847
|
|
13822
|
-
def initialize(tasktype=nil, typename=nil, projectid=nil)
|
13848
|
+
def initialize(tasktype=nil, typename=nil, projectid=nil, incharge=nil)
|
13823
13849
|
@TaskType = tasktype
|
13824
13850
|
@TypeName = typename
|
13825
13851
|
@ProjectId = projectid
|
13852
|
+
@InCharge = incharge
|
13826
13853
|
end
|
13827
13854
|
|
13828
13855
|
def deserialize(params)
|
13829
13856
|
@TaskType = params['TaskType']
|
13830
13857
|
@TypeName = params['TypeName']
|
13831
13858
|
@ProjectId = params['ProjectId']
|
13859
|
+
@InCharge = params['InCharge']
|
13832
13860
|
end
|
13833
13861
|
end
|
13834
13862
|
|
@@ -13864,15 +13892,19 @@ module TencentCloud
|
|
13864
13892
|
class DescribeSchedulerTaskTypeCntRequest < TencentCloud::Common::AbstractModel
|
13865
13893
|
# @param ProjectId: 项目ID
|
13866
13894
|
# @type ProjectId: String
|
13895
|
+
# @param InCharge: 1
|
13896
|
+
# @type InCharge: String
|
13867
13897
|
|
13868
|
-
attr_accessor :ProjectId
|
13898
|
+
attr_accessor :ProjectId, :InCharge
|
13869
13899
|
|
13870
|
-
def initialize(projectid=nil)
|
13900
|
+
def initialize(projectid=nil, incharge=nil)
|
13871
13901
|
@ProjectId = projectid
|
13902
|
+
@InCharge = incharge
|
13872
13903
|
end
|
13873
13904
|
|
13874
13905
|
def deserialize(params)
|
13875
13906
|
@ProjectId = params['ProjectId']
|
13907
|
+
@InCharge = params['InCharge']
|
13876
13908
|
end
|
13877
13909
|
end
|
13878
13910
|
|
@@ -14083,10 +14115,20 @@ module TencentCloud
|
|
14083
14115
|
# @type ExecutionGroupId: String
|
14084
14116
|
# @param ExecutionGroupName: 资源组名称
|
14085
14117
|
# @type ExecutionGroupName: String
|
14118
|
+
# @param InCharge: 1
|
14119
|
+
# @type InCharge: String
|
14120
|
+
# @param TaskType: 1
|
14121
|
+
# @type TaskType: Integer
|
14122
|
+
# @param StateList: 1
|
14123
|
+
# @type StateList: Array
|
14124
|
+
# @param AggregationUnit: D代表天,H代表小时
|
14125
|
+
# @type AggregationUnit: String
|
14126
|
+
# @param AverageWindowSize: 1
|
14127
|
+
# @type AverageWindowSize: Integer
|
14086
14128
|
|
14087
|
-
attr_accessor :ProjectId, :TaskTypeId, :TimeType, :TypeName, :StartTime, :EndTime, :ExecutionGroupId, :ExecutionGroupName
|
14129
|
+
attr_accessor :ProjectId, :TaskTypeId, :TimeType, :TypeName, :StartTime, :EndTime, :ExecutionGroupId, :ExecutionGroupName, :InCharge, :TaskType, :StateList, :AggregationUnit, :AverageWindowSize
|
14088
14130
|
|
14089
|
-
def initialize(projectid=nil, tasktypeid=nil, timetype=nil, typename=nil, starttime=nil, endtime=nil, executiongroupid=nil, executiongroupname=nil)
|
14131
|
+
def initialize(projectid=nil, tasktypeid=nil, timetype=nil, typename=nil, starttime=nil, endtime=nil, executiongroupid=nil, executiongroupname=nil, incharge=nil, tasktype=nil, statelist=nil, aggregationunit=nil, averagewindowsize=nil)
|
14090
14132
|
@ProjectId = projectid
|
14091
14133
|
@TaskTypeId = tasktypeid
|
14092
14134
|
@TimeType = timetype
|
@@ -14095,6 +14137,11 @@ module TencentCloud
|
|
14095
14137
|
@EndTime = endtime
|
14096
14138
|
@ExecutionGroupId = executiongroupid
|
14097
14139
|
@ExecutionGroupName = executiongroupname
|
14140
|
+
@InCharge = incharge
|
14141
|
+
@TaskType = tasktype
|
14142
|
+
@StateList = statelist
|
14143
|
+
@AggregationUnit = aggregationunit
|
14144
|
+
@AverageWindowSize = averagewindowsize
|
14098
14145
|
end
|
14099
14146
|
|
14100
14147
|
def deserialize(params)
|
@@ -14106,6 +14153,11 @@ module TencentCloud
|
|
14106
14153
|
@EndTime = params['EndTime']
|
14107
14154
|
@ExecutionGroupId = params['ExecutionGroupId']
|
14108
14155
|
@ExecutionGroupName = params['ExecutionGroupName']
|
14156
|
+
@InCharge = params['InCharge']
|
14157
|
+
@TaskType = params['TaskType']
|
14158
|
+
@StateList = params['StateList']
|
14159
|
+
@AggregationUnit = params['AggregationUnit']
|
14160
|
+
@AverageWindowSize = params['AverageWindowSize']
|
14109
14161
|
end
|
14110
14162
|
end
|
14111
14163
|
|
@@ -14743,15 +14795,19 @@ module TencentCloud
|
|
14743
14795
|
class DescribeTaskByCycleRequest < TencentCloud::Common::AbstractModel
|
14744
14796
|
# @param ProjectId: 项目ID
|
14745
14797
|
# @type ProjectId: String
|
14798
|
+
# @param InCharge: 1
|
14799
|
+
# @type InCharge: String
|
14746
14800
|
|
14747
|
-
attr_accessor :ProjectId
|
14801
|
+
attr_accessor :ProjectId, :InCharge
|
14748
14802
|
|
14749
|
-
def initialize(projectid=nil)
|
14803
|
+
def initialize(projectid=nil, incharge=nil)
|
14750
14804
|
@ProjectId = projectid
|
14805
|
+
@InCharge = incharge
|
14751
14806
|
end
|
14752
14807
|
|
14753
14808
|
def deserialize(params)
|
14754
14809
|
@ProjectId = params['ProjectId']
|
14810
|
+
@InCharge = params['InCharge']
|
14755
14811
|
end
|
14756
14812
|
end
|
14757
14813
|
|
@@ -14796,16 +14852,28 @@ module TencentCloud
|
|
14796
14852
|
# @type StartTime: String
|
14797
14853
|
# @param EndTime: 结束时间
|
14798
14854
|
# @type EndTime: String
|
14855
|
+
# @param AggregationUnit: 无
|
14856
|
+
# @type AggregationUnit: String
|
14857
|
+
# @param CycleUnit: 无
|
14858
|
+
# @type CycleUnit: String
|
14859
|
+
# @param Status: 无
|
14860
|
+
# @type Status: String
|
14861
|
+
# @param InCharge: 无
|
14862
|
+
# @type InCharge: String
|
14799
14863
|
|
14800
|
-
attr_accessor :ProjectId, :Type, :TaskType, :TypeName, :StartTime, :EndTime
|
14864
|
+
attr_accessor :ProjectId, :Type, :TaskType, :TypeName, :StartTime, :EndTime, :AggregationUnit, :CycleUnit, :Status, :InCharge
|
14801
14865
|
|
14802
|
-
def initialize(projectid=nil, type=nil, tasktype=nil, typename=nil, starttime=nil, endtime=nil)
|
14866
|
+
def initialize(projectid=nil, type=nil, tasktype=nil, typename=nil, starttime=nil, endtime=nil, aggregationunit=nil, cycleunit=nil, status=nil, incharge=nil)
|
14803
14867
|
@ProjectId = projectid
|
14804
14868
|
@Type = type
|
14805
14869
|
@TaskType = tasktype
|
14806
14870
|
@TypeName = typename
|
14807
14871
|
@StartTime = starttime
|
14808
14872
|
@EndTime = endtime
|
14873
|
+
@AggregationUnit = aggregationunit
|
14874
|
+
@CycleUnit = cycleunit
|
14875
|
+
@Status = status
|
14876
|
+
@InCharge = incharge
|
14809
14877
|
end
|
14810
14878
|
|
14811
14879
|
def deserialize(params)
|
@@ -14815,6 +14883,10 @@ module TencentCloud
|
|
14815
14883
|
@TypeName = params['TypeName']
|
14816
14884
|
@StartTime = params['StartTime']
|
14817
14885
|
@EndTime = params['EndTime']
|
14886
|
+
@AggregationUnit = params['AggregationUnit']
|
14887
|
+
@CycleUnit = params['CycleUnit']
|
14888
|
+
@Status = params['Status']
|
14889
|
+
@InCharge = params['InCharge']
|
14818
14890
|
end
|
14819
14891
|
end
|
14820
14892
|
|
@@ -19420,15 +19492,23 @@ module TencentCloud
|
|
19420
19492
|
# @param ShowTime: 当前展示时间
|
19421
19493
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
19422
19494
|
# @type ShowTime: String
|
19495
|
+
# @param ReportTime: 1
|
19496
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19497
|
+
# @type ReportTime: String
|
19498
|
+
# @param Count: 1
|
19499
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19500
|
+
# @type Count: Integer
|
19423
19501
|
|
19424
|
-
attr_accessor :CountList, :TimeList, :InstanceStatus, :InstanceCount, :ShowTime
|
19502
|
+
attr_accessor :CountList, :TimeList, :InstanceStatus, :InstanceCount, :ShowTime, :ReportTime, :Count
|
19425
19503
|
|
19426
|
-
def initialize(countlist=nil, timelist=nil, instancestatus=nil, instancecount=nil, showtime=nil)
|
19504
|
+
def initialize(countlist=nil, timelist=nil, instancestatus=nil, instancecount=nil, showtime=nil, reporttime=nil, count=nil)
|
19427
19505
|
@CountList = countlist
|
19428
19506
|
@TimeList = timelist
|
19429
19507
|
@InstanceStatus = instancestatus
|
19430
19508
|
@InstanceCount = instancecount
|
19431
19509
|
@ShowTime = showtime
|
19510
|
+
@ReportTime = reporttime
|
19511
|
+
@Count = count
|
19432
19512
|
end
|
19433
19513
|
|
19434
19514
|
def deserialize(params)
|
@@ -19437,6 +19517,8 @@ module TencentCloud
|
|
19437
19517
|
@InstanceStatus = params['InstanceStatus']
|
19438
19518
|
@InstanceCount = params['InstanceCount']
|
19439
19519
|
@ShowTime = params['ShowTime']
|
19520
|
+
@ReportTime = params['ReportTime']
|
19521
|
+
@Count = params['Count']
|
19440
19522
|
end
|
19441
19523
|
end
|
19442
19524
|
|
@@ -28259,14 +28341,20 @@ module TencentCloud
|
|
28259
28341
|
# @param CycleUnit: 周期单位
|
28260
28342
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
28261
28343
|
# @type CycleUnit: String
|
28344
|
+
# @param ReportTime: 1
|
28345
|
+
# @type ReportTime: String
|
28346
|
+
# @param Count: 1
|
28347
|
+
# @type Count: Integer
|
28262
28348
|
|
28263
|
-
attr_accessor :CountGroup, :ShowTimeGroup, :Status, :CycleUnit
|
28349
|
+
attr_accessor :CountGroup, :ShowTimeGroup, :Status, :CycleUnit, :ReportTime, :Count
|
28264
28350
|
|
28265
|
-
def initialize(countgroup=nil, showtimegroup=nil, status=nil, cycleunit=nil)
|
28351
|
+
def initialize(countgroup=nil, showtimegroup=nil, status=nil, cycleunit=nil, reporttime=nil, count=nil)
|
28266
28352
|
@CountGroup = countgroup
|
28267
28353
|
@ShowTimeGroup = showtimegroup
|
28268
28354
|
@Status = status
|
28269
28355
|
@CycleUnit = cycleunit
|
28356
|
+
@ReportTime = reporttime
|
28357
|
+
@Count = count
|
28270
28358
|
end
|
28271
28359
|
|
28272
28360
|
def deserialize(params)
|
@@ -28274,6 +28362,8 @@ module TencentCloud
|
|
28274
28362
|
@ShowTimeGroup = params['ShowTimeGroup']
|
28275
28363
|
@Status = params['Status']
|
28276
28364
|
@CycleUnit = params['CycleUnit']
|
28365
|
+
@ReportTime = params['ReportTime']
|
28366
|
+
@Count = params['Count']
|
28277
28367
|
end
|
28278
28368
|
end
|
28279
28369
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-wedata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.633
|
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-08-
|
11
|
+
date: 2023-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|