Class: TencentCloud::Cwp::V20180228::ScreenProtectionCnt

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(type = nil, name = nil, count = nil) ⇒ ScreenProtectionCnt

Returns a new instance of ScreenProtectionCnt.



38249
38250
38251
38252
38253
# File 'lib/v20180228/models.rb', line 38249

def initialize(type=nil, name=nil, count=nil)
  @Type = type
  @Name = name
  @Count = count
end

Instance Attribute Details

#CountObject

Parameters:

  • Type:

    cloud:云查杀引擎,detect:检测引擎,defend:攻击防御,threat:威胁情报,analysis:异常分析,ai:AI引擎

  • Name:

    cloud:云查杀引擎,detect:检测引擎,defend:攻击防御,threat:威胁情报,analysis:异常分析,ai:AI引擎

  • Count:

    总数



38247
38248
38249
# File 'lib/v20180228/models.rb', line 38247

def Count
  @Count
end

#NameObject

Parameters:

  • Type:

    cloud:云查杀引擎,detect:检测引擎,defend:攻击防御,threat:威胁情报,analysis:异常分析,ai:AI引擎

  • Name:

    cloud:云查杀引擎,detect:检测引擎,defend:攻击防御,threat:威胁情报,analysis:异常分析,ai:AI引擎

  • Count:

    总数



38247
38248
38249
# File 'lib/v20180228/models.rb', line 38247

def Name
  @Name
end

#TypeObject

Parameters:

  • Type:

    cloud:云查杀引擎,detect:检测引擎,defend:攻击防御,threat:威胁情报,analysis:异常分析,ai:AI引擎

  • Name:

    cloud:云查杀引擎,detect:检测引擎,defend:攻击防御,threat:威胁情报,analysis:异常分析,ai:AI引擎

  • Count:

    总数



38247
38248
38249
# File 'lib/v20180228/models.rb', line 38247

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



38255
38256
38257
38258
38259
# File 'lib/v20180228/models.rb', line 38255

def deserialize(params)
  @Type = params['Type']
  @Name = params['Name']
  @Count = params['Count']
end