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.



40358
40359
40360
40361
40362
40363
40364
40365
40366
# File 'lib/v20180228/models.rb', line 40358

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



40356
40357
40358
# File 'lib/v20180228/models.rb', line 40356

def FixCmd
  @FixCmd
end

#NameObject

Parameters:

  • Name:

    组件名

  • Uuids:

    影响的主机uuid

  • Rule:

    组件影响版本

  • Path:

    组件路径

  • Version:

    组件版本

  • FixCmd:

    修复命令

  • Quuids:

    影响的主机quuid



40356
40357
40358
# File 'lib/v20180228/models.rb', line 40356

def Name
  @Name
end

#PathObject

Parameters:

  • Name:

    组件名

  • Uuids:

    影响的主机uuid

  • Rule:

    组件影响版本

  • Path:

    组件路径

  • Version:

    组件版本

  • FixCmd:

    修复命令

  • Quuids:

    影响的主机quuid



40356
40357
40358
# File 'lib/v20180228/models.rb', line 40356

def Path
  @Path
end

#QuuidsObject

Parameters:

  • Name:

    组件名

  • Uuids:

    影响的主机uuid

  • Rule:

    组件影响版本

  • Path:

    组件路径

  • Version:

    组件版本

  • FixCmd:

    修复命令

  • Quuids:

    影响的主机quuid



40356
40357
40358
# File 'lib/v20180228/models.rb', line 40356

def Quuids
  @Quuids
end

#RuleObject

Parameters:

  • Name:

    组件名

  • Uuids:

    影响的主机uuid

  • Rule:

    组件影响版本

  • Path:

    组件路径

  • Version:

    组件版本

  • FixCmd:

    修复命令

  • Quuids:

    影响的主机quuid



40356
40357
40358
# File 'lib/v20180228/models.rb', line 40356

def Rule
  @Rule
end

#UuidsObject

Parameters:

  • Name:

    组件名

  • Uuids:

    影响的主机uuid

  • Rule:

    组件影响版本

  • Path:

    组件路径

  • Version:

    组件版本

  • FixCmd:

    修复命令

  • Quuids:

    影响的主机quuid



40356
40357
40358
# File 'lib/v20180228/models.rb', line 40356

def Uuids
  @Uuids
end

#VersionObject

Parameters:

  • Name:

    组件名

  • Uuids:

    影响的主机uuid

  • Rule:

    组件影响版本

  • Path:

    组件路径

  • Version:

    组件版本

  • FixCmd:

    修复命令

  • Quuids:

    影响的主机quuid



40356
40357
40358
# File 'lib/v20180228/models.rb', line 40356

def Version
  @Version
end

Instance Method Details

#deserialize(params) ⇒ Object



40368
40369
40370
40371
40372
40373
40374
40375
40376
# File 'lib/v20180228/models.rb', line 40368

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