Class: TencentCloud::Csip::V20221121::ProductSupport

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

Overview

漏洞信息产品支持状态

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(vssscan = nil, cwpscan = nil, cfwpatch = nil, wafpatch = nil, cwpfix = nil, cveid = nil) ⇒ ProductSupport



10930
10931
10932
10933
10934
10935
10936
10937
# File 'lib/v20221121/models.rb', line 10930

def initialize(vssscan=nil, cwpscan=nil, cfwpatch=nil, wafpatch=nil, cwpfix=nil, cveid=nil)
  @VSSScan = vssscan
  @CWPScan = cwpscan
  @CFWPatch = cfwpatch
  @WafPatch = wafpatch
  @CWPFix = cwpfix
  @CveId = cveid
end

Instance Attribute Details

#CFWPatchObject



10928
10929
10930
# File 'lib/v20221121/models.rb', line 10928

def CFWPatch
  @CFWPatch
end

#CveIdObject



10928
10929
10930
# File 'lib/v20221121/models.rb', line 10928

def CveId
  @CveId
end

#CWPFixObject



10928
10929
10930
# File 'lib/v20221121/models.rb', line 10928

def CWPFix
  @CWPFix
end

#CWPScanObject



10928
10929
10930
# File 'lib/v20221121/models.rb', line 10928

def CWPScan
  @CWPScan
end

#VSSScanObject



10928
10929
10930
# File 'lib/v20221121/models.rb', line 10928

def VSSScan
  @VSSScan
end

#WafPatchObject



10928
10929
10930
# File 'lib/v20221121/models.rb', line 10928

def WafPatch
  @WafPatch
end

Instance Method Details

#deserialize(params) ⇒ Object



10939
10940
10941
10942
10943
10944
10945
10946
# File 'lib/v20221121/models.rb', line 10939

def deserialize(params)
  @VSSScan = params['VSSScan']
  @CWPScan = params['CWPScan']
  @CFWPatch = params['CFWPatch']
  @WafPatch = params['WafPatch']
  @CWPFix = params['CWPFix']
  @CveId = params['CveId']
end