Class: TencentCloud::Cwp::V20180228::ScanVulAgainRequest

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

Overview

ScanVulAgain请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eventids = nil, uuids = nil, eventtype = nil) ⇒ ScanVulAgainRequest

Returns a new instance of ScanVulAgainRequest.



37658
37659
37660
37661
37662
# File 'lib/v20180228/models.rb', line 37658

def initialize(eventids=nil, uuids=nil, eventtype=nil)
  @EventIds = eventids
  @Uuids = uuids
  @EventType = eventtype
end

Instance Attribute Details

#EventIdsObject

Parameters:

  • EventIds:

    漏洞事件id串,多个用英文逗号分隔

  • Uuids:

    重新检查的机器uuid,多个逗号分隔

  • EventType:

    0漏洞,1windows 补丁



37656
37657
37658
# File 'lib/v20180228/models.rb', line 37656

def EventIds
  @EventIds
end

#EventTypeObject

Parameters:

  • EventIds:

    漏洞事件id串,多个用英文逗号分隔

  • Uuids:

    重新检查的机器uuid,多个逗号分隔

  • EventType:

    0漏洞,1windows 补丁



37656
37657
37658
# File 'lib/v20180228/models.rb', line 37656

def EventType
  @EventType
end

#UuidsObject

Parameters:

  • EventIds:

    漏洞事件id串,多个用英文逗号分隔

  • Uuids:

    重新检查的机器uuid,多个逗号分隔

  • EventType:

    0漏洞,1windows 补丁



37656
37657
37658
# File 'lib/v20180228/models.rb', line 37656

def Uuids
  @Uuids
end

Instance Method Details

#deserialize(params) ⇒ Object



37664
37665
37666
37667
37668
# File 'lib/v20180228/models.rb', line 37664

def deserialize(params)
  @EventIds = params['EventIds']
  @Uuids = params['Uuids']
  @EventType = params['EventType']
end