tencentcloud-sdk-wedata 3.0.631 → 3.0.632

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210820/models.rb +104 -18
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77e77c2edc40a3615b6e74ac8a448838fe8952e8
4
- data.tar.gz: f491d6c6a04a48e44349275d388715bd20385b5e
3
+ metadata.gz: 29c7f175c3b98ee47ac03bf481c343a0103b7175
4
+ data.tar.gz: fd3092163735f9db7012db1664368f8b43b179c1
5
5
  SHA512:
6
- metadata.gz: 38083f067d10d27256d92b345358bf42643df0df5a189c3beb8092b1f1735ab1a307ebd3530ec8269e95b5725c8f28047bf0dd149b3bec73cc4211bec6ba8212
7
- data.tar.gz: 215c32a1fe63e8c68e5132f355e896aa7a75584be49ebf88f9c8b005b9987e04a4c44d3e50f1085a799ee2c65daee0b024891db3f573ef77a9ed6bd6645c9550
6
+ metadata.gz: 91a7aa8eb1134b5d18e50356f3699ff632d129b76f30206239da572fc8003638c29d89e2fd45831860b9caf15875539f264d9d903728ce9c5d02873bf15a21e3
7
+ data.tar.gz: 7b807d8efe42f965963f6c7702c62a35228a3d97a899e1382d589a0a48d88d57df648919abacfb6e4d1731caa7f8db9a61dc7fc1c6a1eeb50fee9be02c39f1b8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.631
1
+ 3.0.632
@@ -13702,14 +13702,23 @@ module TencentCloud
13702
13702
  # @type ExecutionGroupId: String
13703
13703
  # @param ExecutionGroupName: 执行资源组名字
13704
13704
  # @type ExecutionGroupName: String
13705
+ # @param StartTime: 开始时间
13706
+ # @type StartTime: String
13707
+ # @param EndTime: 结束时间
13708
+ # @type EndTime: String
13709
+ # @param InCharge: 责任人
13710
+ # @type InCharge: String
13705
13711
 
13706
- attr_accessor :ProjectId, :TaskTypeId, :ExecutionGroupId, :ExecutionGroupName
13712
+ attr_accessor :ProjectId, :TaskTypeId, :ExecutionGroupId, :ExecutionGroupName, :StartTime, :EndTime, :InCharge
13707
13713
 
13708
- def initialize(projectid=nil, tasktypeid=nil, executiongroupid=nil, executiongroupname=nil)
13714
+ def initialize(projectid=nil, tasktypeid=nil, executiongroupid=nil, executiongroupname=nil, starttime=nil, endtime=nil, incharge=nil)
13709
13715
  @ProjectId = projectid
13710
13716
  @TaskTypeId = tasktypeid
13711
13717
  @ExecutionGroupId = executiongroupid
13712
13718
  @ExecutionGroupName = executiongroupname
13719
+ @StartTime = starttime
13720
+ @EndTime = endtime
13721
+ @InCharge = incharge
13713
13722
  end
13714
13723
 
13715
13724
  def deserialize(params)
@@ -13717,6 +13726,9 @@ module TencentCloud
13717
13726
  @TaskTypeId = params['TaskTypeId']
13718
13727
  @ExecutionGroupId = params['ExecutionGroupId']
13719
13728
  @ExecutionGroupName = params['ExecutionGroupName']
13729
+ @StartTime = params['StartTime']
13730
+ @EndTime = params['EndTime']
13731
+ @InCharge = params['InCharge']
13720
13732
  end
13721
13733
  end
13722
13734
 
@@ -13760,15 +13772,21 @@ module TencentCloud
13760
13772
  # @type StartTime: String
13761
13773
  # @param EndTime: 结束日前:2023-03-20
13762
13774
  # @type EndTime: String
13775
+ # @param TaskType: 1
13776
+ # @type TaskType: Integer
13777
+ # @param InCharge: 1
13778
+ # @type InCharge: String
13763
13779
 
13764
- attr_accessor :ProjectId, :CycleUnit, :TimeUnit, :StartTime, :EndTime
13780
+ attr_accessor :ProjectId, :CycleUnit, :TimeUnit, :StartTime, :EndTime, :TaskType, :InCharge
13765
13781
 
13766
- def initialize(projectid=nil, cycleunit=nil, timeunit=nil, starttime=nil, endtime=nil)
13782
+ def initialize(projectid=nil, cycleunit=nil, timeunit=nil, starttime=nil, endtime=nil, tasktype=nil, incharge=nil)
13767
13783
  @ProjectId = projectid
13768
13784
  @CycleUnit = cycleunit
13769
13785
  @TimeUnit = timeunit
13770
13786
  @StartTime = starttime
13771
13787
  @EndTime = endtime
13788
+ @TaskType = tasktype
13789
+ @InCharge = incharge
13772
13790
  end
13773
13791
 
13774
13792
  def deserialize(params)
@@ -13777,6 +13795,8 @@ module TencentCloud
13777
13795
  @TimeUnit = params['TimeUnit']
13778
13796
  @StartTime = params['StartTime']
13779
13797
  @EndTime = params['EndTime']
13798
+ @TaskType = params['TaskType']
13799
+ @InCharge = params['InCharge']
13780
13800
  end
13781
13801
  end
13782
13802
 
@@ -13816,19 +13836,23 @@ module TencentCloud
13816
13836
  # @type TypeName: String
13817
13837
  # @param ProjectId: 111
13818
13838
  # @type ProjectId: String
13839
+ # @param InCharge: 1
13840
+ # @type InCharge: String
13819
13841
 
13820
- attr_accessor :TaskType, :TypeName, :ProjectId
13842
+ attr_accessor :TaskType, :TypeName, :ProjectId, :InCharge
13821
13843
 
13822
- def initialize(tasktype=nil, typename=nil, projectid=nil)
13844
+ def initialize(tasktype=nil, typename=nil, projectid=nil, incharge=nil)
13823
13845
  @TaskType = tasktype
13824
13846
  @TypeName = typename
13825
13847
  @ProjectId = projectid
13848
+ @InCharge = incharge
13826
13849
  end
13827
13850
 
13828
13851
  def deserialize(params)
13829
13852
  @TaskType = params['TaskType']
13830
13853
  @TypeName = params['TypeName']
13831
13854
  @ProjectId = params['ProjectId']
13855
+ @InCharge = params['InCharge']
13832
13856
  end
13833
13857
  end
13834
13858
 
@@ -13864,15 +13888,19 @@ module TencentCloud
13864
13888
  class DescribeSchedulerTaskTypeCntRequest < TencentCloud::Common::AbstractModel
13865
13889
  # @param ProjectId: 项目ID
13866
13890
  # @type ProjectId: String
13891
+ # @param InCharge: 1
13892
+ # @type InCharge: String
13867
13893
 
13868
- attr_accessor :ProjectId
13894
+ attr_accessor :ProjectId, :InCharge
13869
13895
 
13870
- def initialize(projectid=nil)
13896
+ def initialize(projectid=nil, incharge=nil)
13871
13897
  @ProjectId = projectid
13898
+ @InCharge = incharge
13872
13899
  end
13873
13900
 
13874
13901
  def deserialize(params)
13875
13902
  @ProjectId = params['ProjectId']
13903
+ @InCharge = params['InCharge']
13876
13904
  end
13877
13905
  end
13878
13906
 
@@ -14083,10 +14111,20 @@ module TencentCloud
14083
14111
  # @type ExecutionGroupId: String
14084
14112
  # @param ExecutionGroupName: 资源组名称
14085
14113
  # @type ExecutionGroupName: String
14114
+ # @param InCharge: 1
14115
+ # @type InCharge: String
14116
+ # @param TaskType: 1
14117
+ # @type TaskType: Integer
14118
+ # @param StateList: 1
14119
+ # @type StateList: Array
14120
+ # @param AggregationUnit: D代表天,H代表小时
14121
+ # @type AggregationUnit: String
14122
+ # @param AverageWindowSize: 1
14123
+ # @type AverageWindowSize: Integer
14086
14124
 
14087
- attr_accessor :ProjectId, :TaskTypeId, :TimeType, :TypeName, :StartTime, :EndTime, :ExecutionGroupId, :ExecutionGroupName
14125
+ attr_accessor :ProjectId, :TaskTypeId, :TimeType, :TypeName, :StartTime, :EndTime, :ExecutionGroupId, :ExecutionGroupName, :InCharge, :TaskType, :StateList, :AggregationUnit, :AverageWindowSize
14088
14126
 
14089
- def initialize(projectid=nil, tasktypeid=nil, timetype=nil, typename=nil, starttime=nil, endtime=nil, executiongroupid=nil, executiongroupname=nil)
14127
+ 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
14128
  @ProjectId = projectid
14091
14129
  @TaskTypeId = tasktypeid
14092
14130
  @TimeType = timetype
@@ -14095,6 +14133,11 @@ module TencentCloud
14095
14133
  @EndTime = endtime
14096
14134
  @ExecutionGroupId = executiongroupid
14097
14135
  @ExecutionGroupName = executiongroupname
14136
+ @InCharge = incharge
14137
+ @TaskType = tasktype
14138
+ @StateList = statelist
14139
+ @AggregationUnit = aggregationunit
14140
+ @AverageWindowSize = averagewindowsize
14098
14141
  end
14099
14142
 
14100
14143
  def deserialize(params)
@@ -14106,6 +14149,11 @@ module TencentCloud
14106
14149
  @EndTime = params['EndTime']
14107
14150
  @ExecutionGroupId = params['ExecutionGroupId']
14108
14151
  @ExecutionGroupName = params['ExecutionGroupName']
14152
+ @InCharge = params['InCharge']
14153
+ @TaskType = params['TaskType']
14154
+ @StateList = params['StateList']
14155
+ @AggregationUnit = params['AggregationUnit']
14156
+ @AverageWindowSize = params['AverageWindowSize']
14109
14157
  end
14110
14158
  end
14111
14159
 
@@ -14743,15 +14791,19 @@ module TencentCloud
14743
14791
  class DescribeTaskByCycleRequest < TencentCloud::Common::AbstractModel
14744
14792
  # @param ProjectId: 项目ID
14745
14793
  # @type ProjectId: String
14794
+ # @param InCharge: 1
14795
+ # @type InCharge: String
14746
14796
 
14747
- attr_accessor :ProjectId
14797
+ attr_accessor :ProjectId, :InCharge
14748
14798
 
14749
- def initialize(projectid=nil)
14799
+ def initialize(projectid=nil, incharge=nil)
14750
14800
  @ProjectId = projectid
14801
+ @InCharge = incharge
14751
14802
  end
14752
14803
 
14753
14804
  def deserialize(params)
14754
14805
  @ProjectId = params['ProjectId']
14806
+ @InCharge = params['InCharge']
14755
14807
  end
14756
14808
  end
14757
14809
 
@@ -14796,16 +14848,28 @@ module TencentCloud
14796
14848
  # @type StartTime: String
14797
14849
  # @param EndTime: 结束时间
14798
14850
  # @type EndTime: String
14851
+ # @param AggregationUnit: 无
14852
+ # @type AggregationUnit: String
14853
+ # @param CycleUnit: 无
14854
+ # @type CycleUnit: String
14855
+ # @param Status: 无
14856
+ # @type Status: String
14857
+ # @param InCharge: 无
14858
+ # @type InCharge: String
14799
14859
 
14800
- attr_accessor :ProjectId, :Type, :TaskType, :TypeName, :StartTime, :EndTime
14860
+ attr_accessor :ProjectId, :Type, :TaskType, :TypeName, :StartTime, :EndTime, :AggregationUnit, :CycleUnit, :Status, :InCharge
14801
14861
 
14802
- def initialize(projectid=nil, type=nil, tasktype=nil, typename=nil, starttime=nil, endtime=nil)
14862
+ def initialize(projectid=nil, type=nil, tasktype=nil, typename=nil, starttime=nil, endtime=nil, aggregationunit=nil, cycleunit=nil, status=nil, incharge=nil)
14803
14863
  @ProjectId = projectid
14804
14864
  @Type = type
14805
14865
  @TaskType = tasktype
14806
14866
  @TypeName = typename
14807
14867
  @StartTime = starttime
14808
14868
  @EndTime = endtime
14869
+ @AggregationUnit = aggregationunit
14870
+ @CycleUnit = cycleunit
14871
+ @Status = status
14872
+ @InCharge = incharge
14809
14873
  end
14810
14874
 
14811
14875
  def deserialize(params)
@@ -14815,6 +14879,10 @@ module TencentCloud
14815
14879
  @TypeName = params['TypeName']
14816
14880
  @StartTime = params['StartTime']
14817
14881
  @EndTime = params['EndTime']
14882
+ @AggregationUnit = params['AggregationUnit']
14883
+ @CycleUnit = params['CycleUnit']
14884
+ @Status = params['Status']
14885
+ @InCharge = params['InCharge']
14818
14886
  end
14819
14887
  end
14820
14888
 
@@ -19420,15 +19488,23 @@ module TencentCloud
19420
19488
  # @param ShowTime: 当前展示时间
19421
19489
  # 注意:此字段可能返回 null,表示取不到有效值。
19422
19490
  # @type ShowTime: String
19491
+ # @param ReportTime: 1
19492
+ # 注意:此字段可能返回 null,表示取不到有效值。
19493
+ # @type ReportTime: String
19494
+ # @param Count: 1
19495
+ # 注意:此字段可能返回 null,表示取不到有效值。
19496
+ # @type Count: Integer
19423
19497
 
19424
- attr_accessor :CountList, :TimeList, :InstanceStatus, :InstanceCount, :ShowTime
19498
+ attr_accessor :CountList, :TimeList, :InstanceStatus, :InstanceCount, :ShowTime, :ReportTime, :Count
19425
19499
 
19426
- def initialize(countlist=nil, timelist=nil, instancestatus=nil, instancecount=nil, showtime=nil)
19500
+ def initialize(countlist=nil, timelist=nil, instancestatus=nil, instancecount=nil, showtime=nil, reporttime=nil, count=nil)
19427
19501
  @CountList = countlist
19428
19502
  @TimeList = timelist
19429
19503
  @InstanceStatus = instancestatus
19430
19504
  @InstanceCount = instancecount
19431
19505
  @ShowTime = showtime
19506
+ @ReportTime = reporttime
19507
+ @Count = count
19432
19508
  end
19433
19509
 
19434
19510
  def deserialize(params)
@@ -19437,6 +19513,8 @@ module TencentCloud
19437
19513
  @InstanceStatus = params['InstanceStatus']
19438
19514
  @InstanceCount = params['InstanceCount']
19439
19515
  @ShowTime = params['ShowTime']
19516
+ @ReportTime = params['ReportTime']
19517
+ @Count = params['Count']
19440
19518
  end
19441
19519
  end
19442
19520
 
@@ -28259,14 +28337,20 @@ module TencentCloud
28259
28337
  # @param CycleUnit: 周期单位
28260
28338
  # 注意:此字段可能返回 null,表示取不到有效值。
28261
28339
  # @type CycleUnit: String
28340
+ # @param ReportTime: 1
28341
+ # @type ReportTime: String
28342
+ # @param Count: 1
28343
+ # @type Count: Integer
28262
28344
 
28263
- attr_accessor :CountGroup, :ShowTimeGroup, :Status, :CycleUnit
28345
+ attr_accessor :CountGroup, :ShowTimeGroup, :Status, :CycleUnit, :ReportTime, :Count
28264
28346
 
28265
- def initialize(countgroup=nil, showtimegroup=nil, status=nil, cycleunit=nil)
28347
+ def initialize(countgroup=nil, showtimegroup=nil, status=nil, cycleunit=nil, reporttime=nil, count=nil)
28266
28348
  @CountGroup = countgroup
28267
28349
  @ShowTimeGroup = showtimegroup
28268
28350
  @Status = status
28269
28351
  @CycleUnit = cycleunit
28352
+ @ReportTime = reporttime
28353
+ @Count = count
28270
28354
  end
28271
28355
 
28272
28356
  def deserialize(params)
@@ -28274,6 +28358,8 @@ module TencentCloud
28274
28358
  @ShowTimeGroup = params['ShowTimeGroup']
28275
28359
  @Status = params['Status']
28276
28360
  @CycleUnit = params['CycleUnit']
28361
+ @ReportTime = params['ReportTime']
28362
+ @Count = params['Count']
28277
28363
  end
28278
28364
  end
28279
28365
 
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.631
4
+ version: 3.0.632
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-08 00:00:00.000000000 Z
11
+ date: 2023-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common