tencentcloud-sdk-wedata 3.0.575 → 3.0.577
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 +63 -18
- 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: 70c0f4a94c29d86c7b6e46783da8d53e4bc55524
|
4
|
+
data.tar.gz: 3bfa12f0133f45b693054f18792ba39b4fbb3ea0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 335b243b624af26cdfa4e42a1300afc1e75a2c1da971830a96db04f5a7e1e2a6a6bb1cb852d7bbec44f08976c0fe5c8ff89ec09af700170d428ad65267cb8bf7
|
7
|
+
data.tar.gz: 799c4a090c05d6d32766ef0efe70e9cccdf204a26651f82614b3715c1f2828e1c6716b1ee47e2533779a0648dc12dbcaf546dc04904cfa96dabccfd619b3fb49
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.577
|
data/lib/v20210820/models.rb
CHANGED
@@ -1599,15 +1599,18 @@ module TencentCloud
|
|
1599
1599
|
# @type ExecConfig: :class:`Tencentcloud::Wedata.v20210820.models.RuleExecConfig`
|
1600
1600
|
# @param ProjectId: 项目ID
|
1601
1601
|
# @type ProjectId: String
|
1602
|
+
# @param EngineType: 该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎
|
1603
|
+
# @type EngineType: String
|
1602
1604
|
|
1603
|
-
attr_accessor :RuleGroupId, :TriggerType, :ExecRuleConfig, :ExecConfig, :ProjectId
|
1605
|
+
attr_accessor :RuleGroupId, :TriggerType, :ExecRuleConfig, :ExecConfig, :ProjectId, :EngineType
|
1604
1606
|
|
1605
|
-
def initialize(rulegroupid=nil, triggertype=nil, execruleconfig=nil, execconfig=nil, projectid=nil)
|
1607
|
+
def initialize(rulegroupid=nil, triggertype=nil, execruleconfig=nil, execconfig=nil, projectid=nil, enginetype=nil)
|
1606
1608
|
@RuleGroupId = rulegroupid
|
1607
1609
|
@TriggerType = triggertype
|
1608
1610
|
@ExecRuleConfig = execruleconfig
|
1609
1611
|
@ExecConfig = execconfig
|
1610
1612
|
@ProjectId = projectid
|
1613
|
+
@EngineType = enginetype
|
1611
1614
|
end
|
1612
1615
|
|
1613
1616
|
def deserialize(params)
|
@@ -1626,6 +1629,7 @@ module TencentCloud
|
|
1626
1629
|
@ExecConfig.deserialize(params['ExecConfig'])
|
1627
1630
|
end
|
1628
1631
|
@ProjectId = params['ProjectId']
|
1632
|
+
@EngineType = params['EngineType']
|
1629
1633
|
end
|
1630
1634
|
end
|
1631
1635
|
|
@@ -2559,10 +2563,12 @@ module TencentCloud
|
|
2559
2563
|
# @type FieldConfig: :class:`Tencentcloud::Wedata.v20210820.models.RuleFieldConfig`
|
2560
2564
|
# @param TargetObjectValue: 目标字段名称 CITY
|
2561
2565
|
# @type TargetObjectValue: String
|
2566
|
+
# @param SourceEngineTypes: 该规则支持的执行引擎列表
|
2567
|
+
# @type SourceEngineTypes: Array
|
2562
2568
|
|
2563
|
-
attr_accessor :ProjectId, :RuleGroupId, :Name, :TableId, :RuleTemplateId, :Type, :QualityDim, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :DatasourceId, :DatabaseId, :TargetDatabaseId, :TargetTableId, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :TargetObjectValue
|
2569
|
+
attr_accessor :ProjectId, :RuleGroupId, :Name, :TableId, :RuleTemplateId, :Type, :QualityDim, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :DatasourceId, :DatabaseId, :TargetDatabaseId, :TargetTableId, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :TargetObjectValue, :SourceEngineTypes
|
2564
2570
|
|
2565
|
-
def initialize(projectid=nil, rulegroupid=nil, name=nil, tableid=nil, ruletemplateid=nil, type=nil, qualitydim=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, datasourceid=nil, databaseid=nil, targetdatabaseid=nil, targettableid=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, targetobjectvalue=nil)
|
2571
|
+
def initialize(projectid=nil, rulegroupid=nil, name=nil, tableid=nil, ruletemplateid=nil, type=nil, qualitydim=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, datasourceid=nil, databaseid=nil, targetdatabaseid=nil, targettableid=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, targetobjectvalue=nil, sourceenginetypes=nil)
|
2566
2572
|
@ProjectId = projectid
|
2567
2573
|
@RuleGroupId = rulegroupid
|
2568
2574
|
@Name = name
|
@@ -2586,6 +2592,7 @@ module TencentCloud
|
|
2586
2592
|
@RelConditionExpr = relconditionexpr
|
2587
2593
|
@FieldConfig = fieldconfig
|
2588
2594
|
@TargetObjectValue = targetobjectvalue
|
2595
|
+
@SourceEngineTypes = sourceenginetypes
|
2589
2596
|
end
|
2590
2597
|
|
2591
2598
|
def deserialize(params)
|
@@ -2618,6 +2625,7 @@ module TencentCloud
|
|
2618
2625
|
@FieldConfig.deserialize(params['FieldConfig'])
|
2619
2626
|
end
|
2620
2627
|
@TargetObjectValue = params['TargetObjectValue']
|
2628
|
+
@SourceEngineTypes = params['SourceEngineTypes']
|
2621
2629
|
end
|
2622
2630
|
end
|
2623
2631
|
|
@@ -8186,17 +8194,21 @@ module TencentCloud
|
|
8186
8194
|
# @type ProjectId: String
|
8187
8195
|
# @param RuleGroupId: 规则组id
|
8188
8196
|
# @type RuleGroupId: Integer
|
8197
|
+
# @param EngineType: 该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎
|
8198
|
+
# @type EngineType: String
|
8189
8199
|
|
8190
|
-
attr_accessor :ProjectId, :RuleGroupId
|
8200
|
+
attr_accessor :ProjectId, :RuleGroupId, :EngineType
|
8191
8201
|
|
8192
|
-
def initialize(projectid=nil, rulegroupid=nil)
|
8202
|
+
def initialize(projectid=nil, rulegroupid=nil, enginetype=nil)
|
8193
8203
|
@ProjectId = projectid
|
8194
8204
|
@RuleGroupId = rulegroupid
|
8205
|
+
@EngineType = enginetype
|
8195
8206
|
end
|
8196
8207
|
|
8197
8208
|
def deserialize(params)
|
8198
8209
|
@ProjectId = params['ProjectId']
|
8199
8210
|
@RuleGroupId = params['RuleGroupId']
|
8211
|
+
@EngineType = params['EngineType']
|
8200
8212
|
end
|
8201
8213
|
end
|
8202
8214
|
|
@@ -11771,10 +11783,12 @@ module TencentCloud
|
|
11771
11783
|
# @type DatasourceId: String
|
11772
11784
|
# @param TableId: 数据表Id
|
11773
11785
|
# @type TableId: String
|
11786
|
+
# @param ExecEngineType: 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
|
11787
|
+
# @type ExecEngineType: String
|
11774
11788
|
|
11775
|
-
attr_accessor :RuleGroupId, :MonitorType, :ExecQueue, :ExecutorGroupId, :ExecutorGroupName, :Tasks, :ProjectId, :StartTime, :EndTime, :CycleType, :CycleStep, :TaskAction, :DelayTime, :DatabaseId, :DatasourceId, :TableId
|
11789
|
+
attr_accessor :RuleGroupId, :MonitorType, :ExecQueue, :ExecutorGroupId, :ExecutorGroupName, :Tasks, :ProjectId, :StartTime, :EndTime, :CycleType, :CycleStep, :TaskAction, :DelayTime, :DatabaseId, :DatasourceId, :TableId, :ExecEngineType
|
11776
11790
|
|
11777
|
-
def initialize(rulegroupid=nil, monitortype=nil, execqueue=nil, executorgroupid=nil, executorgroupname=nil, tasks=nil, projectid=nil, starttime=nil, endtime=nil, cycletype=nil, cyclestep=nil, taskaction=nil, delaytime=nil, databaseid=nil, datasourceid=nil, tableid=nil)
|
11791
|
+
def initialize(rulegroupid=nil, monitortype=nil, execqueue=nil, executorgroupid=nil, executorgroupname=nil, tasks=nil, projectid=nil, starttime=nil, endtime=nil, cycletype=nil, cyclestep=nil, taskaction=nil, delaytime=nil, databaseid=nil, datasourceid=nil, tableid=nil, execenginetype=nil)
|
11778
11792
|
@RuleGroupId = rulegroupid
|
11779
11793
|
@MonitorType = monitortype
|
11780
11794
|
@ExecQueue = execqueue
|
@@ -11791,6 +11805,7 @@ module TencentCloud
|
|
11791
11805
|
@DatabaseId = databaseid
|
11792
11806
|
@DatasourceId = datasourceid
|
11793
11807
|
@TableId = tableid
|
11808
|
+
@ExecEngineType = execenginetype
|
11794
11809
|
end
|
11795
11810
|
|
11796
11811
|
def deserialize(params)
|
@@ -11817,6 +11832,7 @@ module TencentCloud
|
|
11817
11832
|
@DatabaseId = params['DatabaseId']
|
11818
11833
|
@DatasourceId = params['DatasourceId']
|
11819
11834
|
@TableId = params['TableId']
|
11835
|
+
@ExecEngineType = params['ExecEngineType']
|
11820
11836
|
end
|
11821
11837
|
end
|
11822
11838
|
|
@@ -12162,10 +12178,12 @@ module TencentCloud
|
|
12162
12178
|
# @type FieldConfig: :class:`Tencentcloud::Wedata.v20210820.models.RuleFieldConfig`
|
12163
12179
|
# @param TargetObjectValue: 目标字段名称 CITY
|
12164
12180
|
# @type TargetObjectValue: String
|
12181
|
+
# @param SourceEngineTypes: 该规则适配的执行引擎
|
12182
|
+
# @type SourceEngineTypes: Array
|
12165
12183
|
|
12166
|
-
attr_accessor :ProjectId, :RuleId, :RuleGroupId, :Name, :TableId, :RuleTemplateId, :Type, :QualityDim, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :TargetDatabaseId, :TargetTableId, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :TargetObjectValue
|
12184
|
+
attr_accessor :ProjectId, :RuleId, :RuleGroupId, :Name, :TableId, :RuleTemplateId, :Type, :QualityDim, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :TargetDatabaseId, :TargetTableId, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :TargetObjectValue, :SourceEngineTypes
|
12167
12185
|
|
12168
|
-
def initialize(projectid=nil, ruleid=nil, rulegroupid=nil, name=nil, tableid=nil, ruletemplateid=nil, type=nil, qualitydim=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, targetdatabaseid=nil, targettableid=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, targetobjectvalue=nil)
|
12186
|
+
def initialize(projectid=nil, ruleid=nil, rulegroupid=nil, name=nil, tableid=nil, ruletemplateid=nil, type=nil, qualitydim=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, targetdatabaseid=nil, targettableid=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, targetobjectvalue=nil, sourceenginetypes=nil)
|
12169
12187
|
@ProjectId = projectid
|
12170
12188
|
@RuleId = ruleid
|
12171
12189
|
@RuleGroupId = rulegroupid
|
@@ -12188,6 +12206,7 @@ module TencentCloud
|
|
12188
12206
|
@RelConditionExpr = relconditionexpr
|
12189
12207
|
@FieldConfig = fieldconfig
|
12190
12208
|
@TargetObjectValue = targetobjectvalue
|
12209
|
+
@SourceEngineTypes = sourceenginetypes
|
12191
12210
|
end
|
12192
12211
|
|
12193
12212
|
def deserialize(params)
|
@@ -12219,6 +12238,7 @@ module TencentCloud
|
|
12219
12238
|
@FieldConfig.deserialize(params['FieldConfig'])
|
12220
12239
|
end
|
12221
12240
|
@TargetObjectValue = params['TargetObjectValue']
|
12241
|
+
@SourceEngineTypes = params['SourceEngineTypes']
|
12222
12242
|
end
|
12223
12243
|
end
|
12224
12244
|
|
@@ -14067,10 +14087,13 @@ module TencentCloud
|
|
14067
14087
|
# @param TargetObjectValue: 目标字段名称
|
14068
14088
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14069
14089
|
# @type TargetObjectValue: String
|
14090
|
+
# @param SourceEngineTypes: 源端对应的引擎类型
|
14091
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14092
|
+
# @type SourceEngineTypes: Array
|
14070
14093
|
|
14071
|
-
attr_accessor :RuleId, :RuleGroupId, :TableId, :Name, :Type, :RuleTemplateId, :RuleTemplateContent, :QualityDim, :SourceObjectType, :SourceObjectDataType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :Operator, :TargetDatabaseId, :TargetDatabaseName, :TargetTableId, :TargetTableName, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :MultiSourceFlag, :WhereFlag, :TemplateSql, :SubQualityDim, :TargetObjectType, :TargetObjectDataType, :TargetObjectDataTypeName, :TargetObjectValue
|
14094
|
+
attr_accessor :RuleId, :RuleGroupId, :TableId, :Name, :Type, :RuleTemplateId, :RuleTemplateContent, :QualityDim, :SourceObjectType, :SourceObjectDataType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :Operator, :TargetDatabaseId, :TargetDatabaseName, :TargetTableId, :TargetTableName, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :MultiSourceFlag, :WhereFlag, :TemplateSql, :SubQualityDim, :TargetObjectType, :TargetObjectDataType, :TargetObjectDataTypeName, :TargetObjectValue, :SourceEngineTypes
|
14072
14095
|
|
14073
|
-
def initialize(ruleid=nil, rulegroupid=nil, tableid=nil, name=nil, type=nil, ruletemplateid=nil, ruletemplatecontent=nil, qualitydim=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, operator=nil, targetdatabaseid=nil, targetdatabasename=nil, targettableid=nil, targettablename=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, multisourceflag=nil, whereflag=nil, templatesql=nil, subqualitydim=nil, targetobjecttype=nil, targetobjectdatatype=nil, targetobjectdatatypename=nil, targetobjectvalue=nil)
|
14096
|
+
def initialize(ruleid=nil, rulegroupid=nil, tableid=nil, name=nil, type=nil, ruletemplateid=nil, ruletemplatecontent=nil, qualitydim=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, operator=nil, targetdatabaseid=nil, targetdatabasename=nil, targettableid=nil, targettablename=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, multisourceflag=nil, whereflag=nil, templatesql=nil, subqualitydim=nil, targetobjecttype=nil, targetobjectdatatype=nil, targetobjectdatatypename=nil, targetobjectvalue=nil, sourceenginetypes=nil)
|
14074
14097
|
@RuleId = ruleid
|
14075
14098
|
@RuleGroupId = rulegroupid
|
14076
14099
|
@TableId = tableid
|
@@ -14105,6 +14128,7 @@ module TencentCloud
|
|
14105
14128
|
@TargetObjectDataType = targetobjectdatatype
|
14106
14129
|
@TargetObjectDataTypeName = targetobjectdatatypename
|
14107
14130
|
@TargetObjectValue = targetobjectvalue
|
14131
|
+
@SourceEngineTypes = sourceenginetypes
|
14108
14132
|
end
|
14109
14133
|
|
14110
14134
|
def deserialize(params)
|
@@ -14148,6 +14172,7 @@ module TencentCloud
|
|
14148
14172
|
@TargetObjectDataType = params['TargetObjectDataType']
|
14149
14173
|
@TargetObjectDataTypeName = params['TargetObjectDataTypeName']
|
14150
14174
|
@TargetObjectValue = params['TargetObjectValue']
|
14175
|
+
@SourceEngineTypes = params['SourceEngineTypes']
|
14151
14176
|
end
|
14152
14177
|
end
|
14153
14178
|
|
@@ -14238,17 +14263,22 @@ module TencentCloud
|
|
14238
14263
|
# @param ExecutorGroupId: 执行资源组
|
14239
14264
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14240
14265
|
# @type ExecutorGroupId: String
|
14266
|
+
# @param EngineType: 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
|
14267
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14268
|
+
# @type EngineType: String
|
14241
14269
|
|
14242
|
-
attr_accessor :QueueName, :ExecutorGroupId
|
14270
|
+
attr_accessor :QueueName, :ExecutorGroupId, :EngineType
|
14243
14271
|
|
14244
|
-
def initialize(queuename=nil, executorgroupid=nil)
|
14272
|
+
def initialize(queuename=nil, executorgroupid=nil, enginetype=nil)
|
14245
14273
|
@QueueName = queuename
|
14246
14274
|
@ExecutorGroupId = executorgroupid
|
14275
|
+
@EngineType = enginetype
|
14247
14276
|
end
|
14248
14277
|
|
14249
14278
|
def deserialize(params)
|
14250
14279
|
@QueueName = params['QueueName']
|
14251
14280
|
@ExecutorGroupId = params['ExecutorGroupId']
|
14281
|
+
@EngineType = params['EngineType']
|
14252
14282
|
end
|
14253
14283
|
end
|
14254
14284
|
|
@@ -14795,10 +14825,13 @@ module TencentCloud
|
|
14795
14825
|
# @param ExecDetail: 执行详情,调度计划或者关联生产任务ID
|
14796
14826
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14797
14827
|
# @type ExecDetail: String
|
14828
|
+
# @param EngineType: 实际执行引擎
|
14829
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14830
|
+
# @type EngineType: String
|
14798
14831
|
|
14799
|
-
attr_accessor :RuleGroupExecId, :RuleGroupId, :TriggerType, :ExecTime, :Status, :AlarmRuleCount, :TotalRuleCount, :TableOwnerName, :TableName, :TableId, :DatabaseId, :DatasourceId, :Permission, :ExecDetail
|
14832
|
+
attr_accessor :RuleGroupExecId, :RuleGroupId, :TriggerType, :ExecTime, :Status, :AlarmRuleCount, :TotalRuleCount, :TableOwnerName, :TableName, :TableId, :DatabaseId, :DatasourceId, :Permission, :ExecDetail, :EngineType
|
14800
14833
|
|
14801
|
-
def initialize(rulegroupexecid=nil, rulegroupid=nil, triggertype=nil, exectime=nil, status=nil, alarmrulecount=nil, totalrulecount=nil, tableownername=nil, tablename=nil, tableid=nil, databaseid=nil, datasourceid=nil, permission=nil, execdetail=nil)
|
14834
|
+
def initialize(rulegroupexecid=nil, rulegroupid=nil, triggertype=nil, exectime=nil, status=nil, alarmrulecount=nil, totalrulecount=nil, tableownername=nil, tablename=nil, tableid=nil, databaseid=nil, datasourceid=nil, permission=nil, execdetail=nil, enginetype=nil)
|
14802
14835
|
@RuleGroupExecId = rulegroupexecid
|
14803
14836
|
@RuleGroupId = rulegroupid
|
14804
14837
|
@TriggerType = triggertype
|
@@ -14813,6 +14846,7 @@ module TencentCloud
|
|
14813
14846
|
@DatasourceId = datasourceid
|
14814
14847
|
@Permission = permission
|
14815
14848
|
@ExecDetail = execdetail
|
14849
|
+
@EngineType = enginetype
|
14816
14850
|
end
|
14817
14851
|
|
14818
14852
|
def deserialize(params)
|
@@ -14830,6 +14864,7 @@ module TencentCloud
|
|
14830
14864
|
@DatasourceId = params['DatasourceId']
|
14831
14865
|
@Permission = params['Permission']
|
14832
14866
|
@ExecDetail = params['ExecDetail']
|
14867
|
+
@EngineType = params['EngineType']
|
14833
14868
|
end
|
14834
14869
|
end
|
14835
14870
|
|
@@ -14900,10 +14935,16 @@ module TencentCloud
|
|
14900
14935
|
# @param TaskAction: 时间指定
|
14901
14936
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14902
14937
|
# @type TaskAction: String
|
14938
|
+
# @param ExecEngineType: 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
|
14939
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14940
|
+
# @type ExecEngineType: String
|
14941
|
+
# @param ExecPlan: 执行计划
|
14942
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14943
|
+
# @type ExecPlan: String
|
14903
14944
|
|
14904
|
-
attr_accessor :RuleGroupId, :MonitorType, :ExecQueue, :ExecutorGroupId, :ExecutorGroupName, :Tasks, :StartTime, :EndTime, :CycleType, :DelayTime, :CycleStep, :TaskAction
|
14945
|
+
attr_accessor :RuleGroupId, :MonitorType, :ExecQueue, :ExecutorGroupId, :ExecutorGroupName, :Tasks, :StartTime, :EndTime, :CycleType, :DelayTime, :CycleStep, :TaskAction, :ExecEngineType, :ExecPlan
|
14905
14946
|
|
14906
|
-
def initialize(rulegroupid=nil, monitortype=nil, execqueue=nil, executorgroupid=nil, executorgroupname=nil, tasks=nil, starttime=nil, endtime=nil, cycletype=nil, delaytime=nil, cyclestep=nil, taskaction=nil)
|
14947
|
+
def initialize(rulegroupid=nil, monitortype=nil, execqueue=nil, executorgroupid=nil, executorgroupname=nil, tasks=nil, starttime=nil, endtime=nil, cycletype=nil, delaytime=nil, cyclestep=nil, taskaction=nil, execenginetype=nil, execplan=nil)
|
14907
14948
|
@RuleGroupId = rulegroupid
|
14908
14949
|
@MonitorType = monitortype
|
14909
14950
|
@ExecQueue = execqueue
|
@@ -14916,6 +14957,8 @@ module TencentCloud
|
|
14916
14957
|
@DelayTime = delaytime
|
14917
14958
|
@CycleStep = cyclestep
|
14918
14959
|
@TaskAction = taskaction
|
14960
|
+
@ExecEngineType = execenginetype
|
14961
|
+
@ExecPlan = execplan
|
14919
14962
|
end
|
14920
14963
|
|
14921
14964
|
def deserialize(params)
|
@@ -14938,6 +14981,8 @@ module TencentCloud
|
|
14938
14981
|
@DelayTime = params['DelayTime']
|
14939
14982
|
@CycleStep = params['CycleStep']
|
14940
14983
|
@TaskAction = params['TaskAction']
|
14984
|
+
@ExecEngineType = params['ExecEngineType']
|
14985
|
+
@ExecPlan = params['ExecPlan']
|
14941
14986
|
end
|
14942
14987
|
end
|
14943
14988
|
|
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.577
|
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-05-
|
11
|
+
date: 2023-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|