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.



38635
38636
38637
38638
38639
# File 'lib/v20180228/models.rb', line 38635

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:

    总数



38633
38634
38635
# File 'lib/v20180228/models.rb', line 38633

def Count
  @Count
end

#NameObject

Parameters:

  • Type:

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

  • Name:

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

  • Count:

    总数



38633
38634
38635
# File 'lib/v20180228/models.rb', line 38633

def Name
  @Name
end

#TypeObject

Parameters:

  • Type:

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

  • Name:

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

  • Count:

    总数



38633
38634
38635
# File 'lib/v20180228/models.rb', line 38633

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



38641
38642
38643
38644
38645
# File 'lib/v20180228/models.rb', line 38641

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