Class: TencentCloud::Cwp::V20180228::DeliverTypeDetails

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

Overview

日志投递类型细节

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(securitytype = nil, logtype = nil, topicid = nil, topicname = nil, switch = nil, status = nil, errinfo = nil, statustime = nil, logname = nil, logsetid = nil, region = nil) ⇒ DeliverTypeDetails

Returns a new instance of DeliverTypeDetails.



7683
7684
7685
7686
7687
7688
7689
7690
7691
7692
7693
7694
7695
# File 'lib/v20180228/models.rb', line 7683

def initialize(securitytype=nil, logtype=nil, topicid=nil, topicname=nil, switch=nil, status=nil, errinfo=nil, statustime=nil, logname=nil, logsetid=nil, region=nil)
  @SecurityType = securitytype
  @LogType = logtype
  @TopicId = topicid
  @TopicName = topicname
  @Switch = switch
  @Status = status
  @ErrInfo = errinfo
  @StatusTime = statustime
  @LogName = logname
  @LogSetId = logsetid
  @Region = region
end

Instance Attribute Details

#ErrInfoObject

Parameters:

  • SecurityType:

    安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹 7 主机列表 8 客户端上报

  • LogType:

    安全模块下的日志类型

  • TopicId:

    主题ID

  • TopicName:

    主题名

  • Switch:

    投递开关 0关闭 1开启

  • Status:

    投递状态,0未开启 1正常 2异常

  • ErrInfo:

    错误信息

  • StatusTime:

    最近一次状态上报时间戳

  • LogName:

    日志集名

  • LogSetId:

    日志集ID

  • Region:

    日志集所在地域



7681
7682
7683
# File 'lib/v20180228/models.rb', line 7681

def ErrInfo
  @ErrInfo
end

#LogNameObject

Parameters:

  • SecurityType:

    安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹 7 主机列表 8 客户端上报

  • LogType:

    安全模块下的日志类型

  • TopicId:

    主题ID

  • TopicName:

    主题名

  • Switch:

    投递开关 0关闭 1开启

  • Status:

    投递状态,0未开启 1正常 2异常

  • ErrInfo:

    错误信息

  • StatusTime:

    最近一次状态上报时间戳

  • LogName:

    日志集名

  • LogSetId:

    日志集ID

  • Region:

    日志集所在地域



7681
7682
7683
# File 'lib/v20180228/models.rb', line 7681

def LogName
  @LogName
end

#LogSetIdObject

Parameters:

  • SecurityType:

    安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹 7 主机列表 8 客户端上报

  • LogType:

    安全模块下的日志类型

  • TopicId:

    主题ID

  • TopicName:

    主题名

  • Switch:

    投递开关 0关闭 1开启

  • Status:

    投递状态,0未开启 1正常 2异常

  • ErrInfo:

    错误信息

  • StatusTime:

    最近一次状态上报时间戳

  • LogName:

    日志集名

  • LogSetId:

    日志集ID

  • Region:

    日志集所在地域



7681
7682
7683
# File 'lib/v20180228/models.rb', line 7681

def LogSetId
  @LogSetId
end

#LogTypeObject

Parameters:

  • SecurityType:

    安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹 7 主机列表 8 客户端上报

  • LogType:

    安全模块下的日志类型

  • TopicId:

    主题ID

  • TopicName:

    主题名

  • Switch:

    投递开关 0关闭 1开启

  • Status:

    投递状态,0未开启 1正常 2异常

  • ErrInfo:

    错误信息

  • StatusTime:

    最近一次状态上报时间戳

  • LogName:

    日志集名

  • LogSetId:

    日志集ID

  • Region:

    日志集所在地域



7681
7682
7683
# File 'lib/v20180228/models.rb', line 7681

def LogType
  @LogType
end

#RegionObject

Parameters:

  • SecurityType:

    安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹 7 主机列表 8 客户端上报

  • LogType:

    安全模块下的日志类型

  • TopicId:

    主题ID

  • TopicName:

    主题名

  • Switch:

    投递开关 0关闭 1开启

  • Status:

    投递状态,0未开启 1正常 2异常

  • ErrInfo:

    错误信息

  • StatusTime:

    最近一次状态上报时间戳

  • LogName:

    日志集名

  • LogSetId:

    日志集ID

  • Region:

    日志集所在地域



7681
7682
7683
# File 'lib/v20180228/models.rb', line 7681

def Region
  @Region
end

#SecurityTypeObject

Parameters:

  • SecurityType:

    安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹 7 主机列表 8 客户端上报

  • LogType:

    安全模块下的日志类型

  • TopicId:

    主题ID

  • TopicName:

    主题名

  • Switch:

    投递开关 0关闭 1开启

  • Status:

    投递状态,0未开启 1正常 2异常

  • ErrInfo:

    错误信息

  • StatusTime:

    最近一次状态上报时间戳

  • LogName:

    日志集名

  • LogSetId:

    日志集ID

  • Region:

    日志集所在地域



7681
7682
7683
# File 'lib/v20180228/models.rb', line 7681

def SecurityType
  @SecurityType
end

#StatusObject

Parameters:

  • SecurityType:

    安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹 7 主机列表 8 客户端上报

  • LogType:

    安全模块下的日志类型

  • TopicId:

    主题ID

  • TopicName:

    主题名

  • Switch:

    投递开关 0关闭 1开启

  • Status:

    投递状态,0未开启 1正常 2异常

  • ErrInfo:

    错误信息

  • StatusTime:

    最近一次状态上报时间戳

  • LogName:

    日志集名

  • LogSetId:

    日志集ID

  • Region:

    日志集所在地域



7681
7682
7683
# File 'lib/v20180228/models.rb', line 7681

def Status
  @Status
end

#StatusTimeObject

Parameters:

  • SecurityType:

    安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹 7 主机列表 8 客户端上报

  • LogType:

    安全模块下的日志类型

  • TopicId:

    主题ID

  • TopicName:

    主题名

  • Switch:

    投递开关 0关闭 1开启

  • Status:

    投递状态,0未开启 1正常 2异常

  • ErrInfo:

    错误信息

  • StatusTime:

    最近一次状态上报时间戳

  • LogName:

    日志集名

  • LogSetId:

    日志集ID

  • Region:

    日志集所在地域



7681
7682
7683
# File 'lib/v20180228/models.rb', line 7681

def StatusTime
  @StatusTime
end

#SwitchObject

Parameters:

  • SecurityType:

    安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹 7 主机列表 8 客户端上报

  • LogType:

    安全模块下的日志类型

  • TopicId:

    主题ID

  • TopicName:

    主题名

  • Switch:

    投递开关 0关闭 1开启

  • Status:

    投递状态,0未开启 1正常 2异常

  • ErrInfo:

    错误信息

  • StatusTime:

    最近一次状态上报时间戳

  • LogName:

    日志集名

  • LogSetId:

    日志集ID

  • Region:

    日志集所在地域



7681
7682
7683
# File 'lib/v20180228/models.rb', line 7681

def Switch
  @Switch
end

#TopicIdObject

Parameters:

  • SecurityType:

    安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹 7 主机列表 8 客户端上报

  • LogType:

    安全模块下的日志类型

  • TopicId:

    主题ID

  • TopicName:

    主题名

  • Switch:

    投递开关 0关闭 1开启

  • Status:

    投递状态,0未开启 1正常 2异常

  • ErrInfo:

    错误信息

  • StatusTime:

    最近一次状态上报时间戳

  • LogName:

    日志集名

  • LogSetId:

    日志集ID

  • Region:

    日志集所在地域



7681
7682
7683
# File 'lib/v20180228/models.rb', line 7681

def TopicId
  @TopicId
end

#TopicNameObject

Parameters:

  • SecurityType:

    安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹 7 主机列表 8 客户端上报

  • LogType:

    安全模块下的日志类型

  • TopicId:

    主题ID

  • TopicName:

    主题名

  • Switch:

    投递开关 0关闭 1开启

  • Status:

    投递状态,0未开启 1正常 2异常

  • ErrInfo:

    错误信息

  • StatusTime:

    最近一次状态上报时间戳

  • LogName:

    日志集名

  • LogSetId:

    日志集ID

  • Region:

    日志集所在地域



7681
7682
7683
# File 'lib/v20180228/models.rb', line 7681

def TopicName
  @TopicName
end

Instance Method Details

#deserialize(params) ⇒ Object



7697
7698
7699
7700
7701
7702
7703
7704
7705
7706
7707
7708
7709
# File 'lib/v20180228/models.rb', line 7697

def deserialize(params)
  @SecurityType = params['SecurityType']
  @LogType = params['LogType']
  @TopicId = params['TopicId']
  @TopicName = params['TopicName']
  @Switch = params['Switch']
  @Status = params['Status']
  @ErrInfo = params['ErrInfo']
  @StatusTime = params['StatusTime']
  @LogName = params['LogName']
  @LogSetId = params['LogSetId']
  @Region = params['Region']
end