Class: TencentCloud::Csip::V20221121::ProductSupport
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::ProductSupport
- Defined in:
- lib/v20221121/models.rb
Overview
漏洞信息产品支持状态
Instance Attribute Summary collapse
- #CFWPatch ⇒ Object
- #CveId ⇒ Object
- #CWPFix ⇒ Object
- #CWPScan ⇒ Object
- #VSSScan ⇒ Object
- #WafPatch ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(vssscan = nil, cwpscan = nil, cfwpatch = nil, wafpatch = nil, cwpfix = nil, cveid = nil) ⇒ ProductSupport
constructor
A new instance of ProductSupport.
Constructor Details
#initialize(vssscan = nil, cwpscan = nil, cfwpatch = nil, wafpatch = nil, cwpfix = nil, cveid = nil) ⇒ ProductSupport
Returns a new instance of ProductSupport.
7369 7370 7371 7372 7373 7374 7375 7376 |
# File 'lib/v20221121/models.rb', line 7369 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
#CFWPatch ⇒ Object
7367 7368 7369 |
# File 'lib/v20221121/models.rb', line 7367 def CFWPatch @CFWPatch end |
#CveId ⇒ Object
7367 7368 7369 |
# File 'lib/v20221121/models.rb', line 7367 def CveId @CveId end |
#CWPFix ⇒ Object
7367 7368 7369 |
# File 'lib/v20221121/models.rb', line 7367 def CWPFix @CWPFix end |
#CWPScan ⇒ Object
7367 7368 7369 |
# File 'lib/v20221121/models.rb', line 7367 def CWPScan @CWPScan end |
#VSSScan ⇒ Object
7367 7368 7369 |
# File 'lib/v20221121/models.rb', line 7367 def VSSScan @VSSScan end |
#WafPatch ⇒ Object
7367 7368 7369 |
# File 'lib/v20221121/models.rb', line 7367 def WafPatch @WafPatch end |
Instance Method Details
#deserialize(params) ⇒ Object
7378 7379 7380 7381 7382 7383 7384 7385 |
# File 'lib/v20221121/models.rb', line 7378 def deserialize(params) @VSSScan = params['VSSScan'] @CWPScan = params['CWPScan'] @CFWPatch = params['CFWPatch'] @WafPatch = params['WafPatch'] @CWPFix = params['CWPFix'] @CveId = params['CveId'] end |