Class: TencentCloud::Wedata::V20210820::RuleGroup

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

数据质量规则组

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rulegroupid = nil, datasourceid = nil, datasourcename = nil, datasourcetype = nil, monitortype = nil, updatetime = nil, tablename = nil, tableid = nil, tableownername = nil, execstrategy = nil, subscription = nil, databaseid = nil, databasename = nil, schemaname = nil, permission = nil, rulecount = nil, monitorstatus = nil, tableowneruserid = nil, instanceid = nil, createtime = nil, strategyconfig = nil, subscribeconfig = nil, dsenvtype = nil, clusterdeploytype = nil, name = nil, execdetail = nil, pipelinetaskcount = nil, enablerulecount = nil, description = nil, createusername = nil) ⇒ RuleGroup

Returns a new instance of RuleGroup.



31511
31512
31513
31514
31515
31516
31517
31518
31519
31520
31521
31522
31523
31524
31525
31526
31527
31528
31529
31530
31531
31532
31533
31534
31535
31536
31537
31538
31539
31540
31541
31542
# File 'lib/v20210820/models.rb', line 31511

def initialize(rulegroupid=nil, datasourceid=nil, datasourcename=nil, datasourcetype=nil, monitortype=nil, updatetime=nil, tablename=nil, tableid=nil, tableownername=nil, execstrategy=nil, subscription=nil, databaseid=nil, databasename=nil, schemaname=nil, permission=nil, rulecount=nil, monitorstatus=nil, tableowneruserid=nil, instanceid=nil, createtime=nil, strategyconfig=nil, subscribeconfig=nil, dsenvtype=nil, clusterdeploytype=nil, name=nil, execdetail=nil, pipelinetaskcount=nil, enablerulecount=nil, description=nil, createusername=nil)
  @RuleGroupId = rulegroupid
  @DatasourceId = datasourceid
  @DatasourceName = datasourcename
  @DatasourceType = datasourcetype
  @MonitorType = monitortype
  @UpdateTime = updatetime
  @TableName = tablename
  @TableId = tableid
  @TableOwnerName = tableownername
  @ExecStrategy = execstrategy
  @Subscription = subscription
  @DatabaseId = databaseid
  @DatabaseName = databasename
  @SchemaName = schemaname
  @Permission = permission
  @RuleCount = rulecount
  @MonitorStatus = monitorstatus
  @TableOwnerUserId = tableowneruserid
  @InstanceId = instanceid
  @CreateTime = createtime
  @StrategyConfig = strategyconfig
  @SubscribeConfig = subscribeconfig
  @DsEnvType = dsenvtype
  @ClusterDeployType = clusterdeploytype
  @Name = name
  @ExecDetail = execdetail
  @PipelineTaskCount = pipelinetaskcount
  @EnableRuleCount = enablerulecount
  @Description = description
  @CreateUserName = createusername
end

Instance Attribute Details

#ClusterDeployTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def ClusterDeployType
  @ClusterDeployType
end

#CreateTimeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def CreateTime
  @CreateTime
end

#CreateUserNameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def CreateUserName
  @CreateUserName
end

#DatabaseIdObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def DatabaseId
  @DatabaseId
end

#DatabaseNameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def DatabaseName
  @DatabaseName
end

#DatasourceIdObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def DatasourceId
  @DatasourceId
end

#DatasourceNameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def DatasourceName
  @DatasourceName
end

#DatasourceTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def DatasourceType
  @DatasourceType
end

#DescriptionObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def Description
  @Description
end

#DsEnvTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def DsEnvType
  @DsEnvType
end

#EnableRuleCountObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def EnableRuleCount
  @EnableRuleCount
end

#ExecDetailObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def ExecDetail
  @ExecDetail
end

#ExecStrategyObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def ExecStrategy
  @ExecStrategy
end

#InstanceIdObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def InstanceId
  @InstanceId
end

#MonitorStatusObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def MonitorStatus
  @MonitorStatus
end

#MonitorTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def MonitorType
  @MonitorType
end

#NameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def Name
  @Name
end

#PermissionObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def Permission
  @Permission
end

#PipelineTaskCountObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def PipelineTaskCount
  @PipelineTaskCount
end

#RuleCountObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def RuleCount
  @RuleCount
end

#RuleGroupIdObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def RuleGroupId
  @RuleGroupId
end

#SchemaNameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def SchemaName
  @SchemaName
end

#StrategyConfigObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def StrategyConfig
  @StrategyConfig
end

#SubscribeConfigObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def SubscribeConfig
  @SubscribeConfig
end

#SubscriptionObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def Subscription
  @Subscription
end

#TableIdObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def TableId
  @TableId
end

#TableNameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def TableName
  @TableName
end

#TableOwnerNameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def TableOwnerName
  @TableOwnerName
end

#TableOwnerUserIdObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def TableOwnerUserId
  @TableOwnerUserId
end

#UpdateTimeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RuleGroupId:

    规则组Id

  • DatasourceId:

    数据源Id

  • DatasourceName:

    数据源名称

  • DatasourceType:

    数据源类型

  • MonitorType:

    监控类型 1.未配置, 2.关联生产调度, 3.离线周期检测

  • UpdateTime:

    更新时间

  • TableName:

    关联数据表名称

  • TableId:

    关联数据表Id

  • TableOwnerName:

    关联数据表负责人

  • ExecStrategy:

    执行策略

  • Subscription:

    执行策略

  • DatabaseId:

    数据库id

  • DatabaseName:

    数据库名称

  • SchemaName:

    模式名称

  • Permission:

    是否有权限

  • RuleCount:

    已经配置的规则数量

  • MonitorStatus:

    监控状态

  • TableOwnerUserId:

    表负责人UserId

  • InstanceId:

    实例ID

  • CreateTime:

    创建时间

  • StrategyConfig:

    是否已配置执行策略

  • SubscribeConfig:

    是否已配置执行策略

  • DsEnvType:

    数据源环境:0或者未返回.未定义,1.生产 2.开发

  • ClusterDeployType:

    EMR集群部署方式:CVM/TKE

  • Name:

    任务名称

  • ExecDetail:

    执行详情

  • PipelineTaskCount:

    事中关联任务数量

  • EnableRuleCount:

    有效规则数

  • Description:

    任务描述

  • CreateUserName:

    监控创建人



31509
31510
31511
# File 'lib/v20210820/models.rb', line 31509

def UpdateTime
  @UpdateTime
end

Instance Method Details

#deserialize(params) ⇒ Object



31544
31545
31546
31547
31548
31549
31550
31551
31552
31553
31554
31555
31556
31557
31558
31559
31560
31561
31562
31563
31564
31565
31566
31567
31568
31569
31570
31571
31572
31573
31574
31575
31576
31577
31578
31579
31580
31581
# File 'lib/v20210820/models.rb', line 31544

def deserialize(params)
  @RuleGroupId = params['RuleGroupId']
  @DatasourceId = params['DatasourceId']
  @DatasourceName = params['DatasourceName']
  @DatasourceType = params['DatasourceType']
  @MonitorType = params['MonitorType']
  @UpdateTime = params['UpdateTime']
  @TableName = params['TableName']
  @TableId = params['TableId']
  @TableOwnerName = params['TableOwnerName']
  unless params['ExecStrategy'].nil?
    @ExecStrategy = RuleGroupExecStrategy.new
    @ExecStrategy.deserialize(params['ExecStrategy'])
  end
  unless params['Subscription'].nil?
    @Subscription = RuleGroupSubscribe.new
    @Subscription.deserialize(params['Subscription'])
  end
  @DatabaseId = params['DatabaseId']
  @DatabaseName = params['DatabaseName']
  @SchemaName = params['SchemaName']
  @Permission = params['Permission']
  @RuleCount = params['RuleCount']
  @MonitorStatus = params['MonitorStatus']
  @TableOwnerUserId = params['TableOwnerUserId']
  @InstanceId = params['InstanceId']
  @CreateTime = params['CreateTime']
  @StrategyConfig = params['StrategyConfig']
  @SubscribeConfig = params['SubscribeConfig']
  @DsEnvType = params['DsEnvType']
  @ClusterDeployType = params['ClusterDeployType']
  @Name = params['Name']
  @ExecDetail = params['ExecDetail']
  @PipelineTaskCount = params['PipelineTaskCount']
  @EnableRuleCount = params['EnableRuleCount']
  @Description = params['Description']
  @CreateUserName = params['CreateUserName']
end