Class: TencentCloud::Cwp::V20180228::VulEffectModuleInfo

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(name = nil, uuids = nil, rule = nil, path = nil, version = nil, fixcmd = nil, quuids = nil) ⇒ VulEffectModuleInfo

Returns a new instance of VulEffectModuleInfo.



40796
40797
40798
40799
40800
40801
40802
40803
40804
# File 'lib/v20180228/models.rb', line 40796

def initialize(name=nil, uuids=nil, rule=nil, path=nil, version=nil, fixcmd=nil, quuids=nil)
  @Name = name
  @Uuids = uuids
  @Rule = rule
  @Path = path
  @Version = version
  @FixCmd = fixcmd
  @Quuids = quuids
end

Instance Attribute Details

#FixCmdObject

Parameters:

  • Name:

    组件名

  • Uuids:

    影响的主机uuid

  • Rule:

    组件影响版本

  • Path:

    组件路径

  • Version:

    组件版本

  • FixCmd:

    修复命令

  • Quuids:

    影响的主机quuid



40794
40795
40796
# File 'lib/v20180228/models.rb', line 40794

def FixCmd
  @FixCmd
end

#NameObject

Parameters:

  • Name:

    组件名

  • Uuids:

    影响的主机uuid

  • Rule:

    组件影响版本

  • Path:

    组件路径

  • Version:

    组件版本

  • FixCmd:

    修复命令

  • Quuids:

    影响的主机quuid



40794
40795
40796
# File 'lib/v20180228/models.rb', line 40794

def Name
  @Name
end

#PathObject

Parameters:

  • Name:

    组件名

  • Uuids:

    影响的主机uuid

  • Rule:

    组件影响版本

  • Path:

    组件路径

  • Version:

    组件版本

  • FixCmd:

    修复命令

  • Quuids:

    影响的主机quuid



40794
40795
40796
# File 'lib/v20180228/models.rb', line 40794

def Path
  @Path
end

#QuuidsObject

Parameters:

  • Name:

    组件名

  • Uuids:

    影响的主机uuid

  • Rule:

    组件影响版本

  • Path:

    组件路径

  • Version:

    组件版本

  • FixCmd:

    修复命令

  • Quuids:

    影响的主机quuid



40794
40795
40796
# File 'lib/v20180228/models.rb', line 40794

def Quuids
  @Quuids
end

#RuleObject

Parameters:

  • Name:

    组件名

  • Uuids:

    影响的主机uuid

  • Rule:

    组件影响版本

  • Path:

    组件路径

  • Version:

    组件版本

  • FixCmd:

    修复命令

  • Quuids:

    影响的主机quuid



40794
40795
40796
# File 'lib/v20180228/models.rb', line 40794

def Rule
  @Rule
end

#UuidsObject

Parameters:

  • Name:

    组件名

  • Uuids:

    影响的主机uuid

  • Rule:

    组件影响版本

  • Path:

    组件路径

  • Version:

    组件版本

  • FixCmd:

    修复命令

  • Quuids:

    影响的主机quuid



40794
40795
40796
# File 'lib/v20180228/models.rb', line 40794

def Uuids
  @Uuids
end

#VersionObject

Parameters:

  • Name:

    组件名

  • Uuids:

    影响的主机uuid

  • Rule:

    组件影响版本

  • Path:

    组件路径

  • Version:

    组件版本

  • FixCmd:

    修复命令

  • Quuids:

    影响的主机quuid



40794
40795
40796
# File 'lib/v20180228/models.rb', line 40794

def Version
  @Version
end

Instance Method Details

#deserialize(params) ⇒ Object



40806
40807
40808
40809
40810
40811
40812
40813
40814
# File 'lib/v20180228/models.rb', line 40806

def deserialize(params)
  @Name = params['Name']
  @Uuids = params['Uuids']
  @Rule = params['Rule']
  @Path = params['Path']
  @Version = params['Version']
  @FixCmd = params['FixCmd']
  @Quuids = params['Quuids']
end